@quasar/extras 1.12.4 → 1.13.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 +14 -12
- package/animate/animate-list.mjs +107 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +741 -595
- package/bootstrap-icons/index.d.ts +764 -618
- package/bootstrap-icons/index.js +744 -598
- package/bootstrap-icons/index.mjs +1670 -0
- package/eva-icons/icons.json +245 -245
- package/eva-icons/index.d.ts +245 -245
- package/eva-icons/index.js +245 -245
- package/eva-icons/index.mjs +492 -0
- package/fontawesome-v5/icons.json +226 -226
- package/fontawesome-v5/index.d.ts +225 -225
- package/fontawesome-v5/index.js +226 -226
- package/fontawesome-v5/index.mjs +1613 -0
- package/fontawesome-v6/LICENSE.txt +165 -0
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +7003 -0
- package/fontawesome-v6/icons.json +1750 -0
- package/fontawesome-v6/index.d.ts +1750 -0
- package/fontawesome-v6/index.js +1750 -0
- package/fontawesome-v6/index.mjs +1750 -0
- package/ionicons-v4/index.mjs +698 -0
- package/ionicons-v5/index.mjs +1334 -0
- package/ionicons-v6/icons.json +417 -417
- package/ionicons-v6/index.d.ts +418 -418
- package/ionicons-v6/index.js +418 -418
- package/ionicons-v6/index.mjs +1334 -0
- package/line-awesome/icons.json +204 -204
- package/line-awesome/index.d.ts +204 -204
- package/line-awesome/index.js +204 -204
- package/line-awesome/index.mjs +1546 -0
- package/material-icons/icons.json +516 -490
- package/material-icons/index.d.ts +142 -116
- package/material-icons/index.js +128 -102
- package/material-icons/index.mjs +2077 -0
- 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 +530 -504
- package/material-icons-outlined/index.d.ts +142 -116
- package/material-icons-outlined/index.js +128 -102
- package/material-icons-outlined/index.mjs +2077 -0
- 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 +448 -422
- package/material-icons-round/index.d.ts +142 -116
- package/material-icons-round/index.js +128 -102
- package/material-icons-round/index.mjs +2077 -0
- 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 +428 -402
- package/material-icons-sharp/index.d.ts +142 -116
- package/material-icons-sharp/index.js +128 -102
- package/material-icons-sharp/index.mjs +2077 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v4/index.mjs +4997 -0
- package/mdi-v5/LICENSE +20 -20
- package/mdi-v5/index.mjs +5957 -0
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/icons.json +2226 -2226
- package/mdi-v6/index.d.ts +2226 -2226
- package/mdi-v6/index.js +2226 -2226
- package/mdi-v6/index.mjs +6597 -0
- package/mdi-v6/license.md +20 -20
- package/package.json +7 -7
- package/themify/icons.json +65 -65
- package/themify/index.d.ts +64 -64
- package/themify/index.js +65 -65
- package/themify/index.mjs +354 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
[
|
|
2
2
|
"sharp10k",
|
|
3
|
-
"sharp12mp",
|
|
4
|
-
"sharp11mp",
|
|
5
3
|
"sharp10mp",
|
|
4
|
+
"sharp11mp",
|
|
6
5
|
"sharp123",
|
|
6
|
+
"sharp12mp",
|
|
7
7
|
"sharp13mp",
|
|
8
8
|
"sharp14mp",
|
|
9
9
|
"sharp15mp",
|
|
10
10
|
"sharp16mp",
|
|
11
|
+
"sharp17mp",
|
|
11
12
|
"sharp18mp",
|
|
12
13
|
"sharp19mp",
|
|
13
|
-
"sharp17mp",
|
|
14
14
|
"sharp1k",
|
|
15
15
|
"sharp1kPlus",
|
|
16
16
|
"sharp1xMobiledata",
|
|
@@ -20,64 +20,64 @@
|
|
|
20
20
|
"sharp23mp",
|
|
21
21
|
"sharp24mp",
|
|
22
22
|
"sharp2k",
|
|
23
|
-
"sharp2mp",
|
|
24
23
|
"sharp2kPlus",
|
|
25
|
-
"
|
|
24
|
+
"sharp2mp",
|
|
26
25
|
"sharp30fps",
|
|
26
|
+
"sharp30fpsSelect",
|
|
27
27
|
"sharp360",
|
|
28
|
-
"sharp3gMobiledata",
|
|
29
28
|
"sharp3dRotation",
|
|
29
|
+
"sharp3gMobiledata",
|
|
30
30
|
"sharp3k",
|
|
31
31
|
"sharp3kPlus",
|
|
32
|
-
"sharp3p",
|
|
33
32
|
"sharp3mp",
|
|
33
|
+
"sharp3p",
|
|
34
34
|
"sharp4gMobiledata",
|
|
35
35
|
"sharp4gPlusMobiledata",
|
|
36
36
|
"sharp4k",
|
|
37
37
|
"sharp4kPlus",
|
|
38
|
-
"sharp5g",
|
|
39
38
|
"sharp4mp",
|
|
39
|
+
"sharp5g",
|
|
40
40
|
"sharp5k",
|
|
41
|
-
"sharp5mp",
|
|
42
41
|
"sharp5kPlus",
|
|
42
|
+
"sharp5mp",
|
|
43
43
|
"sharp60fps",
|
|
44
44
|
"sharp60fpsSelect",
|
|
45
45
|
"sharp6FtApart",
|
|
46
46
|
"sharp6k",
|
|
47
47
|
"sharp6kPlus",
|
|
48
48
|
"sharp6mp",
|
|
49
|
-
"sharp7kPlus",
|
|
50
49
|
"sharp7k",
|
|
50
|
+
"sharp7kPlus",
|
|
51
51
|
"sharp7mp",
|
|
52
|
-
"sharp8kPlus",
|
|
53
52
|
"sharp8k",
|
|
53
|
+
"sharp8kPlus",
|
|
54
54
|
"sharp8mp",
|
|
55
|
-
"sharp9kPlus",
|
|
56
55
|
"sharp9k",
|
|
56
|
+
"sharp9kPlus",
|
|
57
57
|
"sharp9mp",
|
|
58
58
|
"sharpAbc",
|
|
59
|
-
"sharpAccessTime",
|
|
60
59
|
"sharpAcUnit",
|
|
61
60
|
"sharpAccessAlarm",
|
|
62
61
|
"sharpAccessAlarms",
|
|
63
|
-
"
|
|
62
|
+
"sharpAccessTime",
|
|
64
63
|
"sharpAccessTimeFilled",
|
|
64
|
+
"sharpAccessibility",
|
|
65
65
|
"sharpAccessibilityNew",
|
|
66
|
-
"sharpAccessibleForward",
|
|
67
66
|
"sharpAccessible",
|
|
67
|
+
"sharpAccessibleForward",
|
|
68
68
|
"sharpAccountBalance",
|
|
69
69
|
"sharpAccountBalanceWallet",
|
|
70
70
|
"sharpAccountBox",
|
|
71
|
-
"sharpAdUnits",
|
|
72
|
-
"sharpAccountTree",
|
|
73
71
|
"sharpAccountCircle",
|
|
72
|
+
"sharpAccountTree",
|
|
73
|
+
"sharpAdUnits",
|
|
74
74
|
"sharpAdb",
|
|
75
75
|
"sharpAdd",
|
|
76
76
|
"sharpAddAPhoto",
|
|
77
|
-
"sharpAddAlert",
|
|
78
77
|
"sharpAddAlarm",
|
|
79
|
-
"
|
|
78
|
+
"sharpAddAlert",
|
|
80
79
|
"sharpAddBox",
|
|
80
|
+
"sharpAddBusiness",
|
|
81
81
|
"sharpAddCard",
|
|
82
82
|
"sharpAddChart",
|
|
83
83
|
"sharpAddCircle",
|
|
@@ -94,43 +94,43 @@
|
|
|
94
94
|
"sharpAddShoppingCart",
|
|
95
95
|
"sharpAddTask",
|
|
96
96
|
"sharpAddToDrive",
|
|
97
|
+
"sharpAddToHomeScreen",
|
|
97
98
|
"sharpAddToPhotos",
|
|
98
99
|
"sharpAddToQueue",
|
|
99
|
-
"sharpAddToHomeScreen",
|
|
100
100
|
"sharpAddchart",
|
|
101
|
-
"sharpAdjust",
|
|
102
101
|
"sharpAdfScanner",
|
|
102
|
+
"sharpAdjust",
|
|
103
103
|
"sharpAdminPanelSettings",
|
|
104
104
|
"sharpAdsClick",
|
|
105
|
+
"sharpAgriculture",
|
|
105
106
|
"sharpAir",
|
|
106
107
|
"sharpAirlineSeatFlat",
|
|
107
|
-
"sharpAgriculture",
|
|
108
|
-
"sharpAirlineSeatIndividualSuite",
|
|
109
108
|
"sharpAirlineSeatFlatAngled",
|
|
109
|
+
"sharpAirlineSeatIndividualSuite",
|
|
110
110
|
"sharpAirlineSeatLegroomExtra",
|
|
111
|
-
"sharpAirlineSeatReclineNormal",
|
|
112
|
-
"sharpAirlineSeatLegroomReduced",
|
|
113
111
|
"sharpAirlineSeatLegroomNormal",
|
|
114
|
-
"
|
|
112
|
+
"sharpAirlineSeatLegroomReduced",
|
|
115
113
|
"sharpAirlineSeatReclineExtra",
|
|
114
|
+
"sharpAirlineSeatReclineNormal",
|
|
115
|
+
"sharpAirlineStops",
|
|
116
116
|
"sharpAirlines",
|
|
117
|
-
"sharpAirplanemodeActive",
|
|
118
117
|
"sharpAirplaneTicket",
|
|
118
|
+
"sharpAirplanemodeActive",
|
|
119
119
|
"sharpAirplanemodeInactive",
|
|
120
|
-
"sharpAirportShuttle",
|
|
121
120
|
"sharpAirplay",
|
|
121
|
+
"sharpAirportShuttle",
|
|
122
122
|
"sharpAlarm",
|
|
123
123
|
"sharpAlarmAdd",
|
|
124
124
|
"sharpAlarmOff",
|
|
125
125
|
"sharpAlarmOn",
|
|
126
126
|
"sharpAlbum",
|
|
127
127
|
"sharpAlignHorizontalCenter",
|
|
128
|
-
"sharpAlignVerticalBottom",
|
|
129
128
|
"sharpAlignHorizontalLeft",
|
|
130
129
|
"sharpAlignHorizontalRight",
|
|
130
|
+
"sharpAlignVerticalBottom",
|
|
131
131
|
"sharpAlignVerticalCenter",
|
|
132
|
-
"sharpAllInbox",
|
|
133
132
|
"sharpAlignVerticalTop",
|
|
133
|
+
"sharpAllInbox",
|
|
134
134
|
"sharpAllInclusive",
|
|
135
135
|
"sharpAllOut",
|
|
136
136
|
"sharpAltRoute",
|
|
@@ -150,48 +150,48 @@
|
|
|
150
150
|
"sharpApproval",
|
|
151
151
|
"sharpApps",
|
|
152
152
|
"sharpAppsOutage",
|
|
153
|
-
"sharpArchive",
|
|
154
153
|
"sharpArchitecture",
|
|
155
|
-
"
|
|
154
|
+
"sharpArchive",
|
|
156
155
|
"sharpAreaChart",
|
|
156
|
+
"sharpArrowBack",
|
|
157
157
|
"sharpArrowBackIos",
|
|
158
158
|
"sharpArrowBackIosNew",
|
|
159
|
-
"sharpArrowCircleRight",
|
|
160
|
-
"sharpArrowCircleLeft",
|
|
161
159
|
"sharpArrowCircleDown",
|
|
160
|
+
"sharpArrowCircleLeft",
|
|
161
|
+
"sharpArrowCircleRight",
|
|
162
162
|
"sharpArrowCircleUp",
|
|
163
163
|
"sharpArrowDownward",
|
|
164
164
|
"sharpArrowDropDown",
|
|
165
165
|
"sharpArrowDropDownCircle",
|
|
166
166
|
"sharpArrowDropUp",
|
|
167
|
+
"sharpArrowForward",
|
|
167
168
|
"sharpArrowForwardIos",
|
|
168
169
|
"sharpArrowLeft",
|
|
169
|
-
"sharpArrowForward",
|
|
170
170
|
"sharpArrowRight",
|
|
171
171
|
"sharpArrowRightAlt",
|
|
172
172
|
"sharpArrowUpward",
|
|
173
|
-
"sharpAspectRatio",
|
|
174
173
|
"sharpArtTrack",
|
|
175
174
|
"sharpArticle",
|
|
176
|
-
"
|
|
175
|
+
"sharpAspectRatio",
|
|
177
176
|
"sharpAssessment",
|
|
178
|
-
"
|
|
177
|
+
"sharpAssignment",
|
|
179
178
|
"sharpAssignmentInd",
|
|
179
|
+
"sharpAssignmentLate",
|
|
180
180
|
"sharpAssignmentReturn",
|
|
181
181
|
"sharpAssignmentReturned",
|
|
182
182
|
"sharpAssignmentTurnedIn",
|
|
183
183
|
"sharpAssistant",
|
|
184
184
|
"sharpAssistantDirection",
|
|
185
|
-
"sharpAssuredWorkload",
|
|
186
185
|
"sharpAssistantPhoto",
|
|
186
|
+
"sharpAssuredWorkload",
|
|
187
187
|
"sharpAtm",
|
|
188
188
|
"sharpAttachEmail",
|
|
189
189
|
"sharpAttachFile",
|
|
190
190
|
"sharpAttachMoney",
|
|
191
191
|
"sharpAttachment",
|
|
192
|
-
"sharpAudioFile",
|
|
193
|
-
"sharpAttribution",
|
|
194
192
|
"sharpAttractions",
|
|
193
|
+
"sharpAttribution",
|
|
194
|
+
"sharpAudioFile",
|
|
195
195
|
"sharpAudiotrack",
|
|
196
196
|
"sharpAutoAwesome",
|
|
197
197
|
"sharpAutoAwesomeMosaic",
|
|
@@ -201,60 +201,62 @@
|
|
|
201
201
|
"sharpAutoFixNormal",
|
|
202
202
|
"sharpAutoFixOff",
|
|
203
203
|
"sharpAutoGraph",
|
|
204
|
+
"sharpAutoMode",
|
|
204
205
|
"sharpAutoStories",
|
|
205
|
-
"sharpAutorenew",
|
|
206
206
|
"sharpAutofpsSelect",
|
|
207
|
+
"sharpAutorenew",
|
|
207
208
|
"sharpAvTimer",
|
|
208
209
|
"sharpBabyChangingStation",
|
|
209
210
|
"sharpBackHand",
|
|
210
211
|
"sharpBackpack",
|
|
211
212
|
"sharpBackspace",
|
|
212
213
|
"sharpBackup",
|
|
213
|
-
"sharpBadge",
|
|
214
214
|
"sharpBackupTable",
|
|
215
|
+
"sharpBadge",
|
|
215
216
|
"sharpBakeryDining",
|
|
216
217
|
"sharpBalance",
|
|
217
218
|
"sharpBalcony",
|
|
218
219
|
"sharpBallot",
|
|
219
220
|
"sharpBarChart",
|
|
220
|
-
"sharpBathroom",
|
|
221
221
|
"sharpBatchPrediction",
|
|
222
|
+
"sharpBathroom",
|
|
222
223
|
"sharpBathtub",
|
|
223
224
|
"sharpBattery0Bar",
|
|
224
|
-
"sharpBattery3Bar",
|
|
225
|
-
"sharpBattery2Bar",
|
|
226
225
|
"sharpBattery1Bar",
|
|
226
|
+
"sharpBattery2Bar",
|
|
227
|
+
"sharpBattery3Bar",
|
|
227
228
|
"sharpBattery4Bar",
|
|
228
229
|
"sharpBattery5Bar",
|
|
229
230
|
"sharpBattery6Bar",
|
|
230
231
|
"sharpBatteryAlert",
|
|
231
|
-
"sharpBatteryFull",
|
|
232
232
|
"sharpBatteryChargingFull",
|
|
233
|
+
"sharpBatteryFull",
|
|
233
234
|
"sharpBatterySaver",
|
|
234
235
|
"sharpBatteryStd",
|
|
235
236
|
"sharpBatteryUnknown",
|
|
236
237
|
"sharpBeachAccess",
|
|
237
|
-
"sharpBedroomBaby",
|
|
238
238
|
"sharpBed",
|
|
239
|
-
"
|
|
239
|
+
"sharpBedroomBaby",
|
|
240
240
|
"sharpBedroomChild",
|
|
241
|
+
"sharpBedroomParent",
|
|
241
242
|
"sharpBedtime",
|
|
242
243
|
"sharpBedtimeOff",
|
|
243
|
-
"sharpBikeScooter",
|
|
244
244
|
"sharpBeenhere",
|
|
245
245
|
"sharpBento",
|
|
246
|
-
"
|
|
246
|
+
"sharpBikeScooter",
|
|
247
247
|
"sharpBiotech",
|
|
248
|
+
"sharpBlender",
|
|
249
|
+
"sharpBlindsClosed",
|
|
248
250
|
"sharpBlock",
|
|
249
|
-
"sharpBluetooth",
|
|
250
251
|
"sharpBloodtype",
|
|
252
|
+
"sharpBluetooth",
|
|
251
253
|
"sharpBluetoothAudio",
|
|
252
254
|
"sharpBluetoothConnected",
|
|
253
255
|
"sharpBluetoothDisabled",
|
|
254
256
|
"sharpBluetoothDrive",
|
|
255
|
-
"sharpBlurLinear",
|
|
256
|
-
"sharpBlurCircular",
|
|
257
257
|
"sharpBluetoothSearching",
|
|
258
|
+
"sharpBlurCircular",
|
|
259
|
+
"sharpBlurLinear",
|
|
258
260
|
"sharpBlurOff",
|
|
259
261
|
"sharpBlurOn",
|
|
260
262
|
"sharpBolt",
|
|
@@ -268,12 +270,12 @@
|
|
|
268
270
|
"sharpBookmarks",
|
|
269
271
|
"sharpBorderAll",
|
|
270
272
|
"sharpBorderBottom",
|
|
271
|
-
"sharpBorderHorizontal",
|
|
272
273
|
"sharpBorderClear",
|
|
273
|
-
"sharpBorderInner",
|
|
274
274
|
"sharpBorderColor",
|
|
275
|
-
"
|
|
275
|
+
"sharpBorderHorizontal",
|
|
276
|
+
"sharpBorderInner",
|
|
276
277
|
"sharpBorderLeft",
|
|
278
|
+
"sharpBorderOuter",
|
|
277
279
|
"sharpBorderRight",
|
|
278
280
|
"sharpBorderStyle",
|
|
279
281
|
"sharpBorderTop",
|
|
@@ -284,81 +286,81 @@
|
|
|
284
286
|
"sharpBrightness1",
|
|
285
287
|
"sharpBrightness2",
|
|
286
288
|
"sharpBrightness3",
|
|
287
|
-
"sharpBrightness5",
|
|
288
289
|
"sharpBrightness4",
|
|
290
|
+
"sharpBrightness5",
|
|
289
291
|
"sharpBrightness6",
|
|
290
292
|
"sharpBrightness7",
|
|
291
293
|
"sharpBrightnessAuto",
|
|
292
294
|
"sharpBrightnessHigh",
|
|
293
295
|
"sharpBrightnessLow",
|
|
294
296
|
"sharpBrightnessMedium",
|
|
295
|
-
"sharpBrowseGallery",
|
|
296
297
|
"sharpBrokenImage",
|
|
297
|
-
"
|
|
298
|
+
"sharpBrowseGallery",
|
|
298
299
|
"sharpBrowserNotSupported",
|
|
300
|
+
"sharpBrowserUpdated",
|
|
299
301
|
"sharpBrunchDining",
|
|
300
302
|
"sharpBrush",
|
|
301
|
-
"sharpBugReport",
|
|
302
303
|
"sharpBubbleChart",
|
|
303
|
-
"
|
|
304
|
+
"sharpBugReport",
|
|
304
305
|
"sharpBuild",
|
|
306
|
+
"sharpBuildCircle",
|
|
305
307
|
"sharpBungalow",
|
|
306
308
|
"sharpBurstMode",
|
|
307
|
-
"sharpBusiness",
|
|
308
309
|
"sharpBusAlert",
|
|
309
|
-
"
|
|
310
|
+
"sharpBusiness",
|
|
310
311
|
"sharpBusinessCenter",
|
|
311
312
|
"sharpCabin",
|
|
312
|
-
"
|
|
313
|
-
"sharpCake",
|
|
313
|
+
"sharpCable",
|
|
314
314
|
"sharpCached",
|
|
315
|
-
"
|
|
315
|
+
"sharpCake",
|
|
316
|
+
"sharpCalculate",
|
|
316
317
|
"sharpCalendarMonth",
|
|
317
318
|
"sharpCalendarToday",
|
|
319
|
+
"sharpCalendarViewDay",
|
|
318
320
|
"sharpCalendarViewMonth",
|
|
319
|
-
"sharpCall",
|
|
320
321
|
"sharpCalendarViewWeek",
|
|
322
|
+
"sharpCall",
|
|
321
323
|
"sharpCallEnd",
|
|
322
324
|
"sharpCallMade",
|
|
323
325
|
"sharpCallMerge",
|
|
324
326
|
"sharpCallMissed",
|
|
325
|
-
"sharpCallReceived",
|
|
326
327
|
"sharpCallMissedOutgoing",
|
|
328
|
+
"sharpCallReceived",
|
|
327
329
|
"sharpCallSplit",
|
|
328
|
-
"sharpCamera",
|
|
329
330
|
"sharpCallToAction",
|
|
331
|
+
"sharpCamera",
|
|
330
332
|
"sharpCameraAlt",
|
|
331
333
|
"sharpCameraEnhance",
|
|
332
334
|
"sharpCameraFront",
|
|
333
335
|
"sharpCameraIndoor",
|
|
336
|
+
"sharpCameraOutdoor",
|
|
334
337
|
"sharpCameraRear",
|
|
335
338
|
"sharpCameraRoll",
|
|
336
|
-
"sharpCameraOutdoor",
|
|
337
339
|
"sharpCameraswitch",
|
|
338
340
|
"sharpCampaign",
|
|
339
|
-
"sharpCancelPresentation",
|
|
340
341
|
"sharpCancel",
|
|
342
|
+
"sharpCancelPresentation",
|
|
343
|
+
"sharpCancelScheduleSend",
|
|
341
344
|
"sharpCandlestickChart",
|
|
342
345
|
"sharpCarCrash",
|
|
343
|
-
"sharpCancelScheduleSend",
|
|
344
346
|
"sharpCarRental",
|
|
345
347
|
"sharpCarRepair",
|
|
346
|
-
"sharpCardTravel",
|
|
347
348
|
"sharpCardGiftcard",
|
|
348
349
|
"sharpCardMembership",
|
|
350
|
+
"sharpCardTravel",
|
|
349
351
|
"sharpCarpenter",
|
|
350
352
|
"sharpCases",
|
|
351
|
-
"sharpCast",
|
|
352
353
|
"sharpCasino",
|
|
353
|
-
"
|
|
354
|
+
"sharpCast",
|
|
354
355
|
"sharpCastConnected",
|
|
355
|
-
"
|
|
356
|
+
"sharpCastForEducation",
|
|
356
357
|
"sharpCastle",
|
|
358
|
+
"sharpCatchingPokemon",
|
|
357
359
|
"sharpCategory",
|
|
358
360
|
"sharpCelebration",
|
|
359
361
|
"sharpCellTower",
|
|
360
|
-
"sharpCenterFocusStrong",
|
|
361
362
|
"sharpCellWifi",
|
|
363
|
+
"sharpCenterFocusStrong",
|
|
362
364
|
"sharpCenterFocusWeak",
|
|
363
365
|
"sharpChair",
|
|
364
366
|
"sharpChairAlt",
|
|
@@ -368,32 +370,32 @@
|
|
|
368
370
|
"sharpChargingStation",
|
|
369
371
|
"sharpChat",
|
|
370
372
|
"sharpChatBubble",
|
|
371
|
-
"sharpCheck",
|
|
372
373
|
"sharpChatBubbleOutline",
|
|
373
|
-
"
|
|
374
|
+
"sharpCheck",
|
|
374
375
|
"sharpCheckBox",
|
|
376
|
+
"sharpCheckBoxOutlineBlank",
|
|
375
377
|
"sharpCheckCircle",
|
|
376
378
|
"sharpCheckCircleOutline",
|
|
377
|
-
"sharpCheckroom",
|
|
378
|
-
"sharpChecklistRtl",
|
|
379
379
|
"sharpChecklist",
|
|
380
|
+
"sharpChecklistRtl",
|
|
381
|
+
"sharpCheckroom",
|
|
380
382
|
"sharpChevronLeft",
|
|
381
383
|
"sharpChevronRight",
|
|
382
384
|
"sharpChildCare",
|
|
383
|
-
"
|
|
385
|
+
"sharpChildFriendly",
|
|
384
386
|
"sharpChromeReaderMode",
|
|
387
|
+
"sharpChurch",
|
|
385
388
|
"sharpCircle",
|
|
386
|
-
"sharpChildFriendly",
|
|
387
389
|
"sharpCircleNotifications",
|
|
388
390
|
"sharpClass",
|
|
389
|
-
"sharpCleaningServices",
|
|
390
391
|
"sharpCleanHands",
|
|
392
|
+
"sharpCleaningServices",
|
|
391
393
|
"sharpClear",
|
|
392
394
|
"sharpClearAll",
|
|
393
395
|
"sharpClose",
|
|
394
396
|
"sharpCloseFullscreen",
|
|
395
|
-
"sharpClosedCaptionDisabled",
|
|
396
397
|
"sharpClosedCaption",
|
|
398
|
+
"sharpClosedCaptionDisabled",
|
|
397
399
|
"sharpClosedCaptionOff",
|
|
398
400
|
"sharpCloud",
|
|
399
401
|
"sharpCloudCircle",
|
|
@@ -402,35 +404,35 @@
|
|
|
402
404
|
"sharpCloudOff",
|
|
403
405
|
"sharpCloudQueue",
|
|
404
406
|
"sharpCloudSync",
|
|
405
|
-
"sharpCo2",
|
|
406
407
|
"sharpCloudUpload",
|
|
408
|
+
"sharpCo2",
|
|
407
409
|
"sharpCoPresent",
|
|
408
|
-
"sharpCodeOff",
|
|
409
410
|
"sharpCode",
|
|
411
|
+
"sharpCodeOff",
|
|
410
412
|
"sharpCoffee",
|
|
413
|
+
"sharpCoffeeMaker",
|
|
411
414
|
"sharpCollections",
|
|
412
415
|
"sharpCollectionsBookmark",
|
|
413
|
-
"
|
|
416
|
+
"sharpColorLens",
|
|
414
417
|
"sharpColorize",
|
|
415
418
|
"sharpComment",
|
|
416
|
-
"sharpColorLens",
|
|
417
419
|
"sharpCommentBank",
|
|
418
|
-
"sharpCommit",
|
|
419
420
|
"sharpCommentsDisabled",
|
|
421
|
+
"sharpCommit",
|
|
420
422
|
"sharpCommute",
|
|
421
423
|
"sharpCompare",
|
|
422
424
|
"sharpCompareArrows",
|
|
423
425
|
"sharpCompassCalibration",
|
|
424
|
-
"sharpCompress",
|
|
425
|
-
"sharpConfirmationNumber",
|
|
426
426
|
"sharpCompost",
|
|
427
|
+
"sharpCompress",
|
|
427
428
|
"sharpComputer",
|
|
428
|
-
"
|
|
429
|
+
"sharpConfirmationNumber",
|
|
429
430
|
"sharpConnectWithoutContact",
|
|
431
|
+
"sharpConnectedTv",
|
|
430
432
|
"sharpConnectingAirports",
|
|
431
433
|
"sharpConstruction",
|
|
432
|
-
"sharpContactPage",
|
|
433
434
|
"sharpContactMail",
|
|
435
|
+
"sharpContactPage",
|
|
434
436
|
"sharpContactPhone",
|
|
435
437
|
"sharpContactSupport",
|
|
436
438
|
"sharpContactless",
|
|
@@ -441,35 +443,35 @@
|
|
|
441
443
|
"sharpContentPasteGo",
|
|
442
444
|
"sharpContentPasteOff",
|
|
443
445
|
"sharpContentPasteSearch",
|
|
444
|
-
"sharpControlCamera",
|
|
445
446
|
"sharpContrast",
|
|
447
|
+
"sharpControlCamera",
|
|
446
448
|
"sharpControlPoint",
|
|
447
|
-
"sharpCookie",
|
|
448
449
|
"sharpControlPointDuplicate",
|
|
450
|
+
"sharpCookie",
|
|
449
451
|
"sharpCopyAll",
|
|
450
452
|
"sharpCopyright",
|
|
451
453
|
"sharpCoronavirus",
|
|
452
454
|
"sharpCorporateFare",
|
|
453
|
-
"sharpCountertops",
|
|
454
455
|
"sharpCottage",
|
|
455
|
-
"
|
|
456
|
+
"sharpCountertops",
|
|
456
457
|
"sharpCreate",
|
|
458
|
+
"sharpCreateNewFolder",
|
|
457
459
|
"sharpCreditCard",
|
|
458
460
|
"sharpCreditCardOff",
|
|
459
461
|
"sharpCreditScore",
|
|
460
462
|
"sharpCrib",
|
|
461
|
-
"sharpCrop",
|
|
462
463
|
"sharpCrisisAlert",
|
|
463
|
-
"
|
|
464
|
+
"sharpCrop",
|
|
464
465
|
"sharpCrop169",
|
|
465
|
-
"sharpCrop75",
|
|
466
466
|
"sharpCrop32",
|
|
467
|
+
"sharpCrop54",
|
|
468
|
+
"sharpCrop75",
|
|
467
469
|
"sharpCropDin",
|
|
468
470
|
"sharpCropFree",
|
|
469
471
|
"sharpCropLandscape",
|
|
470
472
|
"sharpCropOriginal",
|
|
471
|
-
"sharpCropRotate",
|
|
472
473
|
"sharpCropPortrait",
|
|
474
|
+
"sharpCropRotate",
|
|
473
475
|
"sharpCropSquare",
|
|
474
476
|
"sharpCrueltyFree",
|
|
475
477
|
"sharpCss",
|
|
@@ -477,20 +479,22 @@
|
|
|
477
479
|
"sharpCurrencyExchange",
|
|
478
480
|
"sharpCurrencyFranc",
|
|
479
481
|
"sharpCurrencyLira",
|
|
482
|
+
"sharpCurrencyPound",
|
|
483
|
+
"sharpCurrencyRuble",
|
|
480
484
|
"sharpCurrencyRupee",
|
|
481
485
|
"sharpCurrencyYen",
|
|
482
|
-
"sharpCyclone",
|
|
483
486
|
"sharpCurrencyYuan",
|
|
484
|
-
"
|
|
485
|
-
"
|
|
487
|
+
"sharpCurtains",
|
|
488
|
+
"sharpCurtainsClosed",
|
|
489
|
+
"sharpCyclone",
|
|
486
490
|
"sharpDangerous",
|
|
487
491
|
"sharpDarkMode",
|
|
488
492
|
"sharpDashboard",
|
|
489
493
|
"sharpDashboardCustomize",
|
|
490
494
|
"sharpDataArray",
|
|
491
495
|
"sharpDataExploration",
|
|
492
|
-
"sharpDataSaverOff",
|
|
493
496
|
"sharpDataObject",
|
|
497
|
+
"sharpDataSaverOff",
|
|
494
498
|
"sharpDataSaverOn",
|
|
495
499
|
"sharpDataThresholding",
|
|
496
500
|
"sharpDataUsage",
|
|
@@ -518,91 +522,91 @@
|
|
|
518
522
|
"sharpDeveloperBoardOff",
|
|
519
523
|
"sharpDeveloperMode",
|
|
520
524
|
"sharpDeviceHub",
|
|
521
|
-
"sharpDeviceUnknown",
|
|
522
525
|
"sharpDeviceThermostat",
|
|
526
|
+
"sharpDeviceUnknown",
|
|
523
527
|
"sharpDevices",
|
|
524
|
-
"sharpDevicesOther",
|
|
525
528
|
"sharpDevicesFold",
|
|
526
|
-
"
|
|
529
|
+
"sharpDevicesOther",
|
|
527
530
|
"sharpDialerSip",
|
|
528
|
-
"
|
|
531
|
+
"sharpDialpad",
|
|
529
532
|
"sharpDiamond",
|
|
530
|
-
"
|
|
533
|
+
"sharpDifference",
|
|
531
534
|
"sharpDining",
|
|
535
|
+
"sharpDinnerDining",
|
|
532
536
|
"sharpDirections",
|
|
533
537
|
"sharpDirectionsBike",
|
|
534
538
|
"sharpDirectionsBoat",
|
|
535
539
|
"sharpDirectionsBoatFilled",
|
|
536
540
|
"sharpDirectionsBus",
|
|
537
|
-
"sharpDirectionsCar",
|
|
538
541
|
"sharpDirectionsBusFilled",
|
|
542
|
+
"sharpDirectionsCar",
|
|
539
543
|
"sharpDirectionsCarFilled",
|
|
540
544
|
"sharpDirectionsOff",
|
|
541
545
|
"sharpDirectionsRailway",
|
|
542
546
|
"sharpDirectionsRailwayFilled",
|
|
543
|
-
"sharpDirectionsSubway",
|
|
544
547
|
"sharpDirectionsRun",
|
|
548
|
+
"sharpDirectionsSubway",
|
|
545
549
|
"sharpDirectionsSubwayFilled",
|
|
546
550
|
"sharpDirectionsTransit",
|
|
547
|
-
"sharpDirectionsWalk",
|
|
548
551
|
"sharpDirectionsTransitFilled",
|
|
552
|
+
"sharpDirectionsWalk",
|
|
549
553
|
"sharpDirtyLens",
|
|
550
554
|
"sharpDisabledByDefault",
|
|
551
555
|
"sharpDisabledVisible",
|
|
552
556
|
"sharpDiscFull",
|
|
553
|
-
"sharpDisplaySettings",
|
|
554
557
|
"sharpDiscount",
|
|
558
|
+
"sharpDisplaySettings",
|
|
555
559
|
"sharpDns",
|
|
556
560
|
"sharpDoDisturb",
|
|
557
561
|
"sharpDoDisturbAlt",
|
|
558
|
-
"sharpDoNotDisturbOff",
|
|
559
|
-
"sharpDoNotDisturb",
|
|
560
|
-
"sharpDoDisturbOn",
|
|
561
562
|
"sharpDoDisturbOff",
|
|
563
|
+
"sharpDoDisturbOn",
|
|
564
|
+
"sharpDoNotDisturb",
|
|
562
565
|
"sharpDoNotDisturbAlt",
|
|
566
|
+
"sharpDoNotDisturbOff",
|
|
563
567
|
"sharpDoNotDisturbOn",
|
|
564
568
|
"sharpDoNotDisturbOnTotalSilence",
|
|
565
569
|
"sharpDoNotStep",
|
|
566
570
|
"sharpDoNotTouch",
|
|
567
571
|
"sharpDock",
|
|
568
|
-
"sharpDomain",
|
|
569
572
|
"sharpDocumentScanner",
|
|
573
|
+
"sharpDomain",
|
|
570
574
|
"sharpDomainAdd",
|
|
571
575
|
"sharpDomainDisabled",
|
|
572
|
-
"sharpDone",
|
|
573
576
|
"sharpDomainVerification",
|
|
577
|
+
"sharpDone",
|
|
574
578
|
"sharpDoneAll",
|
|
575
|
-
"sharpDonutLarge",
|
|
576
579
|
"sharpDoneOutline",
|
|
577
|
-
"
|
|
580
|
+
"sharpDonutLarge",
|
|
578
581
|
"sharpDonutSmall",
|
|
579
582
|
"sharpDoorBack",
|
|
583
|
+
"sharpDoorFront",
|
|
580
584
|
"sharpDoorSliding",
|
|
581
585
|
"sharpDoorbell",
|
|
582
|
-
"sharpDownloadDone",
|
|
583
|
-
"sharpDownload",
|
|
584
|
-
"sharpDownhillSkiing",
|
|
585
586
|
"sharpDoubleArrow",
|
|
587
|
+
"sharpDownhillSkiing",
|
|
588
|
+
"sharpDownload",
|
|
589
|
+
"sharpDownloadDone",
|
|
586
590
|
"sharpDownloadForOffline",
|
|
587
591
|
"sharpDownloading",
|
|
588
|
-
"sharpDragHandle",
|
|
589
592
|
"sharpDrafts",
|
|
593
|
+
"sharpDragHandle",
|
|
594
|
+
"sharpDragIndicator",
|
|
590
595
|
"sharpDraw",
|
|
591
596
|
"sharpDriveEta",
|
|
592
|
-
"sharpDragIndicator",
|
|
593
|
-
"sharpDriveFolderUpload",
|
|
594
597
|
"sharpDriveFileMove",
|
|
595
598
|
"sharpDriveFileMoveRtl",
|
|
599
|
+
"sharpDriveFileRenameOutline",
|
|
600
|
+
"sharpDriveFolderUpload",
|
|
596
601
|
"sharpDry",
|
|
597
602
|
"sharpDryCleaning",
|
|
598
|
-
"sharpDriveFileRenameOutline",
|
|
599
603
|
"sharpDuo",
|
|
600
604
|
"sharpDvr",
|
|
601
605
|
"sharpDynamicFeed",
|
|
602
606
|
"sharpDynamicForm",
|
|
603
607
|
"sharpEMobiledata",
|
|
604
|
-
"sharpEarbudsBattery",
|
|
605
608
|
"sharpEarbuds",
|
|
609
|
+
"sharpEarbudsBattery",
|
|
606
610
|
"sharpEast",
|
|
607
611
|
"sharpEdgesensorHigh",
|
|
608
612
|
"sharpEdgesensorLow",
|
|
@@ -621,65 +625,68 @@
|
|
|
621
625
|
"sharpElderly",
|
|
622
626
|
"sharpElderlyWoman",
|
|
623
627
|
"sharpElectricBike",
|
|
628
|
+
"sharpElectricBolt",
|
|
624
629
|
"sharpElectricCar",
|
|
630
|
+
"sharpElectricMeter",
|
|
625
631
|
"sharpElectricMoped",
|
|
626
632
|
"sharpElectricRickshaw",
|
|
627
|
-
"
|
|
633
|
+
"sharpElectricScooter",
|
|
628
634
|
"sharpElectricalServices",
|
|
635
|
+
"sharpElevator",
|
|
629
636
|
"sharpEmail",
|
|
630
|
-
"sharpElectricScooter",
|
|
631
637
|
"sharpEmergency",
|
|
632
638
|
"sharpEmergencyRecording",
|
|
639
|
+
"sharpEmergencyShare",
|
|
633
640
|
"sharpEmojiEmotions",
|
|
634
641
|
"sharpEmojiEvents",
|
|
635
|
-
"sharpEmergencyShare",
|
|
636
642
|
"sharpEmojiFoodBeverage",
|
|
637
643
|
"sharpEmojiNature",
|
|
638
644
|
"sharpEmojiObjects",
|
|
639
645
|
"sharpEmojiPeople",
|
|
640
646
|
"sharpEmojiSymbols",
|
|
641
647
|
"sharpEmojiTransportation",
|
|
648
|
+
"sharpEnergySavingsLeaf",
|
|
642
649
|
"sharpEngineering",
|
|
643
|
-
"sharpEqualizer",
|
|
644
650
|
"sharpEnhancedEncryption",
|
|
651
|
+
"sharpEqualizer",
|
|
652
|
+
"sharpError",
|
|
645
653
|
"sharpErrorOutline",
|
|
646
654
|
"sharpEscalator",
|
|
647
|
-
"sharpError",
|
|
648
655
|
"sharpEscalatorWarning",
|
|
649
656
|
"sharpEuro",
|
|
650
657
|
"sharpEuroSymbol",
|
|
651
658
|
"sharpEvStation",
|
|
652
|
-
"sharpEventAvailable",
|
|
653
659
|
"sharpEvent",
|
|
660
|
+
"sharpEventAvailable",
|
|
654
661
|
"sharpEventBusy",
|
|
655
662
|
"sharpEventNote",
|
|
656
663
|
"sharpEventRepeat",
|
|
657
664
|
"sharpEventSeat",
|
|
658
|
-
"sharpExpand",
|
|
659
665
|
"sharpExitToApp",
|
|
666
|
+
"sharpExpand",
|
|
660
667
|
"sharpExpandCircleDown",
|
|
661
668
|
"sharpExpandLess",
|
|
662
669
|
"sharpExpandMore",
|
|
663
670
|
"sharpExplicit",
|
|
664
671
|
"sharpExplore",
|
|
665
672
|
"sharpExploreOff",
|
|
666
|
-
"sharpExposureNeg1",
|
|
667
673
|
"sharpExposure",
|
|
674
|
+
"sharpExposureNeg1",
|
|
668
675
|
"sharpExposureNeg2",
|
|
669
|
-
"sharpExposurePlus2",
|
|
670
676
|
"sharpExposurePlus1",
|
|
677
|
+
"sharpExposurePlus2",
|
|
671
678
|
"sharpExposureZero",
|
|
672
679
|
"sharpExtension",
|
|
673
680
|
"sharpExtensionOff",
|
|
674
681
|
"sharpFace",
|
|
675
682
|
"sharpFaceRetouchingNatural",
|
|
676
683
|
"sharpFaceRetouchingOff",
|
|
677
|
-
"sharpFactory",
|
|
678
684
|
"sharpFactCheck",
|
|
685
|
+
"sharpFactory",
|
|
679
686
|
"sharpFamilyRestroom",
|
|
680
687
|
"sharpFastForward",
|
|
681
|
-
"sharpFastfood",
|
|
682
688
|
"sharpFastRewind",
|
|
689
|
+
"sharpFastfood",
|
|
683
690
|
"sharpFavorite",
|
|
684
691
|
"sharpFavoriteBorder",
|
|
685
692
|
"sharpFax",
|
|
@@ -688,59 +695,59 @@
|
|
|
688
695
|
"sharpFeed",
|
|
689
696
|
"sharpFeedback",
|
|
690
697
|
"sharpFemale",
|
|
691
|
-
"sharpFiberDvr",
|
|
692
698
|
"sharpFence",
|
|
693
699
|
"sharpFestival",
|
|
700
|
+
"sharpFiberDvr",
|
|
694
701
|
"sharpFiberManualRecord",
|
|
695
702
|
"sharpFiberNew",
|
|
696
703
|
"sharpFiberPin",
|
|
697
704
|
"sharpFiberSmartRecord",
|
|
698
|
-
"sharpFileDownload",
|
|
699
705
|
"sharpFileCopy",
|
|
706
|
+
"sharpFileDownload",
|
|
700
707
|
"sharpFileDownloadDone",
|
|
701
|
-
"sharpFilePresent",
|
|
702
|
-
"sharpFileOpen",
|
|
703
708
|
"sharpFileDownloadOff",
|
|
709
|
+
"sharpFileOpen",
|
|
710
|
+
"sharpFilePresent",
|
|
704
711
|
"sharpFileUpload",
|
|
705
712
|
"sharpFilter",
|
|
706
713
|
"sharpFilter1",
|
|
707
714
|
"sharpFilter2",
|
|
715
|
+
"sharpFilter3",
|
|
708
716
|
"sharpFilter4",
|
|
709
|
-
"sharpFilter7",
|
|
710
|
-
"sharpFilter6",
|
|
711
717
|
"sharpFilter5",
|
|
712
|
-
"
|
|
718
|
+
"sharpFilter6",
|
|
719
|
+
"sharpFilter7",
|
|
713
720
|
"sharpFilter8",
|
|
714
721
|
"sharpFilter9",
|
|
715
722
|
"sharpFilter9Plus",
|
|
716
|
-
"sharpFilterAltOff",
|
|
717
723
|
"sharpFilterAlt",
|
|
724
|
+
"sharpFilterAltOff",
|
|
718
725
|
"sharpFilterBAndW",
|
|
719
726
|
"sharpFilterCenterFocus",
|
|
720
727
|
"sharpFilterDrama",
|
|
721
728
|
"sharpFilterFrames",
|
|
722
|
-
"sharpFilterListOff",
|
|
723
|
-
"sharpFilterList",
|
|
724
729
|
"sharpFilterHdr",
|
|
730
|
+
"sharpFilterList",
|
|
731
|
+
"sharpFilterListOff",
|
|
725
732
|
"sharpFilterNone",
|
|
726
733
|
"sharpFilterTiltShift",
|
|
727
734
|
"sharpFilterVintage",
|
|
728
735
|
"sharpFindInPage",
|
|
729
|
-
"sharpFingerprint",
|
|
730
736
|
"sharpFindReplace",
|
|
737
|
+
"sharpFingerprint",
|
|
731
738
|
"sharpFireExtinguisher",
|
|
732
739
|
"sharpFireplace",
|
|
733
|
-
"sharpFitScreen",
|
|
734
740
|
"sharpFirstPage",
|
|
735
|
-
"
|
|
741
|
+
"sharpFitScreen",
|
|
736
742
|
"sharpFitbit",
|
|
743
|
+
"sharpFitnessCenter",
|
|
737
744
|
"sharpFlag",
|
|
738
745
|
"sharpFlagCircle",
|
|
739
746
|
"sharpFlaky",
|
|
740
|
-
"sharpFlashAuto",
|
|
741
747
|
"sharpFlare",
|
|
742
|
-
"
|
|
748
|
+
"sharpFlashAuto",
|
|
743
749
|
"sharpFlashOff",
|
|
750
|
+
"sharpFlashOn",
|
|
744
751
|
"sharpFlashlightOff",
|
|
745
752
|
"sharpFlashlightOn",
|
|
746
753
|
"sharpFlatware",
|
|
@@ -749,25 +756,25 @@
|
|
|
749
756
|
"sharpFlightLand",
|
|
750
757
|
"sharpFlightTakeoff",
|
|
751
758
|
"sharpFlip",
|
|
752
|
-
"sharpFlipCameraIos",
|
|
753
759
|
"sharpFlipCameraAndroid",
|
|
760
|
+
"sharpFlipCameraIos",
|
|
754
761
|
"sharpFlipToBack",
|
|
755
762
|
"sharpFlipToFront",
|
|
756
763
|
"sharpFlood",
|
|
757
764
|
"sharpFlourescent",
|
|
758
765
|
"sharpFlutterDash",
|
|
759
766
|
"sharpFmdBad",
|
|
760
|
-
"sharpFolder",
|
|
761
767
|
"sharpFmdGood",
|
|
762
|
-
"
|
|
768
|
+
"sharpFolder",
|
|
763
769
|
"sharpFolderCopy",
|
|
770
|
+
"sharpFolderDelete",
|
|
764
771
|
"sharpFolderOff",
|
|
765
|
-
"sharpFolderSpecial",
|
|
766
|
-
"sharpFolderShared",
|
|
767
772
|
"sharpFolderOpen",
|
|
773
|
+
"sharpFolderShared",
|
|
774
|
+
"sharpFolderSpecial",
|
|
768
775
|
"sharpFolderZip",
|
|
769
|
-
"sharpFontDownload",
|
|
770
776
|
"sharpFollowTheSigns",
|
|
777
|
+
"sharpFontDownload",
|
|
771
778
|
"sharpFontDownloadOff",
|
|
772
779
|
"sharpFoodBank",
|
|
773
780
|
"sharpForest",
|
|
@@ -778,18 +785,18 @@
|
|
|
778
785
|
"sharpFormatAlignLeft",
|
|
779
786
|
"sharpFormatAlignRight",
|
|
780
787
|
"sharpFormatBold",
|
|
781
|
-
"sharpFormatColorFill",
|
|
782
788
|
"sharpFormatClear",
|
|
789
|
+
"sharpFormatColorFill",
|
|
783
790
|
"sharpFormatColorReset",
|
|
784
|
-
"sharpFormatIndentDecrease",
|
|
785
791
|
"sharpFormatColorText",
|
|
792
|
+
"sharpFormatIndentDecrease",
|
|
786
793
|
"sharpFormatIndentIncrease",
|
|
787
794
|
"sharpFormatItalic",
|
|
788
795
|
"sharpFormatLineSpacing",
|
|
789
796
|
"sharpFormatListBulleted",
|
|
790
797
|
"sharpFormatListNumbered",
|
|
791
|
-
"sharpFormatOverline",
|
|
792
798
|
"sharpFormatListNumberedRtl",
|
|
799
|
+
"sharpFormatOverline",
|
|
793
800
|
"sharpFormatPaint",
|
|
794
801
|
"sharpFormatQuote",
|
|
795
802
|
"sharpFormatShapes",
|
|
@@ -798,40 +805,41 @@
|
|
|
798
805
|
"sharpFormatTextdirectionLToR",
|
|
799
806
|
"sharpFormatTextdirectionRToL",
|
|
800
807
|
"sharpFormatUnderlined",
|
|
801
|
-
"sharpForum",
|
|
802
808
|
"sharpFort",
|
|
809
|
+
"sharpForum",
|
|
803
810
|
"sharpForward",
|
|
804
811
|
"sharpForward10",
|
|
805
812
|
"sharpForward30",
|
|
806
813
|
"sharpForward5",
|
|
807
|
-
"sharpFoundation",
|
|
808
814
|
"sharpForwardToInbox",
|
|
809
|
-
"
|
|
815
|
+
"sharpFoundation",
|
|
810
816
|
"sharpFreeBreakfast",
|
|
811
817
|
"sharpFreeCancellation",
|
|
818
|
+
"sharpFrontHand",
|
|
812
819
|
"sharpFullscreen",
|
|
813
820
|
"sharpFullscreenExit",
|
|
814
821
|
"sharpFunctions",
|
|
815
822
|
"sharpGMobiledata",
|
|
823
|
+
"sharpGTranslate",
|
|
816
824
|
"sharpGamepad",
|
|
817
825
|
"sharpGames",
|
|
818
|
-
"sharpGTranslate",
|
|
819
826
|
"sharpGarage",
|
|
827
|
+
"sharpGasMeter",
|
|
820
828
|
"sharpGavel",
|
|
821
829
|
"sharpGeneratingTokens",
|
|
822
|
-
"sharpGetApp",
|
|
823
830
|
"sharpGesture",
|
|
824
|
-
"
|
|
831
|
+
"sharpGetApp",
|
|
825
832
|
"sharpGif",
|
|
833
|
+
"sharpGifBox",
|
|
826
834
|
"sharpGirl",
|
|
827
835
|
"sharpGite",
|
|
828
836
|
"sharpGolfCourse",
|
|
837
|
+
"sharpGppBad",
|
|
829
838
|
"sharpGppGood",
|
|
830
839
|
"sharpGppMaybe",
|
|
831
|
-
"sharpGppBad",
|
|
832
840
|
"sharpGpsFixed",
|
|
833
|
-
"sharpGpsOff",
|
|
834
841
|
"sharpGpsNotFixed",
|
|
842
|
+
"sharpGpsOff",
|
|
835
843
|
"sharpGrade",
|
|
836
844
|
"sharpGradient",
|
|
837
845
|
"sharpGrading",
|
|
@@ -839,8 +847,8 @@
|
|
|
839
847
|
"sharpGraphicEq",
|
|
840
848
|
"sharpGrass",
|
|
841
849
|
"sharpGrid3x3",
|
|
842
|
-
"sharpGridGoldenratio",
|
|
843
850
|
"sharpGrid4x4",
|
|
851
|
+
"sharpGridGoldenratio",
|
|
844
852
|
"sharpGridOff",
|
|
845
853
|
"sharpGridOn",
|
|
846
854
|
"sharpGridView",
|
|
@@ -851,64 +859,65 @@
|
|
|
851
859
|
"sharpGroupWork",
|
|
852
860
|
"sharpGroups",
|
|
853
861
|
"sharpHMobiledata",
|
|
854
|
-
"sharpHandyman",
|
|
855
|
-
"sharpHail",
|
|
856
862
|
"sharpHPlusMobiledata",
|
|
863
|
+
"sharpHail",
|
|
857
864
|
"sharpHandshake",
|
|
865
|
+
"sharpHandyman",
|
|
858
866
|
"sharpHardware",
|
|
859
867
|
"sharpHd",
|
|
860
|
-
"sharpHdrAutoSelect",
|
|
861
868
|
"sharpHdrAuto",
|
|
862
|
-
"
|
|
863
|
-
"sharpHdrOffSelect",
|
|
864
|
-
"sharpHdrOff",
|
|
869
|
+
"sharpHdrAutoSelect",
|
|
865
870
|
"sharpHdrEnhancedSelect",
|
|
871
|
+
"sharpHdrOff",
|
|
872
|
+
"sharpHdrOffSelect",
|
|
873
|
+
"sharpHdrOn",
|
|
866
874
|
"sharpHdrOnSelect",
|
|
867
875
|
"sharpHdrPlus",
|
|
868
|
-
"sharpHeadphonesBattery",
|
|
869
876
|
"sharpHdrStrong",
|
|
870
|
-
"sharpHeadphones",
|
|
871
877
|
"sharpHdrWeak",
|
|
878
|
+
"sharpHeadphones",
|
|
879
|
+
"sharpHeadphonesBattery",
|
|
872
880
|
"sharpHeadset",
|
|
873
881
|
"sharpHeadsetMic",
|
|
874
882
|
"sharpHeadsetOff",
|
|
875
|
-
"sharpHealthAndSafety",
|
|
876
883
|
"sharpHealing",
|
|
884
|
+
"sharpHealthAndSafety",
|
|
877
885
|
"sharpHearing",
|
|
878
886
|
"sharpHearingDisabled",
|
|
879
887
|
"sharpHeartBroken",
|
|
888
|
+
"sharpHeatPump",
|
|
880
889
|
"sharpHeight",
|
|
881
|
-
"sharpHelpCenter",
|
|
882
890
|
"sharpHelp",
|
|
891
|
+
"sharpHelpCenter",
|
|
883
892
|
"sharpHelpOutline",
|
|
884
|
-
"sharpHexagon",
|
|
885
893
|
"sharpHevc",
|
|
886
|
-
"
|
|
894
|
+
"sharpHexagon",
|
|
887
895
|
"sharpHideImage",
|
|
896
|
+
"sharpHideSource",
|
|
888
897
|
"sharpHighQuality",
|
|
889
898
|
"sharpHighlight",
|
|
890
899
|
"sharpHighlightAlt",
|
|
891
900
|
"sharpHighlightOff",
|
|
892
901
|
"sharpHiking",
|
|
893
902
|
"sharpHistory",
|
|
894
|
-
"sharpHistoryToggleOff",
|
|
895
903
|
"sharpHistoryEdu",
|
|
904
|
+
"sharpHistoryToggleOff",
|
|
896
905
|
"sharpHive",
|
|
897
906
|
"sharpHls",
|
|
898
907
|
"sharpHlsOff",
|
|
899
|
-
"sharpHome",
|
|
900
908
|
"sharpHolidayVillage",
|
|
909
|
+
"sharpHome",
|
|
901
910
|
"sharpHomeMax",
|
|
902
911
|
"sharpHomeMini",
|
|
903
912
|
"sharpHomeRepairService",
|
|
904
913
|
"sharpHomeWork",
|
|
905
914
|
"sharpHorizontalDistribute",
|
|
906
|
-
"sharpHorizontalSplit",
|
|
907
915
|
"sharpHorizontalRule",
|
|
916
|
+
"sharpHorizontalSplit",
|
|
908
917
|
"sharpHotTub",
|
|
918
|
+
"sharpHotel",
|
|
909
919
|
"sharpHotelClass",
|
|
910
920
|
"sharpHourglassBottom",
|
|
911
|
-
"sharpHotel",
|
|
912
921
|
"sharpHourglassDisabled",
|
|
913
922
|
"sharpHourglassEmpty",
|
|
914
923
|
"sharpHourglassFull",
|
|
@@ -921,29 +930,29 @@
|
|
|
921
930
|
"sharpHtml",
|
|
922
931
|
"sharpHttp",
|
|
923
932
|
"sharpHttps",
|
|
924
|
-
"sharpHvac",
|
|
925
933
|
"sharpHub",
|
|
934
|
+
"sharpHvac",
|
|
926
935
|
"sharpIceSkating",
|
|
927
936
|
"sharpIcecream",
|
|
937
|
+
"sharpImage",
|
|
938
|
+
"sharpImageAspectRatio",
|
|
928
939
|
"sharpImageNotSupported",
|
|
929
940
|
"sharpImageSearch",
|
|
930
|
-
"sharpImageAspectRatio",
|
|
931
|
-
"sharpImage",
|
|
932
941
|
"sharpImagesearchRoller",
|
|
933
942
|
"sharpImportContacts",
|
|
934
|
-
"sharpImportantDevices",
|
|
935
943
|
"sharpImportExport",
|
|
936
|
-
"
|
|
944
|
+
"sharpImportantDevices",
|
|
937
945
|
"sharpInbox",
|
|
946
|
+
"sharpIncompleteCircle",
|
|
938
947
|
"sharpIndeterminateCheckBox",
|
|
939
948
|
"sharpInfo",
|
|
940
949
|
"sharpInput",
|
|
941
|
-
"sharpInsertChartOutlined",
|
|
942
950
|
"sharpInsertChart",
|
|
951
|
+
"sharpInsertChartOutlined",
|
|
943
952
|
"sharpInsertComment",
|
|
944
953
|
"sharpInsertDriveFile",
|
|
945
|
-
"sharpInsertInvitation",
|
|
946
954
|
"sharpInsertEmoticon",
|
|
955
|
+
"sharpInsertInvitation",
|
|
947
956
|
"sharpInsertLink",
|
|
948
957
|
"sharpInsertPageBreak",
|
|
949
958
|
"sharpInsertPhoto",
|
|
@@ -951,9 +960,9 @@
|
|
|
951
960
|
"sharpInstallDesktop",
|
|
952
961
|
"sharpInstallMobile",
|
|
953
962
|
"sharpIntegrationInstructions",
|
|
954
|
-
"sharpInventory",
|
|
955
|
-
"sharpInterpreterMode",
|
|
956
963
|
"sharpInterests",
|
|
964
|
+
"sharpInterpreterMode",
|
|
965
|
+
"sharpInventory",
|
|
957
966
|
"sharpInventory2",
|
|
958
967
|
"sharpInvertColors",
|
|
959
968
|
"sharpInvertColorsOff",
|
|
@@ -962,50 +971,50 @@
|
|
|
962
971
|
"sharpIso",
|
|
963
972
|
"sharpJavascript",
|
|
964
973
|
"sharpJoinFull",
|
|
965
|
-
"sharpJoinLeft",
|
|
966
974
|
"sharpJoinInner",
|
|
975
|
+
"sharpJoinLeft",
|
|
967
976
|
"sharpJoinRight",
|
|
968
|
-
"sharpKey",
|
|
969
|
-
"sharpKebabDining",
|
|
970
977
|
"sharpKayaking",
|
|
978
|
+
"sharpKebabDining",
|
|
979
|
+
"sharpKey",
|
|
971
980
|
"sharpKeyOff",
|
|
972
981
|
"sharpKeyboard",
|
|
973
982
|
"sharpKeyboardAlt",
|
|
974
983
|
"sharpKeyboardArrowDown",
|
|
975
|
-
"sharpKeyboardArrowUp",
|
|
976
984
|
"sharpKeyboardArrowLeft",
|
|
977
985
|
"sharpKeyboardArrowRight",
|
|
986
|
+
"sharpKeyboardArrowUp",
|
|
978
987
|
"sharpKeyboardBackspace",
|
|
979
988
|
"sharpKeyboardCapslock",
|
|
980
989
|
"sharpKeyboardCommandKey",
|
|
981
990
|
"sharpKeyboardControlKey",
|
|
982
|
-
"sharpKeyboardDoubleArrowRight",
|
|
983
|
-
"sharpKeyboardDoubleArrowLeft",
|
|
984
991
|
"sharpKeyboardDoubleArrowDown",
|
|
992
|
+
"sharpKeyboardDoubleArrowLeft",
|
|
993
|
+
"sharpKeyboardDoubleArrowRight",
|
|
985
994
|
"sharpKeyboardDoubleArrowUp",
|
|
986
995
|
"sharpKeyboardHide",
|
|
996
|
+
"sharpKeyboardOptionKey",
|
|
987
997
|
"sharpKeyboardReturn",
|
|
988
998
|
"sharpKeyboardTab",
|
|
989
999
|
"sharpKeyboardVoice",
|
|
990
|
-
"sharpKeyboardOptionKey",
|
|
991
1000
|
"sharpKingBed",
|
|
992
1001
|
"sharpKitchen",
|
|
993
1002
|
"sharpKitesurfing",
|
|
994
|
-
"sharpLabelOff",
|
|
995
1003
|
"sharpLabel",
|
|
996
|
-
"sharpLan",
|
|
997
1004
|
"sharpLabelImportant",
|
|
1005
|
+
"sharpLabelOff",
|
|
1006
|
+
"sharpLan",
|
|
998
1007
|
"sharpLandscape",
|
|
999
1008
|
"sharpLandslide",
|
|
1000
|
-
"sharpLaptop",
|
|
1001
1009
|
"sharpLanguage",
|
|
1010
|
+
"sharpLaptop",
|
|
1002
1011
|
"sharpLaptopChromebook",
|
|
1003
1012
|
"sharpLaptopMac",
|
|
1004
1013
|
"sharpLaptopWindows",
|
|
1005
1014
|
"sharpLastPage",
|
|
1006
|
-
"sharpLayersClear",
|
|
1007
|
-
"sharpLayers",
|
|
1008
1015
|
"sharpLaunch",
|
|
1016
|
+
"sharpLayers",
|
|
1017
|
+
"sharpLayersClear",
|
|
1009
1018
|
"sharpLeaderboard",
|
|
1010
1019
|
"sharpLeakAdd",
|
|
1011
1020
|
"sharpLeakRemove",
|
|
@@ -1013,19 +1022,19 @@
|
|
|
1013
1022
|
"sharpLens",
|
|
1014
1023
|
"sharpLensBlur",
|
|
1015
1024
|
"sharpLibraryAdd",
|
|
1016
|
-
"sharpLibraryBooks",
|
|
1017
1025
|
"sharpLibraryAddCheck",
|
|
1026
|
+
"sharpLibraryBooks",
|
|
1018
1027
|
"sharpLibraryMusic",
|
|
1019
1028
|
"sharpLight",
|
|
1020
1029
|
"sharpLightMode",
|
|
1021
1030
|
"sharpLightbulb",
|
|
1022
1031
|
"sharpLightbulbCircle",
|
|
1023
1032
|
"sharpLineAxis",
|
|
1033
|
+
"sharpLineStyle",
|
|
1024
1034
|
"sharpLineWeight",
|
|
1025
1035
|
"sharpLinearScale",
|
|
1026
|
-
"sharpLineStyle",
|
|
1027
|
-
"sharpLinkOff",
|
|
1028
1036
|
"sharpLink",
|
|
1037
|
+
"sharpLinkOff",
|
|
1029
1038
|
"sharpLinkedCamera",
|
|
1030
1039
|
"sharpLiquor",
|
|
1031
1040
|
"sharpList",
|
|
@@ -1033,17 +1042,17 @@
|
|
|
1033
1042
|
"sharpLiveHelp",
|
|
1034
1043
|
"sharpLiveTv",
|
|
1035
1044
|
"sharpLiving",
|
|
1036
|
-
"sharpLocalAtm",
|
|
1037
|
-
"sharpLocalAirport",
|
|
1038
|
-
"sharpLocalCafe",
|
|
1039
1045
|
"sharpLocalActivity",
|
|
1046
|
+
"sharpLocalAirport",
|
|
1047
|
+
"sharpLocalAtm",
|
|
1040
1048
|
"sharpLocalBar",
|
|
1049
|
+
"sharpLocalCafe",
|
|
1041
1050
|
"sharpLocalCarWash",
|
|
1042
1051
|
"sharpLocalConvenienceStore",
|
|
1043
1052
|
"sharpLocalDining",
|
|
1053
|
+
"sharpLocalDrink",
|
|
1044
1054
|
"sharpLocalFireDepartment",
|
|
1045
1055
|
"sharpLocalFlorist",
|
|
1046
|
-
"sharpLocalDrink",
|
|
1047
1056
|
"sharpLocalGasStation",
|
|
1048
1057
|
"sharpLocalGroceryStore",
|
|
1049
1058
|
"sharpLocalHospital",
|
|
@@ -1060,8 +1069,8 @@
|
|
|
1060
1069
|
"sharpLocalPlay",
|
|
1061
1070
|
"sharpLocalPolice",
|
|
1062
1071
|
"sharpLocalPostOffice",
|
|
1063
|
-
"sharpLocalSee",
|
|
1064
1072
|
"sharpLocalPrintshop",
|
|
1073
|
+
"sharpLocalSee",
|
|
1065
1074
|
"sharpLocalShipping",
|
|
1066
1075
|
"sharpLocalTaxi",
|
|
1067
1076
|
"sharpLocationCity",
|
|
@@ -1071,67 +1080,69 @@
|
|
|
1071
1080
|
"sharpLocationSearching",
|
|
1072
1081
|
"sharpLock",
|
|
1073
1082
|
"sharpLockClock",
|
|
1074
|
-
"sharpLogin",
|
|
1075
|
-
"sharpLockReset",
|
|
1076
1083
|
"sharpLockOpen",
|
|
1084
|
+
"sharpLockReset",
|
|
1085
|
+
"sharpLogin",
|
|
1077
1086
|
"sharpLogoDev",
|
|
1078
1087
|
"sharpLogout",
|
|
1088
|
+
"sharpLooks",
|
|
1079
1089
|
"sharpLooks3",
|
|
1080
1090
|
"sharpLooks4",
|
|
1081
|
-
"sharpLooks",
|
|
1082
1091
|
"sharpLooks5",
|
|
1083
1092
|
"sharpLooks6",
|
|
1084
1093
|
"sharpLooksOne",
|
|
1085
1094
|
"sharpLooksTwo",
|
|
1095
|
+
"sharpLoop",
|
|
1086
1096
|
"sharpLoupe",
|
|
1087
1097
|
"sharpLowPriority",
|
|
1088
|
-
"sharpLoop",
|
|
1089
1098
|
"sharpLoyalty",
|
|
1090
1099
|
"sharpLteMobiledata",
|
|
1100
|
+
"sharpLtePlusMobiledata",
|
|
1091
1101
|
"sharpLuggage",
|
|
1092
1102
|
"sharpLunchDining",
|
|
1103
|
+
"sharpLyrics",
|
|
1093
1104
|
"sharpMail",
|
|
1105
|
+
"sharpMailLock",
|
|
1094
1106
|
"sharpMailOutline",
|
|
1095
|
-
"sharpLtePlusMobiledata",
|
|
1096
1107
|
"sharpMale",
|
|
1097
|
-
"sharpManageAccounts",
|
|
1098
1108
|
"sharpMan",
|
|
1109
|
+
"sharpManageAccounts",
|
|
1099
1110
|
"sharpManageHistory",
|
|
1100
|
-
"sharpMapsHomeWork",
|
|
1101
1111
|
"sharpManageSearch",
|
|
1102
1112
|
"sharpMap",
|
|
1113
|
+
"sharpMapsHomeWork",
|
|
1103
1114
|
"sharpMapsUgc",
|
|
1104
1115
|
"sharpMargin",
|
|
1105
1116
|
"sharpMarkAsUnread",
|
|
1106
1117
|
"sharpMarkChatRead",
|
|
1107
|
-
"sharpMarkEmailRead",
|
|
1108
1118
|
"sharpMarkChatUnread",
|
|
1119
|
+
"sharpMarkEmailRead",
|
|
1109
1120
|
"sharpMarkEmailUnread",
|
|
1110
1121
|
"sharpMarkUnreadChatAlt",
|
|
1111
1122
|
"sharpMarkunread",
|
|
1112
1123
|
"sharpMarkunreadMailbox",
|
|
1113
1124
|
"sharpMasks",
|
|
1125
|
+
"sharpMaximize",
|
|
1114
1126
|
"sharpMediaBluetoothOff",
|
|
1115
1127
|
"sharpMediaBluetoothOn",
|
|
1116
|
-
"sharpMaximize",
|
|
1117
1128
|
"sharpMediation",
|
|
1118
1129
|
"sharpMedicalInformation",
|
|
1119
|
-
"sharpMedication",
|
|
1120
1130
|
"sharpMedicalServices",
|
|
1131
|
+
"sharpMedication",
|
|
1121
1132
|
"sharpMedicationLiquid",
|
|
1122
1133
|
"sharpMeetingRoom",
|
|
1123
|
-
"sharpMenu",
|
|
1124
1134
|
"sharpMemory",
|
|
1135
|
+
"sharpMenu",
|
|
1125
1136
|
"sharpMenuBook",
|
|
1126
1137
|
"sharpMenuOpen",
|
|
1127
|
-
"sharpMergeType",
|
|
1128
1138
|
"sharpMerge",
|
|
1129
|
-
"
|
|
1139
|
+
"sharpMergeType",
|
|
1130
1140
|
"sharpMessage",
|
|
1141
|
+
"sharpMic",
|
|
1131
1142
|
"sharpMicExternalOff",
|
|
1132
1143
|
"sharpMicExternalOn",
|
|
1133
|
-
"sharpMicOff",
|
|
1134
1144
|
"sharpMicNone",
|
|
1145
|
+
"sharpMicOff",
|
|
1135
1146
|
"sharpMicrowave",
|
|
1136
1147
|
"sharpMilitaryTech",
|
|
1137
1148
|
"sharpMinimize",
|
|
@@ -1141,44 +1152,45 @@
|
|
|
1141
1152
|
"sharpMms",
|
|
1142
1153
|
"sharpMobileFriendly",
|
|
1143
1154
|
"sharpMobileOff",
|
|
1144
|
-
"sharpMobiledataOff",
|
|
1145
1155
|
"sharpMobileScreenShare",
|
|
1146
|
-
"
|
|
1147
|
-
"sharpModeComment",
|
|
1156
|
+
"sharpMobiledataOff",
|
|
1148
1157
|
"sharpMode",
|
|
1149
|
-
"
|
|
1158
|
+
"sharpModeComment",
|
|
1159
|
+
"sharpModeEdit",
|
|
1150
1160
|
"sharpModeEditOutline",
|
|
1161
|
+
"sharpModeFanOff",
|
|
1162
|
+
"sharpModeNight",
|
|
1151
1163
|
"sharpModeOfTravel",
|
|
1152
1164
|
"sharpModeStandby",
|
|
1153
|
-
"sharpMonetizationOn",
|
|
1154
1165
|
"sharpModelTraining",
|
|
1155
|
-
"
|
|
1166
|
+
"sharpMonetizationOn",
|
|
1156
1167
|
"sharpMoney",
|
|
1168
|
+
"sharpMoneyOff",
|
|
1157
1169
|
"sharpMoneyOffCsred",
|
|
1158
|
-
"sharpMonitorHeart",
|
|
1159
1170
|
"sharpMonitor",
|
|
1171
|
+
"sharpMonitorHeart",
|
|
1160
1172
|
"sharpMonitorWeight",
|
|
1161
|
-
"sharpMood",
|
|
1162
1173
|
"sharpMonochromePhotos",
|
|
1174
|
+
"sharpMood",
|
|
1163
1175
|
"sharpMoodBad",
|
|
1164
1176
|
"sharpMoped",
|
|
1165
|
-
"sharpMoreHoriz",
|
|
1166
1177
|
"sharpMore",
|
|
1167
|
-
"
|
|
1178
|
+
"sharpMoreHoriz",
|
|
1168
1179
|
"sharpMoreTime",
|
|
1169
1180
|
"sharpMoreVert",
|
|
1181
|
+
"sharpMosque",
|
|
1170
1182
|
"sharpMotionPhotosAuto",
|
|
1171
|
-
"sharpMotionPhotosPause",
|
|
1172
1183
|
"sharpMotionPhotosOff",
|
|
1173
1184
|
"sharpMotionPhotosOn",
|
|
1185
|
+
"sharpMotionPhotosPause",
|
|
1174
1186
|
"sharpMotionPhotosPaused",
|
|
1175
1187
|
"sharpMouse",
|
|
1176
1188
|
"sharpMoveDown",
|
|
1177
1189
|
"sharpMoveToInbox",
|
|
1178
|
-
"sharpMovie",
|
|
1179
|
-
"sharpMovieFilter",
|
|
1180
1190
|
"sharpMoveUp",
|
|
1191
|
+
"sharpMovie",
|
|
1181
1192
|
"sharpMovieCreation",
|
|
1193
|
+
"sharpMovieFilter",
|
|
1182
1194
|
"sharpMoving",
|
|
1183
1195
|
"sharpMp",
|
|
1184
1196
|
"sharpMultilineChart",
|
|
@@ -1188,18 +1200,19 @@
|
|
|
1188
1200
|
"sharpMusicOff",
|
|
1189
1201
|
"sharpMusicVideo",
|
|
1190
1202
|
"sharpMyLocation",
|
|
1191
|
-
"sharpNature",
|
|
1192
1203
|
"sharpNat",
|
|
1193
|
-
"
|
|
1204
|
+
"sharpNature",
|
|
1194
1205
|
"sharpNaturePeople",
|
|
1195
|
-
"
|
|
1206
|
+
"sharpNavigateBefore",
|
|
1196
1207
|
"sharpNavigateNext",
|
|
1197
|
-
"
|
|
1208
|
+
"sharpNavigation",
|
|
1198
1209
|
"sharpNearMe",
|
|
1210
|
+
"sharpNearMeDisabled",
|
|
1199
1211
|
"sharpNearbyError",
|
|
1200
1212
|
"sharpNearbyOff",
|
|
1201
|
-
"
|
|
1213
|
+
"sharpNestCamWiredStand",
|
|
1202
1214
|
"sharpNetworkCell",
|
|
1215
|
+
"sharpNetworkCheck",
|
|
1203
1216
|
"sharpNetworkLocked",
|
|
1204
1217
|
"sharpNetworkPing",
|
|
1205
1218
|
"sharpNetworkWifi",
|
|
@@ -1207,57 +1220,58 @@
|
|
|
1207
1220
|
"sharpNetworkWifi2Bar",
|
|
1208
1221
|
"sharpNetworkWifi3Bar",
|
|
1209
1222
|
"sharpNewLabel",
|
|
1210
|
-
"
|
|
1223
|
+
"sharpNewReleases",
|
|
1211
1224
|
"sharpNewspaper",
|
|
1225
|
+
"sharpNextPlan",
|
|
1212
1226
|
"sharpNextWeek",
|
|
1213
|
-
"sharpNewReleases",
|
|
1214
1227
|
"sharpNfc",
|
|
1215
1228
|
"sharpNightShelter",
|
|
1216
1229
|
"sharpNightlife",
|
|
1217
1230
|
"sharpNightlight",
|
|
1218
1231
|
"sharpNightlightRound",
|
|
1219
|
-
"sharpNoAccounts",
|
|
1220
1232
|
"sharpNightsStay",
|
|
1233
|
+
"sharpNoAccounts",
|
|
1221
1234
|
"sharpNoBackpack",
|
|
1222
1235
|
"sharpNoCell",
|
|
1223
1236
|
"sharpNoCrash",
|
|
1224
|
-
"sharpNoEncryption",
|
|
1225
1237
|
"sharpNoDrinks",
|
|
1238
|
+
"sharpNoEncryption",
|
|
1226
1239
|
"sharpNoEncryptionGmailerrorred",
|
|
1227
1240
|
"sharpNoFlash",
|
|
1228
|
-
"sharpNoLuggage",
|
|
1229
1241
|
"sharpNoFood",
|
|
1242
|
+
"sharpNoLuggage",
|
|
1230
1243
|
"sharpNoMeals",
|
|
1231
1244
|
"sharpNoMeetingRoom",
|
|
1232
1245
|
"sharpNoPhotography",
|
|
1233
1246
|
"sharpNoSim",
|
|
1234
1247
|
"sharpNoStroller",
|
|
1235
1248
|
"sharpNoTransfer",
|
|
1236
|
-
"sharpNordicWalking",
|
|
1237
1249
|
"sharpNoiseAware",
|
|
1238
1250
|
"sharpNoiseControlOff",
|
|
1251
|
+
"sharpNordicWalking",
|
|
1239
1252
|
"sharpNorth",
|
|
1240
|
-
"sharpNotListedLocation",
|
|
1241
|
-
"sharpNotInterested",
|
|
1242
1253
|
"sharpNorthEast",
|
|
1243
1254
|
"sharpNorthWest",
|
|
1244
1255
|
"sharpNotAccessible",
|
|
1256
|
+
"sharpNotInterested",
|
|
1257
|
+
"sharpNotListedLocation",
|
|
1258
|
+
"sharpNotStarted",
|
|
1245
1259
|
"sharpNote",
|
|
1246
1260
|
"sharpNoteAdd",
|
|
1247
|
-
"sharpNotStarted",
|
|
1248
1261
|
"sharpNoteAlt",
|
|
1249
1262
|
"sharpNotes",
|
|
1250
1263
|
"sharpNotificationAdd",
|
|
1251
|
-
"sharpNotifications",
|
|
1252
1264
|
"sharpNotificationImportant",
|
|
1253
|
-
"
|
|
1265
|
+
"sharpNotifications",
|
|
1254
1266
|
"sharpNotificationsActive",
|
|
1267
|
+
"sharpNotificationsNone",
|
|
1255
1268
|
"sharpNotificationsOff",
|
|
1256
1269
|
"sharpNotificationsPaused",
|
|
1257
1270
|
"sharpNumbers",
|
|
1258
1271
|
"sharpOfflineBolt",
|
|
1259
1272
|
"sharpOfflinePin",
|
|
1260
1273
|
"sharpOfflineShare",
|
|
1274
|
+
"sharpOilBarrel",
|
|
1261
1275
|
"sharpOnDeviceTraining",
|
|
1262
1276
|
"sharpOndemandVideo",
|
|
1263
1277
|
"sharpOnlinePrediction",
|
|
@@ -1268,40 +1282,40 @@
|
|
|
1268
1282
|
"sharpOpenInNewOff",
|
|
1269
1283
|
"sharpOpenWith",
|
|
1270
1284
|
"sharpOtherHouses",
|
|
1271
|
-
"sharpOutbox",
|
|
1272
1285
|
"sharpOutbound",
|
|
1286
|
+
"sharpOutbox",
|
|
1273
1287
|
"sharpOutdoorGrill",
|
|
1274
1288
|
"sharpOutlet",
|
|
1275
1289
|
"sharpOutlinedFlag",
|
|
1276
|
-
"sharpPadding",
|
|
1277
1290
|
"sharpOutput",
|
|
1291
|
+
"sharpPadding",
|
|
1278
1292
|
"sharpPages",
|
|
1279
1293
|
"sharpPageview",
|
|
1280
1294
|
"sharpPaid",
|
|
1281
1295
|
"sharpPalette",
|
|
1282
1296
|
"sharpPanTool",
|
|
1283
|
-
"sharpPanoramaFishEye",
|
|
1284
1297
|
"sharpPanToolAlt",
|
|
1285
1298
|
"sharpPanorama",
|
|
1299
|
+
"sharpPanoramaFishEye",
|
|
1286
1300
|
"sharpPanoramaHorizontal",
|
|
1287
1301
|
"sharpPanoramaHorizontalSelect",
|
|
1288
|
-
"sharpPanoramaPhotosphereSelect",
|
|
1289
1302
|
"sharpPanoramaPhotosphere",
|
|
1303
|
+
"sharpPanoramaPhotosphereSelect",
|
|
1290
1304
|
"sharpPanoramaVertical",
|
|
1291
1305
|
"sharpPanoramaVerticalSelect",
|
|
1292
1306
|
"sharpPanoramaWideAngle",
|
|
1307
|
+
"sharpPanoramaWideAngleSelect",
|
|
1293
1308
|
"sharpParagliding",
|
|
1294
1309
|
"sharpPark",
|
|
1295
|
-
"sharpPanoramaWideAngleSelect",
|
|
1296
1310
|
"sharpPartyMode",
|
|
1297
1311
|
"sharpPassword",
|
|
1298
1312
|
"sharpPattern",
|
|
1299
1313
|
"sharpPause",
|
|
1300
|
-
"sharpPayment",
|
|
1301
1314
|
"sharpPauseCircle",
|
|
1315
|
+
"sharpPauseCircleFilled",
|
|
1302
1316
|
"sharpPauseCircleOutline",
|
|
1303
1317
|
"sharpPausePresentation",
|
|
1304
|
-
"
|
|
1318
|
+
"sharpPayment",
|
|
1305
1319
|
"sharpPayments",
|
|
1306
1320
|
"sharpPedalBike",
|
|
1307
1321
|
"sharpPending",
|
|
@@ -1309,38 +1323,38 @@
|
|
|
1309
1323
|
"sharpPentagon",
|
|
1310
1324
|
"sharpPeople",
|
|
1311
1325
|
"sharpPeopleAlt",
|
|
1312
|
-
"sharpPermCameraMic",
|
|
1313
1326
|
"sharpPeopleOutline",
|
|
1314
1327
|
"sharpPercent",
|
|
1328
|
+
"sharpPermCameraMic",
|
|
1315
1329
|
"sharpPermContactCalendar",
|
|
1316
1330
|
"sharpPermDataSetting",
|
|
1317
1331
|
"sharpPermDeviceInformation",
|
|
1318
1332
|
"sharpPermIdentity",
|
|
1319
1333
|
"sharpPermMedia",
|
|
1320
1334
|
"sharpPermPhoneMsg",
|
|
1321
|
-
"sharpPersonAdd",
|
|
1322
|
-
"sharpPerson",
|
|
1323
1335
|
"sharpPermScanWifi",
|
|
1324
|
-
"
|
|
1336
|
+
"sharpPerson",
|
|
1337
|
+
"sharpPersonAdd",
|
|
1325
1338
|
"sharpPersonAddAlt",
|
|
1339
|
+
"sharpPersonAddAlt1",
|
|
1326
1340
|
"sharpPersonAddDisabled",
|
|
1327
1341
|
"sharpPersonOff",
|
|
1328
|
-
"sharpPersonPin",
|
|
1329
1342
|
"sharpPersonOutline",
|
|
1330
|
-
"
|
|
1331
|
-
"sharpPersonRemove",
|
|
1343
|
+
"sharpPersonPin",
|
|
1332
1344
|
"sharpPersonPinCircle",
|
|
1345
|
+
"sharpPersonRemove",
|
|
1346
|
+
"sharpPersonRemoveAlt1",
|
|
1333
1347
|
"sharpPersonSearch",
|
|
1334
1348
|
"sharpPersonalInjury",
|
|
1335
1349
|
"sharpPersonalVideo",
|
|
1336
1350
|
"sharpPestControl",
|
|
1337
1351
|
"sharpPestControlRodent",
|
|
1338
1352
|
"sharpPets",
|
|
1339
|
-
"sharpPhone",
|
|
1340
1353
|
"sharpPhishing",
|
|
1341
|
-
"
|
|
1354
|
+
"sharpPhone",
|
|
1342
1355
|
"sharpPhoneAndroid",
|
|
1343
1356
|
"sharpPhoneBluetoothSpeaker",
|
|
1357
|
+
"sharpPhoneCallback",
|
|
1344
1358
|
"sharpPhoneDisabled",
|
|
1345
1359
|
"sharpPhoneEnabled",
|
|
1346
1360
|
"sharpPhoneForwarded",
|
|
@@ -1349,27 +1363,27 @@
|
|
|
1349
1363
|
"sharpPhoneLocked",
|
|
1350
1364
|
"sharpPhoneMissed",
|
|
1351
1365
|
"sharpPhonePaused",
|
|
1352
|
-
"sharpPhonelinkErase",
|
|
1353
1366
|
"sharpPhonelink",
|
|
1367
|
+
"sharpPhonelinkErase",
|
|
1354
1368
|
"sharpPhonelinkLock",
|
|
1355
|
-
"sharpPhonelinkRing",
|
|
1356
1369
|
"sharpPhonelinkOff",
|
|
1357
|
-
"
|
|
1370
|
+
"sharpPhonelinkRing",
|
|
1358
1371
|
"sharpPhonelinkSetup",
|
|
1372
|
+
"sharpPhoto",
|
|
1359
1373
|
"sharpPhotoAlbum",
|
|
1360
1374
|
"sharpPhotoCamera",
|
|
1361
1375
|
"sharpPhotoCameraBack",
|
|
1362
1376
|
"sharpPhotoCameraFront",
|
|
1363
|
-
"sharpPhotoLibrary",
|
|
1364
1377
|
"sharpPhotoFilter",
|
|
1378
|
+
"sharpPhotoLibrary",
|
|
1365
1379
|
"sharpPhotoSizeSelectActual",
|
|
1366
1380
|
"sharpPhotoSizeSelectLarge",
|
|
1367
|
-
"sharpPhp",
|
|
1368
1381
|
"sharpPhotoSizeSelectSmall",
|
|
1382
|
+
"sharpPhp",
|
|
1369
1383
|
"sharpPiano",
|
|
1370
1384
|
"sharpPianoOff",
|
|
1371
|
-
"sharpPictureInPicture",
|
|
1372
1385
|
"sharpPictureAsPdf",
|
|
1386
|
+
"sharpPictureInPicture",
|
|
1373
1387
|
"sharpPictureInPictureAlt",
|
|
1374
1388
|
"sharpPieChart",
|
|
1375
1389
|
"sharpPieChartOutline",
|
|
@@ -1379,89 +1393,91 @@
|
|
|
1379
1393
|
"sharpPinInvoke",
|
|
1380
1394
|
"sharpPinch",
|
|
1381
1395
|
"sharpPivotTableChart",
|
|
1382
|
-
"sharpPlagiarism",
|
|
1383
1396
|
"sharpPix",
|
|
1384
1397
|
"sharpPlace",
|
|
1398
|
+
"sharpPlagiarism",
|
|
1385
1399
|
"sharpPlayArrow",
|
|
1386
1400
|
"sharpPlayCircle",
|
|
1387
1401
|
"sharpPlayCircleFilled",
|
|
1388
|
-
"sharpPlayLesson",
|
|
1389
|
-
"sharpPlayForWork",
|
|
1390
|
-
"sharpPlayDisabled",
|
|
1391
1402
|
"sharpPlayCircleOutline",
|
|
1403
|
+
"sharpPlayDisabled",
|
|
1404
|
+
"sharpPlayForWork",
|
|
1405
|
+
"sharpPlayLesson",
|
|
1392
1406
|
"sharpPlaylistAdd",
|
|
1393
|
-
"sharpPlaylistAddCheckCircle",
|
|
1394
1407
|
"sharpPlaylistAddCheck",
|
|
1408
|
+
"sharpPlaylistAddCheckCircle",
|
|
1395
1409
|
"sharpPlaylistAddCircle",
|
|
1396
1410
|
"sharpPlaylistPlay",
|
|
1397
1411
|
"sharpPlaylistRemove",
|
|
1398
1412
|
"sharpPlumbing",
|
|
1399
1413
|
"sharpPlusOne",
|
|
1400
|
-
"sharpPointOfSale",
|
|
1401
1414
|
"sharpPodcasts",
|
|
1415
|
+
"sharpPointOfSale",
|
|
1402
1416
|
"sharpPolicy",
|
|
1403
|
-
"sharpPolyline",
|
|
1404
1417
|
"sharpPoll",
|
|
1418
|
+
"sharpPolyline",
|
|
1405
1419
|
"sharpPolymer",
|
|
1406
1420
|
"sharpPool",
|
|
1407
|
-
"sharpPostAdd",
|
|
1408
1421
|
"sharpPortableWifiOff",
|
|
1409
1422
|
"sharpPortrait",
|
|
1423
|
+
"sharpPostAdd",
|
|
1410
1424
|
"sharpPower",
|
|
1411
1425
|
"sharpPowerInput",
|
|
1412
1426
|
"sharpPowerOff",
|
|
1427
|
+
"sharpPowerSettingsNew",
|
|
1413
1428
|
"sharpPrecisionManufacturing",
|
|
1414
1429
|
"sharpPregnantWoman",
|
|
1415
|
-
"sharpPowerSettingsNew",
|
|
1416
1430
|
"sharpPresentToAll",
|
|
1417
1431
|
"sharpPreview",
|
|
1432
|
+
"sharpPriceChange",
|
|
1418
1433
|
"sharpPriceCheck",
|
|
1419
1434
|
"sharpPrint",
|
|
1420
|
-
"sharpPriceChange",
|
|
1421
1435
|
"sharpPrintDisabled",
|
|
1422
1436
|
"sharpPriorityHigh",
|
|
1423
1437
|
"sharpPrivacyTip",
|
|
1424
1438
|
"sharpPrivateConnectivity",
|
|
1425
1439
|
"sharpProductionQuantityLimits",
|
|
1440
|
+
"sharpPropane",
|
|
1441
|
+
"sharpPropaneTank",
|
|
1426
1442
|
"sharpPsychology",
|
|
1427
1443
|
"sharpPublic",
|
|
1428
1444
|
"sharpPublicOff",
|
|
1429
1445
|
"sharpPublish",
|
|
1430
1446
|
"sharpPublishedWithChanges",
|
|
1431
1447
|
"sharpPunchClock",
|
|
1448
|
+
"sharpPushPin",
|
|
1432
1449
|
"sharpQrCode",
|
|
1433
1450
|
"sharpQrCode2",
|
|
1434
|
-
"sharpPushPin",
|
|
1435
|
-
"sharpQueryStats",
|
|
1436
|
-
"sharpQueryBuilder",
|
|
1437
1451
|
"sharpQrCodeScanner",
|
|
1452
|
+
"sharpQueryBuilder",
|
|
1453
|
+
"sharpQueryStats",
|
|
1438
1454
|
"sharpQuestionAnswer",
|
|
1455
|
+
"sharpQuestionMark",
|
|
1439
1456
|
"sharpQueue",
|
|
1440
|
-
"sharpQueuePlayNext",
|
|
1441
1457
|
"sharpQueueMusic",
|
|
1442
|
-
"
|
|
1458
|
+
"sharpQueuePlayNext",
|
|
1443
1459
|
"sharpQuickreply",
|
|
1460
|
+
"sharpQuiz",
|
|
1444
1461
|
"sharpRMobiledata",
|
|
1445
1462
|
"sharpRadar",
|
|
1446
|
-
"sharpQuiz",
|
|
1447
1463
|
"sharpRadio",
|
|
1448
1464
|
"sharpRadioButtonChecked",
|
|
1449
1465
|
"sharpRadioButtonUnchecked",
|
|
1450
1466
|
"sharpRailwayAlert",
|
|
1451
1467
|
"sharpRamenDining",
|
|
1452
1468
|
"sharpRampLeft",
|
|
1453
|
-
"sharpRawOff",
|
|
1454
1469
|
"sharpRampRight",
|
|
1455
1470
|
"sharpRateReview",
|
|
1471
|
+
"sharpRawOff",
|
|
1456
1472
|
"sharpRawOn",
|
|
1457
1473
|
"sharpReadMore",
|
|
1458
|
-
"sharpReceipt",
|
|
1459
1474
|
"sharpRealEstateAgent",
|
|
1460
|
-
"
|
|
1475
|
+
"sharpReceipt",
|
|
1461
1476
|
"sharpReceiptLong",
|
|
1477
|
+
"sharpRecentActors",
|
|
1462
1478
|
"sharpRecommend",
|
|
1463
|
-
"sharpRectangle",
|
|
1464
1479
|
"sharpRecordVoiceOver",
|
|
1480
|
+
"sharpRectangle",
|
|
1465
1481
|
"sharpRecycling",
|
|
1466
1482
|
"sharpRedeem",
|
|
1467
1483
|
"sharpRedo",
|
|
@@ -1471,15 +1487,15 @@
|
|
|
1471
1487
|
"sharpRemove",
|
|
1472
1488
|
"sharpRemoveCircle",
|
|
1473
1489
|
"sharpRemoveCircleOutline",
|
|
1490
|
+
"sharpRemoveDone",
|
|
1474
1491
|
"sharpRemoveFromQueue",
|
|
1475
1492
|
"sharpRemoveModerator",
|
|
1476
|
-
"sharpRemoveDone",
|
|
1477
1493
|
"sharpRemoveRedEye",
|
|
1494
|
+
"sharpRemoveRoad",
|
|
1478
1495
|
"sharpRemoveShoppingCart",
|
|
1479
1496
|
"sharpReorder",
|
|
1480
|
-
"sharpRepeatOn",
|
|
1481
1497
|
"sharpRepeat",
|
|
1482
|
-
"
|
|
1498
|
+
"sharpRepeatOn",
|
|
1483
1499
|
"sharpRepeatOne",
|
|
1484
1500
|
"sharpRepeatOneOn",
|
|
1485
1501
|
"sharpReplay",
|
|
@@ -1492,21 +1508,23 @@
|
|
|
1492
1508
|
"sharpReport",
|
|
1493
1509
|
"sharpReportGmailerrorred",
|
|
1494
1510
|
"sharpReportOff",
|
|
1495
|
-
"sharpRequestPage",
|
|
1496
1511
|
"sharpReportProblem",
|
|
1512
|
+
"sharpRequestPage",
|
|
1497
1513
|
"sharpRequestQuote",
|
|
1498
|
-
"sharpRestaurant",
|
|
1499
1514
|
"sharpResetTv",
|
|
1500
1515
|
"sharpRestartAlt",
|
|
1516
|
+
"sharpRestaurant",
|
|
1501
1517
|
"sharpRestaurantMenu",
|
|
1502
|
-
"sharpRestoreFromTrash",
|
|
1503
1518
|
"sharpRestore",
|
|
1519
|
+
"sharpRestoreFromTrash",
|
|
1504
1520
|
"sharpRestorePage",
|
|
1505
1521
|
"sharpReviews",
|
|
1506
1522
|
"sharpRiceBowl",
|
|
1507
1523
|
"sharpRingVolume",
|
|
1508
1524
|
"sharpRocket",
|
|
1509
1525
|
"sharpRocketLaunch",
|
|
1526
|
+
"sharpRollerShades",
|
|
1527
|
+
"sharpRollerShadesClosed",
|
|
1510
1528
|
"sharpRollerSkating",
|
|
1511
1529
|
"sharpRoofing",
|
|
1512
1530
|
"sharpRoom",
|
|
@@ -1517,14 +1535,14 @@
|
|
|
1517
1535
|
"sharpRotateLeft",
|
|
1518
1536
|
"sharpRotateRight",
|
|
1519
1537
|
"sharpRoundaboutLeft",
|
|
1520
|
-
"sharpRoute",
|
|
1521
1538
|
"sharpRoundaboutRight",
|
|
1539
|
+
"sharpRoundedCorner",
|
|
1540
|
+
"sharpRoute",
|
|
1522
1541
|
"sharpRouter",
|
|
1523
1542
|
"sharpRowing",
|
|
1524
1543
|
"sharpRssFeed",
|
|
1525
1544
|
"sharpRsvp",
|
|
1526
1545
|
"sharpRtt",
|
|
1527
|
-
"sharpRoundedCorner",
|
|
1528
1546
|
"sharpRule",
|
|
1529
1547
|
"sharpRuleFolder",
|
|
1530
1548
|
"sharpRunCircle",
|
|
@@ -1533,8 +1551,8 @@
|
|
|
1533
1551
|
"sharpSafetyCheck",
|
|
1534
1552
|
"sharpSafetyDivider",
|
|
1535
1553
|
"sharpSailing",
|
|
1536
|
-
"sharpSatellite",
|
|
1537
1554
|
"sharpSanitizer",
|
|
1555
|
+
"sharpSatellite",
|
|
1538
1556
|
"sharpSatelliteAlt",
|
|
1539
1557
|
"sharpSave",
|
|
1540
1558
|
"sharpSaveAlt",
|
|
@@ -1546,23 +1564,24 @@
|
|
|
1546
1564
|
"sharpScatterPlot",
|
|
1547
1565
|
"sharpSchedule",
|
|
1548
1566
|
"sharpScheduleSend",
|
|
1549
|
-
"sharpSchool",
|
|
1550
1567
|
"sharpSchema",
|
|
1568
|
+
"sharpSchool",
|
|
1551
1569
|
"sharpScience",
|
|
1552
1570
|
"sharpScore",
|
|
1553
1571
|
"sharpScoreboard",
|
|
1554
1572
|
"sharpScreenLockLandscape",
|
|
1555
1573
|
"sharpScreenLockPortrait",
|
|
1556
1574
|
"sharpScreenLockRotation",
|
|
1557
|
-
"sharpScreenRotationAlt",
|
|
1558
1575
|
"sharpScreenRotation",
|
|
1576
|
+
"sharpScreenRotationAlt",
|
|
1559
1577
|
"sharpScreenSearchDesktop",
|
|
1560
1578
|
"sharpScreenShare",
|
|
1561
1579
|
"sharpScreenshot",
|
|
1580
|
+
"sharpScreenshotMonitor",
|
|
1581
|
+
"sharpScubaDiving",
|
|
1562
1582
|
"sharpSd",
|
|
1563
1583
|
"sharpSdCard",
|
|
1564
1584
|
"sharpSdCardAlert",
|
|
1565
|
-
"sharpScubaDiving",
|
|
1566
1585
|
"sharpSdStorage",
|
|
1567
1586
|
"sharpSearch",
|
|
1568
1587
|
"sharpSearchOff",
|
|
@@ -1573,31 +1592,32 @@
|
|
|
1573
1592
|
"sharpSegment",
|
|
1574
1593
|
"sharpSelectAll",
|
|
1575
1594
|
"sharpSelfImprovement",
|
|
1576
|
-
"sharpSend",
|
|
1577
1595
|
"sharpSell",
|
|
1596
|
+
"sharpSend",
|
|
1578
1597
|
"sharpSendAndArchive",
|
|
1579
1598
|
"sharpSendTimeExtension",
|
|
1580
|
-
"sharpSensorWindow",
|
|
1581
1599
|
"sharpSendToMobile",
|
|
1582
|
-
"sharpSensors",
|
|
1583
1600
|
"sharpSensorDoor",
|
|
1584
|
-
"
|
|
1601
|
+
"sharpSensorOccupied",
|
|
1602
|
+
"sharpSensorWindow",
|
|
1603
|
+
"sharpSensors",
|
|
1585
1604
|
"sharpSensorsOff",
|
|
1605
|
+
"sharpSentimentDissatisfied",
|
|
1586
1606
|
"sharpSentimentNeutral",
|
|
1587
|
-
"sharpSentimentSatisfiedAlt",
|
|
1588
1607
|
"sharpSentimentSatisfied",
|
|
1608
|
+
"sharpSentimentSatisfiedAlt",
|
|
1589
1609
|
"sharpSentimentVeryDissatisfied",
|
|
1590
|
-
"sharpSetMeal",
|
|
1591
1610
|
"sharpSentimentVerySatisfied",
|
|
1592
|
-
"
|
|
1611
|
+
"sharpSetMeal",
|
|
1593
1612
|
"sharpSettings",
|
|
1613
|
+
"sharpSettingsAccessibility",
|
|
1594
1614
|
"sharpSettingsApplications",
|
|
1595
1615
|
"sharpSettingsBackupRestore",
|
|
1596
|
-
"sharpSettingsBrightness",
|
|
1597
1616
|
"sharpSettingsBluetooth",
|
|
1617
|
+
"sharpSettingsBrightness",
|
|
1598
1618
|
"sharpSettingsCell",
|
|
1599
|
-
"sharpSettingsInputAntenna",
|
|
1600
1619
|
"sharpSettingsEthernet",
|
|
1620
|
+
"sharpSettingsInputAntenna",
|
|
1601
1621
|
"sharpSettingsInputComponent",
|
|
1602
1622
|
"sharpSettingsInputComposite",
|
|
1603
1623
|
"sharpSettingsInputHdmi",
|
|
@@ -1614,18 +1634,18 @@
|
|
|
1614
1634
|
"sharpShareLocation",
|
|
1615
1635
|
"sharpShield",
|
|
1616
1636
|
"sharpShieldMoon",
|
|
1617
|
-
"sharpShop2",
|
|
1618
1637
|
"sharpShop",
|
|
1638
|
+
"sharpShop2",
|
|
1619
1639
|
"sharpShopTwo",
|
|
1620
|
-
"sharpShoppingBasket",
|
|
1621
1640
|
"sharpShoppingBag",
|
|
1641
|
+
"sharpShoppingBasket",
|
|
1622
1642
|
"sharpShoppingCart",
|
|
1623
1643
|
"sharpShoppingCartCheckout",
|
|
1624
1644
|
"sharpShortText",
|
|
1625
1645
|
"sharpShortcut",
|
|
1626
|
-
"sharpShuffle",
|
|
1627
|
-
"sharpShower",
|
|
1628
1646
|
"sharpShowChart",
|
|
1647
|
+
"sharpShower",
|
|
1648
|
+
"sharpShuffle",
|
|
1629
1649
|
"sharpShuffleOn",
|
|
1630
1650
|
"sharpShutterSpeed",
|
|
1631
1651
|
"sharpSick",
|
|
@@ -1633,11 +1653,11 @@
|
|
|
1633
1653
|
"sharpSignalCellular0Bar",
|
|
1634
1654
|
"sharpSignalCellular4Bar",
|
|
1635
1655
|
"sharpSignalCellularAlt",
|
|
1636
|
-
"sharpSignalCellularConnectedNoInternet0Bar",
|
|
1637
1656
|
"sharpSignalCellularAlt1Bar",
|
|
1638
1657
|
"sharpSignalCellularAlt2Bar",
|
|
1639
|
-
"
|
|
1658
|
+
"sharpSignalCellularConnectedNoInternet0Bar",
|
|
1640
1659
|
"sharpSignalCellularConnectedNoInternet4Bar",
|
|
1660
|
+
"sharpSignalCellularNoSim",
|
|
1641
1661
|
"sharpSignalCellularNodata",
|
|
1642
1662
|
"sharpSignalCellularNull",
|
|
1643
1663
|
"sharpSignalCellularOff",
|
|
@@ -1648,12 +1668,12 @@
|
|
|
1648
1668
|
"sharpSignalWifiConnectedNoInternet4",
|
|
1649
1669
|
"sharpSignalWifiOff",
|
|
1650
1670
|
"sharpSignalWifiStatusbar4Bar",
|
|
1651
|
-
"sharpSignpost",
|
|
1652
1671
|
"sharpSignalWifiStatusbarConnectedNoInternet4",
|
|
1653
1672
|
"sharpSignalWifiStatusbarNull",
|
|
1673
|
+
"sharpSignpost",
|
|
1654
1674
|
"sharpSimCard",
|
|
1655
|
-
"sharpSimCardDownload",
|
|
1656
1675
|
"sharpSimCardAlert",
|
|
1676
|
+
"sharpSimCardDownload",
|
|
1657
1677
|
"sharpSingleBed",
|
|
1658
1678
|
"sharpSip",
|
|
1659
1679
|
"sharpSkateboarding",
|
|
@@ -1662,22 +1682,23 @@
|
|
|
1662
1682
|
"sharpSledding",
|
|
1663
1683
|
"sharpSlideshow",
|
|
1664
1684
|
"sharpSlowMotionVideo",
|
|
1665
|
-
"sharpSmartDisplay",
|
|
1666
1685
|
"sharpSmartButton",
|
|
1686
|
+
"sharpSmartDisplay",
|
|
1667
1687
|
"sharpSmartScreen",
|
|
1668
1688
|
"sharpSmartToy",
|
|
1669
1689
|
"sharpSmartphone",
|
|
1670
1690
|
"sharpSmokeFree",
|
|
1671
|
-
"sharpSms",
|
|
1672
1691
|
"sharpSmokingRooms",
|
|
1692
|
+
"sharpSms",
|
|
1673
1693
|
"sharpSmsFailed",
|
|
1674
1694
|
"sharpSnippetFolder",
|
|
1695
|
+
"sharpSnooze",
|
|
1675
1696
|
"sharpSnowboarding",
|
|
1676
1697
|
"sharpSnowmobile",
|
|
1677
|
-
"sharpSnooze",
|
|
1678
1698
|
"sharpSnowshoeing",
|
|
1679
1699
|
"sharpSoap",
|
|
1680
1700
|
"sharpSocialDistance",
|
|
1701
|
+
"sharpSolarPower",
|
|
1681
1702
|
"sharpSort",
|
|
1682
1703
|
"sharpSortByAlpha",
|
|
1683
1704
|
"sharpSos",
|
|
@@ -1685,12 +1706,12 @@
|
|
|
1685
1706
|
"sharpSource",
|
|
1686
1707
|
"sharpSouth",
|
|
1687
1708
|
"sharpSouthAmerica",
|
|
1709
|
+
"sharpSouthEast",
|
|
1688
1710
|
"sharpSouthWest",
|
|
1689
1711
|
"sharpSpa",
|
|
1690
|
-
"sharpSouthEast",
|
|
1691
1712
|
"sharpSpaceBar",
|
|
1692
|
-
"sharpSpatialAudio",
|
|
1693
1713
|
"sharpSpaceDashboard",
|
|
1714
|
+
"sharpSpatialAudio",
|
|
1694
1715
|
"sharpSpatialAudioOff",
|
|
1695
1716
|
"sharpSpatialTracking",
|
|
1696
1717
|
"sharpSpeaker",
|
|
@@ -1701,14 +1722,14 @@
|
|
|
1701
1722
|
"sharpSpeed",
|
|
1702
1723
|
"sharpSpellcheck",
|
|
1703
1724
|
"sharpSplitscreen",
|
|
1704
|
-
"sharpSportsBar",
|
|
1705
1725
|
"sharpSpoke",
|
|
1706
1726
|
"sharpSports",
|
|
1727
|
+
"sharpSportsBar",
|
|
1707
1728
|
"sharpSportsBaseball",
|
|
1708
1729
|
"sharpSportsBasketball",
|
|
1709
|
-
"sharpSportsFootball",
|
|
1710
1730
|
"sharpSportsCricket",
|
|
1711
1731
|
"sharpSportsEsports",
|
|
1732
|
+
"sharpSportsFootball",
|
|
1712
1733
|
"sharpSportsGolf",
|
|
1713
1734
|
"sharpSportsGymnastics",
|
|
1714
1735
|
"sharpSportsHandball",
|
|
@@ -1716,14 +1737,14 @@
|
|
|
1716
1737
|
"sharpSportsKabaddi",
|
|
1717
1738
|
"sharpSportsMartialArts",
|
|
1718
1739
|
"sharpSportsMma",
|
|
1719
|
-
"sharpSportsRugby",
|
|
1720
1740
|
"sharpSportsMotorsports",
|
|
1721
|
-
"
|
|
1741
|
+
"sharpSportsRugby",
|
|
1722
1742
|
"sharpSportsScore",
|
|
1743
|
+
"sharpSportsSoccer",
|
|
1723
1744
|
"sharpSportsTennis",
|
|
1724
1745
|
"sharpSportsVolleyball",
|
|
1725
|
-
"sharpSquareFoot",
|
|
1726
1746
|
"sharpSquare",
|
|
1747
|
+
"sharpSquareFoot",
|
|
1727
1748
|
"sharpSsidChart",
|
|
1728
1749
|
"sharpStackedBarChart",
|
|
1729
1750
|
"sharpStackedLineChart",
|
|
@@ -1731,8 +1752,8 @@
|
|
|
1731
1752
|
"sharpStairs",
|
|
1732
1753
|
"sharpStar",
|
|
1733
1754
|
"sharpStarBorder",
|
|
1734
|
-
"sharpStarHalf",
|
|
1735
1755
|
"sharpStarBorderPurple500",
|
|
1756
|
+
"sharpStarHalf",
|
|
1736
1757
|
"sharpStarOutline",
|
|
1737
1758
|
"sharpStarPurple500",
|
|
1738
1759
|
"sharpStarRate",
|
|
@@ -1745,8 +1766,8 @@
|
|
|
1745
1766
|
"sharpStickyNote2",
|
|
1746
1767
|
"sharpStop",
|
|
1747
1768
|
"sharpStopCircle",
|
|
1748
|
-
"sharpStorage",
|
|
1749
1769
|
"sharpStopScreenShare",
|
|
1770
|
+
"sharpStorage",
|
|
1750
1771
|
"sharpStore",
|
|
1751
1772
|
"sharpStoreMallDirectory",
|
|
1752
1773
|
"sharpStorefront",
|
|
@@ -1755,8 +1776,8 @@
|
|
|
1755
1776
|
"sharpStraighten",
|
|
1756
1777
|
"sharpStream",
|
|
1757
1778
|
"sharpStreetview",
|
|
1758
|
-
"sharpStroller",
|
|
1759
1779
|
"sharpStrikethroughS",
|
|
1780
|
+
"sharpStroller",
|
|
1760
1781
|
"sharpStyle",
|
|
1761
1782
|
"sharpSubdirectoryArrowLeft",
|
|
1762
1783
|
"sharpSubdirectoryArrowRight",
|
|
@@ -1764,44 +1785,44 @@
|
|
|
1764
1785
|
"sharpSubscript",
|
|
1765
1786
|
"sharpSubscriptions",
|
|
1766
1787
|
"sharpSubtitles",
|
|
1767
|
-
"sharpSubway",
|
|
1768
|
-
"sharpSuperscript",
|
|
1769
1788
|
"sharpSubtitlesOff",
|
|
1789
|
+
"sharpSubway",
|
|
1770
1790
|
"sharpSummarize",
|
|
1791
|
+
"sharpSuperscript",
|
|
1771
1792
|
"sharpSupervisedUserCircle",
|
|
1772
1793
|
"sharpSupervisorAccount",
|
|
1773
1794
|
"sharpSupport",
|
|
1774
|
-
"sharpSurfing",
|
|
1775
1795
|
"sharpSupportAgent",
|
|
1796
|
+
"sharpSurfing",
|
|
1776
1797
|
"sharpSurroundSound",
|
|
1777
1798
|
"sharpSwapCalls",
|
|
1778
1799
|
"sharpSwapHoriz",
|
|
1779
|
-
"sharpSwapVert",
|
|
1780
1800
|
"sharpSwapHorizontalCircle",
|
|
1801
|
+
"sharpSwapVert",
|
|
1781
1802
|
"sharpSwapVerticalCircle",
|
|
1782
1803
|
"sharpSwipe",
|
|
1783
1804
|
"sharpSwipeDown",
|
|
1784
1805
|
"sharpSwipeDownAlt",
|
|
1785
1806
|
"sharpSwipeLeft",
|
|
1786
1807
|
"sharpSwipeLeftAlt",
|
|
1787
|
-
"sharpSwipeRightAlt",
|
|
1788
1808
|
"sharpSwipeRight",
|
|
1789
|
-
"
|
|
1809
|
+
"sharpSwipeRightAlt",
|
|
1790
1810
|
"sharpSwipeUp",
|
|
1811
|
+
"sharpSwipeUpAlt",
|
|
1791
1812
|
"sharpSwipeVertical",
|
|
1792
1813
|
"sharpSwitchAccessShortcut",
|
|
1814
|
+
"sharpSwitchAccessShortcutAdd",
|
|
1793
1815
|
"sharpSwitchAccount",
|
|
1794
1816
|
"sharpSwitchCamera",
|
|
1795
|
-
"sharpSwitchAccessShortcutAdd",
|
|
1796
1817
|
"sharpSwitchLeft",
|
|
1797
1818
|
"sharpSwitchRight",
|
|
1798
1819
|
"sharpSwitchVideo",
|
|
1820
|
+
"sharpSynagogue",
|
|
1799
1821
|
"sharpSync",
|
|
1800
1822
|
"sharpSyncAlt",
|
|
1801
|
-
"sharpSynagogue",
|
|
1802
1823
|
"sharpSyncDisabled",
|
|
1803
|
-
"sharpSyncProblem",
|
|
1804
1824
|
"sharpSyncLock",
|
|
1825
|
+
"sharpSyncProblem",
|
|
1805
1826
|
"sharpSystemSecurityUpdate",
|
|
1806
1827
|
"sharpSystemSecurityUpdateGood",
|
|
1807
1828
|
"sharpSystemSecurityUpdateWarning",
|
|
@@ -1810,32 +1831,32 @@
|
|
|
1810
1831
|
"sharpTab",
|
|
1811
1832
|
"sharpTabUnselected",
|
|
1812
1833
|
"sharpTableBar",
|
|
1813
|
-
"sharpTableRestaurant",
|
|
1814
1834
|
"sharpTableChart",
|
|
1835
|
+
"sharpTableRestaurant",
|
|
1815
1836
|
"sharpTableRows",
|
|
1816
1837
|
"sharpTableView",
|
|
1817
1838
|
"sharpTablet",
|
|
1818
|
-
"sharpTabletMac",
|
|
1819
1839
|
"sharpTabletAndroid",
|
|
1840
|
+
"sharpTabletMac",
|
|
1820
1841
|
"sharpTag",
|
|
1821
1842
|
"sharpTagFaces",
|
|
1822
1843
|
"sharpTakeoutDining",
|
|
1844
|
+
"sharpTapAndPlay",
|
|
1823
1845
|
"sharpTapas",
|
|
1824
1846
|
"sharpTask",
|
|
1825
|
-
"sharpTapAndPlay",
|
|
1826
1847
|
"sharpTaskAlt",
|
|
1827
1848
|
"sharpTaxiAlert",
|
|
1849
|
+
"sharpTempleBuddhist",
|
|
1850
|
+
"sharpTempleHindu",
|
|
1828
1851
|
"sharpTerminal",
|
|
1829
1852
|
"sharpTerrain",
|
|
1830
|
-
"sharpTempleHindu",
|
|
1831
|
-
"sharpTempleBuddhist",
|
|
1832
1853
|
"sharpTextDecrease",
|
|
1833
1854
|
"sharpTextFields",
|
|
1834
1855
|
"sharpTextFormat",
|
|
1856
|
+
"sharpTextIncrease",
|
|
1835
1857
|
"sharpTextRotateUp",
|
|
1836
1858
|
"sharpTextRotateVertical",
|
|
1837
1859
|
"sharpTextRotationAngledown",
|
|
1838
|
-
"sharpTextIncrease",
|
|
1839
1860
|
"sharpTextRotationAngleup",
|
|
1840
1861
|
"sharpTextRotationDown",
|
|
1841
1862
|
"sharpTextRotationNone",
|
|
@@ -1851,53 +1872,54 @@
|
|
|
1851
1872
|
"sharpThumbDownOffAlt",
|
|
1852
1873
|
"sharpThumbUp",
|
|
1853
1874
|
"sharpThumbUpAlt",
|
|
1854
|
-
"
|
|
1875
|
+
"sharpThumbUpOffAlt",
|
|
1855
1876
|
"sharpThumbsUpDown",
|
|
1877
|
+
"sharpThunderstorm",
|
|
1856
1878
|
"sharpTimeToLeave",
|
|
1857
|
-
"sharpThumbUpOffAlt",
|
|
1858
1879
|
"sharpTimelapse",
|
|
1859
1880
|
"sharpTimeline",
|
|
1860
1881
|
"sharpTimer",
|
|
1861
1882
|
"sharpTimer10",
|
|
1862
1883
|
"sharpTimer10Select",
|
|
1863
|
-
"sharpTimer3Select",
|
|
1864
1884
|
"sharpTimer3",
|
|
1865
|
-
"
|
|
1885
|
+
"sharpTimer3Select",
|
|
1866
1886
|
"sharpTimerOff",
|
|
1887
|
+
"sharpTipsAndUpdates",
|
|
1867
1888
|
"sharpTireRepair",
|
|
1868
|
-
"sharpToc",
|
|
1869
|
-
"sharpToggleOff",
|
|
1870
1889
|
"sharpTitle",
|
|
1890
|
+
"sharpToc",
|
|
1871
1891
|
"sharpToday",
|
|
1892
|
+
"sharpToggleOff",
|
|
1872
1893
|
"sharpToggleOn",
|
|
1873
1894
|
"sharpToken",
|
|
1874
|
-
"
|
|
1895
|
+
"sharpToll",
|
|
1875
1896
|
"sharpTonality",
|
|
1876
1897
|
"sharpTopic",
|
|
1877
|
-
"
|
|
1898
|
+
"sharpTornado",
|
|
1899
|
+
"sharpTouchApp",
|
|
1878
1900
|
"sharpTour",
|
|
1879
1901
|
"sharpToys",
|
|
1880
1902
|
"sharpTrackChanges",
|
|
1881
1903
|
"sharpTraffic",
|
|
1882
1904
|
"sharpTrain",
|
|
1883
1905
|
"sharpTram",
|
|
1884
|
-
"sharpTransform",
|
|
1885
1906
|
"sharpTransferWithinAStation",
|
|
1886
|
-
"
|
|
1907
|
+
"sharpTransform",
|
|
1908
|
+
"sharpTransgender",
|
|
1887
1909
|
"sharpTransitEnterexit",
|
|
1910
|
+
"sharpTranslate",
|
|
1888
1911
|
"sharpTravelExplore",
|
|
1889
|
-
"sharpTransgender",
|
|
1890
1912
|
"sharpTrendingDown",
|
|
1891
1913
|
"sharpTrendingFlat",
|
|
1892
1914
|
"sharpTrendingUp",
|
|
1893
|
-
"sharpTry",
|
|
1894
1915
|
"sharpTripOrigin",
|
|
1916
|
+
"sharpTry",
|
|
1895
1917
|
"sharpTsunami",
|
|
1896
1918
|
"sharpTty",
|
|
1897
1919
|
"sharpTune",
|
|
1898
|
-
"sharpTurnRight",
|
|
1899
|
-
"sharpTurnLeft",
|
|
1900
1920
|
"sharpTungsten",
|
|
1921
|
+
"sharpTurnLeft",
|
|
1922
|
+
"sharpTurnRight",
|
|
1901
1923
|
"sharpTurnSharpLeft",
|
|
1902
1924
|
"sharpTurnSharpRight",
|
|
1903
1925
|
"sharpTurnSlightLeft",
|
|
@@ -1908,8 +1930,8 @@
|
|
|
1908
1930
|
"sharpTvOff",
|
|
1909
1931
|
"sharpTwoWheeler",
|
|
1910
1932
|
"sharpUTurnLeft",
|
|
1911
|
-
"sharpUmbrella",
|
|
1912
1933
|
"sharpUTurnRight",
|
|
1934
|
+
"sharpUmbrella",
|
|
1913
1935
|
"sharpUnarchive",
|
|
1914
1936
|
"sharpUndo",
|
|
1915
1937
|
"sharpUnfoldLess",
|
|
@@ -1918,23 +1940,25 @@
|
|
|
1918
1940
|
"sharpUnsubscribe",
|
|
1919
1941
|
"sharpUpcoming",
|
|
1920
1942
|
"sharpUpdate",
|
|
1943
|
+
"sharpUpdateDisabled",
|
|
1921
1944
|
"sharpUpgrade",
|
|
1922
1945
|
"sharpUpload",
|
|
1923
|
-
"sharpUpdateDisabled",
|
|
1924
1946
|
"sharpUploadFile",
|
|
1925
1947
|
"sharpUsb",
|
|
1926
1948
|
"sharpUsbOff",
|
|
1949
|
+
"sharpVaccines",
|
|
1927
1950
|
"sharpVapeFree",
|
|
1928
|
-
"sharpVerifiedUser",
|
|
1929
1951
|
"sharpVapingRooms",
|
|
1930
|
-
"sharpVaccines",
|
|
1931
1952
|
"sharpVerified",
|
|
1953
|
+
"sharpVerifiedUser",
|
|
1932
1954
|
"sharpVerticalAlignBottom",
|
|
1933
1955
|
"sharpVerticalAlignCenter",
|
|
1956
|
+
"sharpVerticalAlignTop",
|
|
1934
1957
|
"sharpVerticalDistribute",
|
|
1935
|
-
"
|
|
1958
|
+
"sharpVerticalShades",
|
|
1959
|
+
"sharpVerticalShadesClosed",
|
|
1936
1960
|
"sharpVerticalSplit",
|
|
1937
|
-
"
|
|
1961
|
+
"sharpVibration",
|
|
1938
1962
|
"sharpVideoCall",
|
|
1939
1963
|
"sharpVideoCameraBack",
|
|
1940
1964
|
"sharpVideoCameraFront",
|
|
@@ -1943,44 +1967,44 @@
|
|
|
1943
1967
|
"sharpVideoLibrary",
|
|
1944
1968
|
"sharpVideoSettings",
|
|
1945
1969
|
"sharpVideoStable",
|
|
1946
|
-
"sharpVideocamOff",
|
|
1947
1970
|
"sharpVideocam",
|
|
1971
|
+
"sharpVideocamOff",
|
|
1948
1972
|
"sharpVideogameAsset",
|
|
1949
1973
|
"sharpVideogameAssetOff",
|
|
1950
1974
|
"sharpViewAgenda",
|
|
1951
1975
|
"sharpViewArray",
|
|
1952
1976
|
"sharpViewCarousel",
|
|
1953
|
-
"sharpViewComfy",
|
|
1954
1977
|
"sharpViewColumn",
|
|
1978
|
+
"sharpViewComfy",
|
|
1955
1979
|
"sharpViewComfyAlt",
|
|
1956
1980
|
"sharpViewCompact",
|
|
1957
|
-
"sharpViewCozy",
|
|
1958
1981
|
"sharpViewCompactAlt",
|
|
1982
|
+
"sharpViewCozy",
|
|
1983
|
+
"sharpViewDay",
|
|
1959
1984
|
"sharpViewHeadline",
|
|
1960
1985
|
"sharpViewInAr",
|
|
1961
|
-
"sharpViewDay",
|
|
1962
1986
|
"sharpViewKanban",
|
|
1963
1987
|
"sharpViewList",
|
|
1964
|
-
"sharpViewQuilt",
|
|
1965
1988
|
"sharpViewModule",
|
|
1989
|
+
"sharpViewQuilt",
|
|
1966
1990
|
"sharpViewSidebar",
|
|
1967
1991
|
"sharpViewStream",
|
|
1968
1992
|
"sharpViewTimeline",
|
|
1993
|
+
"sharpViewWeek",
|
|
1969
1994
|
"sharpVignette",
|
|
1970
1995
|
"sharpVilla",
|
|
1971
|
-
"sharpViewWeek",
|
|
1972
1996
|
"sharpVisibility",
|
|
1973
1997
|
"sharpVisibilityOff",
|
|
1974
1998
|
"sharpVoiceChat",
|
|
1975
1999
|
"sharpVoiceOverOff",
|
|
1976
|
-
"sharpVolcano",
|
|
1977
2000
|
"sharpVoicemail",
|
|
1978
|
-
"
|
|
2001
|
+
"sharpVolcano",
|
|
1979
2002
|
"sharpVolumeDown",
|
|
2003
|
+
"sharpVolumeMute",
|
|
1980
2004
|
"sharpVolumeOff",
|
|
1981
2005
|
"sharpVolumeUp",
|
|
1982
|
-
"sharpVpnKey",
|
|
1983
2006
|
"sharpVolunteerActivism",
|
|
2007
|
+
"sharpVpnKey",
|
|
1984
2008
|
"sharpVpnKeyOff",
|
|
1985
2009
|
"sharpVpnLock",
|
|
1986
2010
|
"sharpVrpano",
|
|
@@ -1989,60 +2013,62 @@
|
|
|
1989
2013
|
"sharpWarning",
|
|
1990
2014
|
"sharpWarningAmber",
|
|
1991
2015
|
"sharpWash",
|
|
1992
|
-
"sharpWatchLater",
|
|
1993
2016
|
"sharpWatch",
|
|
2017
|
+
"sharpWatchLater",
|
|
1994
2018
|
"sharpWatchOff",
|
|
1995
|
-
"sharpWaterDamage",
|
|
1996
2019
|
"sharpWater",
|
|
2020
|
+
"sharpWaterDamage",
|
|
1997
2021
|
"sharpWaterDrop",
|
|
1998
2022
|
"sharpWaterfallChart",
|
|
1999
2023
|
"sharpWaves",
|
|
2000
2024
|
"sharpWavingHand",
|
|
2001
|
-
"sharpWbCloudy",
|
|
2002
2025
|
"sharpWbAuto",
|
|
2026
|
+
"sharpWbCloudy",
|
|
2003
2027
|
"sharpWbIncandescent",
|
|
2028
|
+
"sharpWbIridescent",
|
|
2004
2029
|
"sharpWbShade",
|
|
2005
2030
|
"sharpWbSunny",
|
|
2006
|
-
"sharpWbIridescent",
|
|
2007
2031
|
"sharpWbTwilight",
|
|
2008
2032
|
"sharpWc",
|
|
2009
2033
|
"sharpWeb",
|
|
2010
2034
|
"sharpWebAsset",
|
|
2011
|
-
"sharpWebhook",
|
|
2012
2035
|
"sharpWebAssetOff",
|
|
2036
|
+
"sharpWebhook",
|
|
2013
2037
|
"sharpWeekend",
|
|
2014
2038
|
"sharpWest",
|
|
2015
2039
|
"sharpWhatsapp",
|
|
2016
2040
|
"sharpWhatshot",
|
|
2017
2041
|
"sharpWheelchairPickup",
|
|
2018
2042
|
"sharpWhereToVote",
|
|
2019
|
-
"sharpWifi",
|
|
2020
2043
|
"sharpWidgets",
|
|
2044
|
+
"sharpWifi",
|
|
2021
2045
|
"sharpWifi1Bar",
|
|
2022
2046
|
"sharpWifi2Bar",
|
|
2023
|
-
"sharpWifiFind",
|
|
2024
2047
|
"sharpWifiCalling",
|
|
2025
|
-
"sharpWifiChannel",
|
|
2026
2048
|
"sharpWifiCalling3",
|
|
2049
|
+
"sharpWifiChannel",
|
|
2050
|
+
"sharpWifiFind",
|
|
2027
2051
|
"sharpWifiLock",
|
|
2028
2052
|
"sharpWifiOff",
|
|
2029
2053
|
"sharpWifiPassword",
|
|
2030
2054
|
"sharpWifiProtectedSetup",
|
|
2031
|
-
"sharpWifiTetheringError",
|
|
2032
2055
|
"sharpWifiTethering",
|
|
2056
|
+
"sharpWifiTetheringError",
|
|
2033
2057
|
"sharpWifiTetheringOff",
|
|
2058
|
+
"sharpWindPower",
|
|
2034
2059
|
"sharpWindow",
|
|
2035
2060
|
"sharpWineBar",
|
|
2036
2061
|
"sharpWoman",
|
|
2037
|
-
"sharpWorkOff",
|
|
2038
2062
|
"sharpWork",
|
|
2063
|
+
"sharpWorkHistory",
|
|
2064
|
+
"sharpWorkOff",
|
|
2039
2065
|
"sharpWorkOutline",
|
|
2040
2066
|
"sharpWorkspacePremium",
|
|
2041
2067
|
"sharpWorkspaces",
|
|
2042
2068
|
"sharpWrapText",
|
|
2069
|
+
"sharpWrongLocation",
|
|
2043
2070
|
"sharpWysiwyg",
|
|
2044
2071
|
"sharpYard",
|
|
2045
|
-
"sharpWrongLocation",
|
|
2046
2072
|
"sharpYoutubeSearchedFor",
|
|
2047
2073
|
"sharpZoomIn",
|
|
2048
2074
|
"sharpZoomInMap",
|