@project-ajax/sdk 0.0.35 → 0.0.37
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/dist/builder.d.ts +13 -1
- package/dist/builder.d.ts.map +1 -1
- package/dist/builder.js +15 -0
- package/dist/capabilities/sync.d.ts +6 -1
- package/dist/capabilities/sync.d.ts.map +1 -1
- package/dist/cli/api/client.d.ts +27 -1
- package/dist/cli/api/client.d.ts.map +1 -1
- package/dist/cli/api/client.js +33 -2
- package/dist/cli/commands/auth.impl.d.ts.map +1 -1
- package/dist/cli/commands/auth.impl.js +2 -27
- package/dist/cli/commands/connect.d.ts +2 -0
- package/dist/cli/commands/connect.d.ts.map +1 -0
- package/dist/cli/commands/connect.impl.d.ts +6 -0
- package/dist/cli/commands/connect.impl.d.ts.map +1 -0
- package/dist/cli/commands/connect.impl.js +116 -0
- package/dist/cli/commands/connect.js +78 -0
- package/dist/cli/commands/secrets.impl.d.ts.map +1 -1
- package/dist/cli/commands/secrets.impl.js +6 -0
- package/dist/cli/routes.d.ts.map +1 -1
- package/dist/cli/routes.js +2 -0
- package/dist/cli/utils/openNotionUrl.d.ts +3 -0
- package/dist/cli/utils/openNotionUrl.d.ts.map +1 -0
- package/dist/cli/utils/openNotionUrl.js +33 -0
- package/dist/icon-names.d.ts +6 -0
- package/dist/icon-names.d.ts.map +1 -0
- package/dist/icon-names.js +0 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/schema.d.ts +7 -1
- package/dist/schema.d.ts.map +1 -1
- package/dist/types.d.ts +31 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/builder.ts +29 -1
- package/src/capabilities/sync.ts +6 -1
- package/src/cli/api/client.ts +60 -1
- package/src/cli/commands/auth.impl.ts +2 -38
- package/src/cli/commands/connect.impl.ts +149 -0
- package/src/cli/commands/connect.ts +80 -0
- package/src/cli/commands/secrets.impl.ts +6 -0
- package/src/cli/routes.ts +2 -0
- package/src/cli/utils/openNotionUrl.ts +40 -0
- package/src/icon-names.ts +890 -0
- package/src/index.ts +2 -0
- package/src/schema.ts +7 -0
- package/src/types.ts +47 -0
|
@@ -0,0 +1,890 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Valid Notion icon names
|
|
3
|
+
* Complete list from https://www.notion.so/icons/
|
|
4
|
+
*/
|
|
5
|
+
export type NoticonName =
|
|
6
|
+
| "123"
|
|
7
|
+
| "accessibility"
|
|
8
|
+
| "activity"
|
|
9
|
+
| "add"
|
|
10
|
+
| "airplane"
|
|
11
|
+
| "alarm"
|
|
12
|
+
| "alert"
|
|
13
|
+
| "alien"
|
|
14
|
+
| "alien-pixel"
|
|
15
|
+
| "ambulance"
|
|
16
|
+
| "anchor"
|
|
17
|
+
| "apple"
|
|
18
|
+
| "apron"
|
|
19
|
+
| "aquarius"
|
|
20
|
+
| "arch-bridge"
|
|
21
|
+
| "archery"
|
|
22
|
+
| "archive"
|
|
23
|
+
| "aries"
|
|
24
|
+
| "arrivals"
|
|
25
|
+
| "arrow-circle-down"
|
|
26
|
+
| "arrow-down"
|
|
27
|
+
| "arrow-down-basic"
|
|
28
|
+
| "arrow-down-line"
|
|
29
|
+
| "arrow-left"
|
|
30
|
+
| "arrow-left-basic"
|
|
31
|
+
| "arrow-left-line"
|
|
32
|
+
| "arrow-northeast"
|
|
33
|
+
| "arrow-northwest"
|
|
34
|
+
| "arrow-right"
|
|
35
|
+
| "arrow-right-basic"
|
|
36
|
+
| "arrow-right-line"
|
|
37
|
+
| "arrow-southeast"
|
|
38
|
+
| "arrow-southwest"
|
|
39
|
+
| "arrow-turn-left"
|
|
40
|
+
| "arrow-turn-right"
|
|
41
|
+
| "arrow-up"
|
|
42
|
+
| "arrow-up-basic"
|
|
43
|
+
| "arrow-up-line"
|
|
44
|
+
| "arrows-horizontal"
|
|
45
|
+
| "arrows-swap-horizontally"
|
|
46
|
+
| "arrows-swap-vertically"
|
|
47
|
+
| "arrows-vertical"
|
|
48
|
+
| "art"
|
|
49
|
+
| "asterisk"
|
|
50
|
+
| "atm"
|
|
51
|
+
| "attachment"
|
|
52
|
+
| "avocado"
|
|
53
|
+
| "baby"
|
|
54
|
+
| "baby-bottle"
|
|
55
|
+
| "backpack"
|
|
56
|
+
| "backward"
|
|
57
|
+
| "badge"
|
|
58
|
+
| "bag"
|
|
59
|
+
| "baggage-claim"
|
|
60
|
+
| "balloon"
|
|
61
|
+
| "banana"
|
|
62
|
+
| "barcode"
|
|
63
|
+
| "barricade"
|
|
64
|
+
| "baseball"
|
|
65
|
+
| "baseball-cap"
|
|
66
|
+
| "basketball"
|
|
67
|
+
| "bathtub"
|
|
68
|
+
| "bathtub-shower"
|
|
69
|
+
| "battery"
|
|
70
|
+
| "battery-charged"
|
|
71
|
+
| "battery-charging"
|
|
72
|
+
| "bed"
|
|
73
|
+
| "bee"
|
|
74
|
+
| "beer"
|
|
75
|
+
| "beer-bottle"
|
|
76
|
+
| "bell"
|
|
77
|
+
| "bell-notification"
|
|
78
|
+
| "bell-off"
|
|
79
|
+
| "belt"
|
|
80
|
+
| "bicycle"
|
|
81
|
+
| "bikini"
|
|
82
|
+
| "binoculars"
|
|
83
|
+
| "blood-pressure"
|
|
84
|
+
| "bluetooth"
|
|
85
|
+
| "boarding-pass"
|
|
86
|
+
| "boat"
|
|
87
|
+
| "bomb"
|
|
88
|
+
| "bone"
|
|
89
|
+
| "book"
|
|
90
|
+
| "book-closed"
|
|
91
|
+
| "bookmark"
|
|
92
|
+
| "bookmark-outline"
|
|
93
|
+
| "boombox"
|
|
94
|
+
| "boot"
|
|
95
|
+
| "bounce"
|
|
96
|
+
| "bowl"
|
|
97
|
+
| "bowl-food"
|
|
98
|
+
| "bowling"
|
|
99
|
+
| "bra"
|
|
100
|
+
| "brain"
|
|
101
|
+
| "branch"
|
|
102
|
+
| "branch-create"
|
|
103
|
+
| "branch-fork"
|
|
104
|
+
| "branch-merge"
|
|
105
|
+
| "bread"
|
|
106
|
+
| "briefcase"
|
|
107
|
+
| "brightness-high"
|
|
108
|
+
| "broccoli"
|
|
109
|
+
| "broom"
|
|
110
|
+
| "broom-and-dustpan"
|
|
111
|
+
| "browser-stop"
|
|
112
|
+
| "bug"
|
|
113
|
+
| "bugle"
|
|
114
|
+
| "bullseye"
|
|
115
|
+
| "bunk-bed"
|
|
116
|
+
| "burger"
|
|
117
|
+
| "burst"
|
|
118
|
+
| "bus"
|
|
119
|
+
| "bus-double-decker"
|
|
120
|
+
| "bus-metro"
|
|
121
|
+
| "butterfly"
|
|
122
|
+
| "button"
|
|
123
|
+
| "cactus"
|
|
124
|
+
| "cafe"
|
|
125
|
+
| "cake"
|
|
126
|
+
| "calculator"
|
|
127
|
+
| "calendar"
|
|
128
|
+
| "calendar-day"
|
|
129
|
+
| "calendar-month"
|
|
130
|
+
| "calendar-week"
|
|
131
|
+
| "camera"
|
|
132
|
+
| "camera-off"
|
|
133
|
+
| "camera-roll"
|
|
134
|
+
| "camera-roll-portrait"
|
|
135
|
+
| "camping-tent"
|
|
136
|
+
| "camping-trailer"
|
|
137
|
+
| "cancer"
|
|
138
|
+
| "candy"
|
|
139
|
+
| "capricorn"
|
|
140
|
+
| "car"
|
|
141
|
+
| "card"
|
|
142
|
+
| "card-club"
|
|
143
|
+
| "card-diamond"
|
|
144
|
+
| "card-heart"
|
|
145
|
+
| "card-spade"
|
|
146
|
+
| "cards"
|
|
147
|
+
| "carrot"
|
|
148
|
+
| "cash"
|
|
149
|
+
| "cash-register"
|
|
150
|
+
| "cassette"
|
|
151
|
+
| "castle"
|
|
152
|
+
| "castle-japanese"
|
|
153
|
+
| "cat"
|
|
154
|
+
| "categories"
|
|
155
|
+
| "cd"
|
|
156
|
+
| "cellular"
|
|
157
|
+
| "chair"
|
|
158
|
+
| "champagne"
|
|
159
|
+
| "champagne-bottle"
|
|
160
|
+
| "chart"
|
|
161
|
+
| "chart-alternate"
|
|
162
|
+
| "chart-area"
|
|
163
|
+
| "chart-donut"
|
|
164
|
+
| "chart-line"
|
|
165
|
+
| "chart-mixed"
|
|
166
|
+
| "chart-pie"
|
|
167
|
+
| "chat"
|
|
168
|
+
| "chat-user"
|
|
169
|
+
| "check"
|
|
170
|
+
| "checklist"
|
|
171
|
+
| "checkmark"
|
|
172
|
+
| "checkmark-line"
|
|
173
|
+
| "checkmark-square"
|
|
174
|
+
| "chemistry"
|
|
175
|
+
| "cherries"
|
|
176
|
+
| "chess-bishop"
|
|
177
|
+
| "chess-king"
|
|
178
|
+
| "chess-knight"
|
|
179
|
+
| "chess-pawn"
|
|
180
|
+
| "chess-queen"
|
|
181
|
+
| "chess-rook"
|
|
182
|
+
| "chevrons-vertical"
|
|
183
|
+
| "chicken"
|
|
184
|
+
| "child"
|
|
185
|
+
| "chili-pepper"
|
|
186
|
+
| "christmas-tree"
|
|
187
|
+
| "church"
|
|
188
|
+
| "cigarette"
|
|
189
|
+
| "circle"
|
|
190
|
+
| "circle-alternate"
|
|
191
|
+
| "circle-arrows-horizontal"
|
|
192
|
+
| "circle-arrows-vertical"
|
|
193
|
+
| "circle-dashed"
|
|
194
|
+
| "circle-dot"
|
|
195
|
+
| "circle-five-eighths"
|
|
196
|
+
| "circle-four-eighths"
|
|
197
|
+
| "circle-one-eighth"
|
|
198
|
+
| "circle-remove"
|
|
199
|
+
| "circle-seven-eighths"
|
|
200
|
+
| "circle-six-eighths"
|
|
201
|
+
| "circle-three-eighths"
|
|
202
|
+
| "circle-two-eighths"
|
|
203
|
+
| "city"
|
|
204
|
+
| "clarinet"
|
|
205
|
+
| "clear"
|
|
206
|
+
| "clipping"
|
|
207
|
+
| "clock"
|
|
208
|
+
| "clock-alternate"
|
|
209
|
+
| "close"
|
|
210
|
+
| "clothes-button"
|
|
211
|
+
| "clothes-iron"
|
|
212
|
+
| "cloud"
|
|
213
|
+
| "cloud-no"
|
|
214
|
+
| "cloud-off"
|
|
215
|
+
| "cloud-yes"
|
|
216
|
+
| "cloudy"
|
|
217
|
+
| "clover"
|
|
218
|
+
| "clover-four-leaf"
|
|
219
|
+
| "coaster"
|
|
220
|
+
| "coat"
|
|
221
|
+
| "cocktail"
|
|
222
|
+
| "code"
|
|
223
|
+
| "code-scan"
|
|
224
|
+
| "coffee"
|
|
225
|
+
| "coffee-maker"
|
|
226
|
+
| "color-palette"
|
|
227
|
+
| "color-picker"
|
|
228
|
+
| "color-swatch"
|
|
229
|
+
| "column"
|
|
230
|
+
| "comb"
|
|
231
|
+
| "command-line"
|
|
232
|
+
| "comment"
|
|
233
|
+
| "compass"
|
|
234
|
+
| "compose"
|
|
235
|
+
| "compressed-document"
|
|
236
|
+
| "computer"
|
|
237
|
+
| "computer-chip"
|
|
238
|
+
| "conceal"
|
|
239
|
+
| "condense"
|
|
240
|
+
| "confetti-ball"
|
|
241
|
+
| "confetti-party-popper"
|
|
242
|
+
| "conifer-tree"
|
|
243
|
+
| "connecting-flight"
|
|
244
|
+
| "construction-crane"
|
|
245
|
+
| "contrast"
|
|
246
|
+
| "conversation"
|
|
247
|
+
| "copy"
|
|
248
|
+
| "corn"
|
|
249
|
+
| "couch"
|
|
250
|
+
| "cow"
|
|
251
|
+
| "crab"
|
|
252
|
+
| "crayon"
|
|
253
|
+
| "create"
|
|
254
|
+
| "credit-card"
|
|
255
|
+
| "crop"
|
|
256
|
+
| "crutch"
|
|
257
|
+
| "cupcake"
|
|
258
|
+
| "currency"
|
|
259
|
+
| "currency-coin"
|
|
260
|
+
| "cursor"
|
|
261
|
+
| "cursor-button"
|
|
262
|
+
| "cursor-click"
|
|
263
|
+
| "customs"
|
|
264
|
+
| "cut"
|
|
265
|
+
| "dairy"
|
|
266
|
+
| "daisy"
|
|
267
|
+
| "dance"
|
|
268
|
+
| "darks"
|
|
269
|
+
| "dashboard"
|
|
270
|
+
| "database"
|
|
271
|
+
| "defibrillator"
|
|
272
|
+
| "delete"
|
|
273
|
+
| "delivery-truck"
|
|
274
|
+
| "dental"
|
|
275
|
+
| "departures"
|
|
276
|
+
| "dependency"
|
|
277
|
+
| "description"
|
|
278
|
+
| "dialogue"
|
|
279
|
+
| "die1"
|
|
280
|
+
| "die2"
|
|
281
|
+
| "die3"
|
|
282
|
+
| "die4"
|
|
283
|
+
| "die5"
|
|
284
|
+
| "die6"
|
|
285
|
+
| "dining"
|
|
286
|
+
| "directional-sign"
|
|
287
|
+
| "directional-sign-left"
|
|
288
|
+
| "directional-sign-right"
|
|
289
|
+
| "directions"
|
|
290
|
+
| "dish-soap"
|
|
291
|
+
| "dna"
|
|
292
|
+
| "do-not-disturb"
|
|
293
|
+
| "document"
|
|
294
|
+
| "dog"
|
|
295
|
+
| "donkey"
|
|
296
|
+
| "download"
|
|
297
|
+
| "downward"
|
|
298
|
+
| "drafts"
|
|
299
|
+
| "dress"
|
|
300
|
+
| "drink"
|
|
301
|
+
| "duck"
|
|
302
|
+
| "duster"
|
|
303
|
+
| "ear"
|
|
304
|
+
| "ear-hearing-aid"
|
|
305
|
+
| "earthquake"
|
|
306
|
+
| "egg"
|
|
307
|
+
| "eject"
|
|
308
|
+
| "electric-guitar"
|
|
309
|
+
| "electric-plug"
|
|
310
|
+
| "elephant"
|
|
311
|
+
| "elevator"
|
|
312
|
+
| "emoji"
|
|
313
|
+
| "emoji-angry"
|
|
314
|
+
| "emoji-big-sad"
|
|
315
|
+
| "emoji-disappointed"
|
|
316
|
+
| "emoji-grinning"
|
|
317
|
+
| "emoji-grinning-smiling-eyes"
|
|
318
|
+
| "emoji-heart-eyes"
|
|
319
|
+
| "emoji-neutral"
|
|
320
|
+
| "emoji-sad"
|
|
321
|
+
| "emoji-smiling-eyes"
|
|
322
|
+
| "emoji-sunglasses"
|
|
323
|
+
| "emoji-surprised"
|
|
324
|
+
| "emoji-winking"
|
|
325
|
+
| "error"
|
|
326
|
+
| "escalator"
|
|
327
|
+
| "exclamation-mark"
|
|
328
|
+
| "exclamation-mark-double"
|
|
329
|
+
| "exit"
|
|
330
|
+
| "expand"
|
|
331
|
+
| "extension"
|
|
332
|
+
| "fabric-swatch"
|
|
333
|
+
| "facial-tissues"
|
|
334
|
+
| "factory"
|
|
335
|
+
| "fan-deck"
|
|
336
|
+
| "feather"
|
|
337
|
+
| "feed"
|
|
338
|
+
| "filtered"
|
|
339
|
+
| "fire"
|
|
340
|
+
| "fire-extinguisher"
|
|
341
|
+
| "fire-truck"
|
|
342
|
+
| "fireworks"
|
|
343
|
+
| "first-aid"
|
|
344
|
+
| "first-aid-kit"
|
|
345
|
+
| "fish"
|
|
346
|
+
| "flag"
|
|
347
|
+
| "flag-checkered"
|
|
348
|
+
| "flag-pennant"
|
|
349
|
+
| "flag-swallowtail"
|
|
350
|
+
| "flash"
|
|
351
|
+
| "flashlight"
|
|
352
|
+
| "flatware"
|
|
353
|
+
| "fleur-de-lis"
|
|
354
|
+
| "flood"
|
|
355
|
+
| "fog"
|
|
356
|
+
| "folder"
|
|
357
|
+
| "follow"
|
|
358
|
+
| "following"
|
|
359
|
+
| "font"
|
|
360
|
+
| "food-and-drink"
|
|
361
|
+
| "football"
|
|
362
|
+
| "forest-fire"
|
|
363
|
+
| "fork"
|
|
364
|
+
| "fork-and-knife"
|
|
365
|
+
| "formula"
|
|
366
|
+
| "forward"
|
|
367
|
+
| "fragile"
|
|
368
|
+
| "friends"
|
|
369
|
+
| "frying-pan"
|
|
370
|
+
| "fuel"
|
|
371
|
+
| "game-pawn"
|
|
372
|
+
| "garlic"
|
|
373
|
+
| "gavel"
|
|
374
|
+
| "gear"
|
|
375
|
+
| "gears"
|
|
376
|
+
| "gem"
|
|
377
|
+
| "gemini"
|
|
378
|
+
| "geography"
|
|
379
|
+
| "ghost"
|
|
380
|
+
| "gift"
|
|
381
|
+
| "git"
|
|
382
|
+
| "glasses"
|
|
383
|
+
| "globe"
|
|
384
|
+
| "golf"
|
|
385
|
+
| "government"
|
|
386
|
+
| "gradebook"
|
|
387
|
+
| "graduate"
|
|
388
|
+
| "grapes"
|
|
389
|
+
| "grave"
|
|
390
|
+
| "grid"
|
|
391
|
+
| "grid-dense"
|
|
392
|
+
| "grid-wide"
|
|
393
|
+
| "grid-wide-six"
|
|
394
|
+
| "grocery"
|
|
395
|
+
| "groups"
|
|
396
|
+
| "guitar"
|
|
397
|
+
| "gym"
|
|
398
|
+
| "hail"
|
|
399
|
+
| "hair-care"
|
|
400
|
+
| "hairdryer"
|
|
401
|
+
| "hammer"
|
|
402
|
+
| "hanafuda"
|
|
403
|
+
| "hand"
|
|
404
|
+
| "handbag"
|
|
405
|
+
| "hanger"
|
|
406
|
+
| "hare"
|
|
407
|
+
| "hashtag"
|
|
408
|
+
| "headphones"
|
|
409
|
+
| "headset"
|
|
410
|
+
| "heart"
|
|
411
|
+
| "heart-box-bow"
|
|
412
|
+
| "heart-outline"
|
|
413
|
+
| "heart-rate"
|
|
414
|
+
| "heart-rate-monitor"
|
|
415
|
+
| "heartbroken"
|
|
416
|
+
| "helicopter"
|
|
417
|
+
| "helm"
|
|
418
|
+
| "help-alternate"
|
|
419
|
+
| "hexagon"
|
|
420
|
+
| "hexagon-alternate"
|
|
421
|
+
| "hexagon-dashed"
|
|
422
|
+
| "hexagon-five-sixths"
|
|
423
|
+
| "hexagon-four-sixths"
|
|
424
|
+
| "hexagon-one-sixth"
|
|
425
|
+
| "hexagon-three-sixths"
|
|
426
|
+
| "hexagon-two-sixths"
|
|
427
|
+
| "highball"
|
|
428
|
+
| "history"
|
|
429
|
+
| "home"
|
|
430
|
+
| "hot-air-balloon"
|
|
431
|
+
| "hourglass"
|
|
432
|
+
| "hurricane"
|
|
433
|
+
| "ice-skate"
|
|
434
|
+
| "immigration"
|
|
435
|
+
| "inbox"
|
|
436
|
+
| "infinity"
|
|
437
|
+
| "info-alternate"
|
|
438
|
+
| "inline-skate"
|
|
439
|
+
| "invitation"
|
|
440
|
+
| "iterate"
|
|
441
|
+
| "jack-o-lantern"
|
|
442
|
+
| "jar"
|
|
443
|
+
| "judicial-scales"
|
|
444
|
+
| "junk"
|
|
445
|
+
| "key"
|
|
446
|
+
| "key-antique"
|
|
447
|
+
| "keyboard"
|
|
448
|
+
| "keyboard-alternate"
|
|
449
|
+
| "keypad"
|
|
450
|
+
| "kind"
|
|
451
|
+
| "kite"
|
|
452
|
+
| "knife"
|
|
453
|
+
| "knife-kitchen"
|
|
454
|
+
| "language"
|
|
455
|
+
| "laptop"
|
|
456
|
+
| "laundry-basket"
|
|
457
|
+
| "laundry-detergent"
|
|
458
|
+
| "laundry-dryer"
|
|
459
|
+
| "laundry-washer"
|
|
460
|
+
| "layers"
|
|
461
|
+
| "leaf"
|
|
462
|
+
| "leaf-monstera"
|
|
463
|
+
| "lemon"
|
|
464
|
+
| "leo"
|
|
465
|
+
| "libra"
|
|
466
|
+
| "library"
|
|
467
|
+
| "light-bulb"
|
|
468
|
+
| "lights"
|
|
469
|
+
| "link"
|
|
470
|
+
| "lipstick"
|
|
471
|
+
| "list"
|
|
472
|
+
| "list-indent"
|
|
473
|
+
| "litter-disposal"
|
|
474
|
+
| "location"
|
|
475
|
+
| "lock"
|
|
476
|
+
| "lock-keyhole"
|
|
477
|
+
| "log-in"
|
|
478
|
+
| "log-out"
|
|
479
|
+
| "long-bone"
|
|
480
|
+
| "long-sleeve-shirt"
|
|
481
|
+
| "looped-square"
|
|
482
|
+
| "lost-and-found"
|
|
483
|
+
| "lounge"
|
|
484
|
+
| "luggage"
|
|
485
|
+
| "luggage-cart"
|
|
486
|
+
| "lungs"
|
|
487
|
+
| "magic-wand"
|
|
488
|
+
| "magnet"
|
|
489
|
+
| "mahjong"
|
|
490
|
+
| "mail"
|
|
491
|
+
| "makeup-brush"
|
|
492
|
+
| "mandir"
|
|
493
|
+
| "map"
|
|
494
|
+
| "map-pin"
|
|
495
|
+
| "map-pin-alternate"
|
|
496
|
+
| "mathematics"
|
|
497
|
+
| "meat"
|
|
498
|
+
| "medication"
|
|
499
|
+
| "meeting"
|
|
500
|
+
| "megaphone"
|
|
501
|
+
| "menorah"
|
|
502
|
+
| "menstrual-pad"
|
|
503
|
+
| "merge"
|
|
504
|
+
| "metronome"
|
|
505
|
+
| "microphone"
|
|
506
|
+
| "microphone-off"
|
|
507
|
+
| "microscope"
|
|
508
|
+
| "microwave"
|
|
509
|
+
| "midtones"
|
|
510
|
+
| "mirror"
|
|
511
|
+
| "mobile"
|
|
512
|
+
| "monorail"
|
|
513
|
+
| "moon"
|
|
514
|
+
| "mop"
|
|
515
|
+
| "mop-and-bucket"
|
|
516
|
+
| "more"
|
|
517
|
+
| "mosque"
|
|
518
|
+
| "motorcycle"
|
|
519
|
+
| "mountains"
|
|
520
|
+
| "mouth"
|
|
521
|
+
| "move"
|
|
522
|
+
| "move-document"
|
|
523
|
+
| "movie"
|
|
524
|
+
| "movie-camera"
|
|
525
|
+
| "movie-clapboard"
|
|
526
|
+
| "movie-clapboard-play"
|
|
527
|
+
| "mushroom"
|
|
528
|
+
| "music"
|
|
529
|
+
| "music-album"
|
|
530
|
+
| "music-artist"
|
|
531
|
+
| "navigation"
|
|
532
|
+
| "necktie"
|
|
533
|
+
| "network"
|
|
534
|
+
| "new-alert"
|
|
535
|
+
| "new-badge"
|
|
536
|
+
| "new-document"
|
|
537
|
+
| "new-folder"
|
|
538
|
+
| "news"
|
|
539
|
+
| "no"
|
|
540
|
+
| "no-entry"
|
|
541
|
+
| "note-eighth"
|
|
542
|
+
| "note-half"
|
|
543
|
+
| "note-quarter"
|
|
544
|
+
| "note-sixteenth"
|
|
545
|
+
| "note-sixteenth-beamed"
|
|
546
|
+
| "note-whole"
|
|
547
|
+
| "notification"
|
|
548
|
+
| "notion"
|
|
549
|
+
| "numero"
|
|
550
|
+
| "nut"
|
|
551
|
+
| "octagon"
|
|
552
|
+
| "official-document"
|
|
553
|
+
| "onion"
|
|
554
|
+
| "orange"
|
|
555
|
+
| "orbit"
|
|
556
|
+
| "ornament"
|
|
557
|
+
| "oven"
|
|
558
|
+
| "package"
|
|
559
|
+
| "paifang"
|
|
560
|
+
| "paint-brush"
|
|
561
|
+
| "paint-brush-wide"
|
|
562
|
+
| "paint-bucket"
|
|
563
|
+
| "paint-roller"
|
|
564
|
+
| "palm-tree"
|
|
565
|
+
| "pants"
|
|
566
|
+
| "paper-towels"
|
|
567
|
+
| "parking"
|
|
568
|
+
| "parking-no"
|
|
569
|
+
| "partly-cloudy-day"
|
|
570
|
+
| "partly-cloudy-night"
|
|
571
|
+
| "passport"
|
|
572
|
+
| "paste"
|
|
573
|
+
| "peace"
|
|
574
|
+
| "peanut"
|
|
575
|
+
| "pear"
|
|
576
|
+
| "pen"
|
|
577
|
+
| "pencil"
|
|
578
|
+
| "pentagon"
|
|
579
|
+
| "pentagon-alternate"
|
|
580
|
+
| "pentagon-dashed"
|
|
581
|
+
| "pentagon-four-fifths"
|
|
582
|
+
| "pentagon-one-fifth"
|
|
583
|
+
| "pentagon-three-fifths"
|
|
584
|
+
| "pentagon-two-fifths"
|
|
585
|
+
| "people"
|
|
586
|
+
| "perfume"
|
|
587
|
+
| "person-feminine"
|
|
588
|
+
| "person-masculine"
|
|
589
|
+
| "phone"
|
|
590
|
+
| "phone-call"
|
|
591
|
+
| "phone-end-call"
|
|
592
|
+
| "phone-speaker"
|
|
593
|
+
| "photo-landscape"
|
|
594
|
+
| "piano"
|
|
595
|
+
| "pig"
|
|
596
|
+
| "pill"
|
|
597
|
+
| "pin"
|
|
598
|
+
| "pisces"
|
|
599
|
+
| "pitcher"
|
|
600
|
+
| "pizza"
|
|
601
|
+
| "plate-food"
|
|
602
|
+
| "playback-fast-forward"
|
|
603
|
+
| "playback-next"
|
|
604
|
+
| "playback-pause"
|
|
605
|
+
| "playback-play"
|
|
606
|
+
| "playback-play-button"
|
|
607
|
+
| "playback-previous"
|
|
608
|
+
| "playback-rewind"
|
|
609
|
+
| "playback-stop"
|
|
610
|
+
| "playlist"
|
|
611
|
+
| "plus"
|
|
612
|
+
| "poo"
|
|
613
|
+
| "postage-stamp"
|
|
614
|
+
| "postcard"
|
|
615
|
+
| "pot"
|
|
616
|
+
| "potted-plant"
|
|
617
|
+
| "poultry"
|
|
618
|
+
| "power"
|
|
619
|
+
| "pram"
|
|
620
|
+
| "pregnancy-test"
|
|
621
|
+
| "pretzel"
|
|
622
|
+
| "preview"
|
|
623
|
+
| "print"
|
|
624
|
+
| "priority-high"
|
|
625
|
+
| "priority-low"
|
|
626
|
+
| "priority-mid"
|
|
627
|
+
| "private"
|
|
628
|
+
| "profile"
|
|
629
|
+
| "promoted"
|
|
630
|
+
| "public"
|
|
631
|
+
| "pull-request"
|
|
632
|
+
| "pump"
|
|
633
|
+
| "pump-bottle"
|
|
634
|
+
| "push-pin"
|
|
635
|
+
| "puzzle"
|
|
636
|
+
| "question-mark"
|
|
637
|
+
| "radio"
|
|
638
|
+
| "rain"
|
|
639
|
+
| "rainbow"
|
|
640
|
+
| "receipt"
|
|
641
|
+
| "redirect"
|
|
642
|
+
| "redo"
|
|
643
|
+
| "reference"
|
|
644
|
+
| "refresh"
|
|
645
|
+
| "refresh-reverse"
|
|
646
|
+
| "refrigerator"
|
|
647
|
+
| "remove"
|
|
648
|
+
| "rename"
|
|
649
|
+
| "reorder"
|
|
650
|
+
| "repeat"
|
|
651
|
+
| "reply"
|
|
652
|
+
| "reply-all"
|
|
653
|
+
| "report"
|
|
654
|
+
| "ringed-planet"
|
|
655
|
+
| "robot"
|
|
656
|
+
| "rocket"
|
|
657
|
+
| "roller-skate"
|
|
658
|
+
| "row"
|
|
659
|
+
| "rubber-stamp"
|
|
660
|
+
| "ruler"
|
|
661
|
+
| "run"
|
|
662
|
+
| "safety-pin"
|
|
663
|
+
| "sagittarius"
|
|
664
|
+
| "sailboat"
|
|
665
|
+
| "sandwich"
|
|
666
|
+
| "save"
|
|
667
|
+
| "scarf"
|
|
668
|
+
| "school"
|
|
669
|
+
| "science"
|
|
670
|
+
| "scooter"
|
|
671
|
+
| "scorpio"
|
|
672
|
+
| "screwdriver"
|
|
673
|
+
| "script"
|
|
674
|
+
| "scrub-brush"
|
|
675
|
+
| "search"
|
|
676
|
+
| "seed"
|
|
677
|
+
| "send"
|
|
678
|
+
| "send-to"
|
|
679
|
+
| "server"
|
|
680
|
+
| "service-counter"
|
|
681
|
+
| "set-square"
|
|
682
|
+
| "share"
|
|
683
|
+
| "sharing"
|
|
684
|
+
| "sheep"
|
|
685
|
+
| "shell"
|
|
686
|
+
| "shield"
|
|
687
|
+
| "shirt"
|
|
688
|
+
| "shoe"
|
|
689
|
+
| "shogi"
|
|
690
|
+
| "shop"
|
|
691
|
+
| "shopping-bag"
|
|
692
|
+
| "shopping-basket"
|
|
693
|
+
| "shopping-cart"
|
|
694
|
+
| "shorts"
|
|
695
|
+
| "shovel-and-pail"
|
|
696
|
+
| "shower"
|
|
697
|
+
| "shuffle"
|
|
698
|
+
| "sign-in"
|
|
699
|
+
| "sign-out"
|
|
700
|
+
| "signature-document"
|
|
701
|
+
| "sink"
|
|
702
|
+
| "skateboard"
|
|
703
|
+
| "skip-backward"
|
|
704
|
+
| "skip-forward"
|
|
705
|
+
| "skirt"
|
|
706
|
+
| "skull"
|
|
707
|
+
| "skull-profile"
|
|
708
|
+
| "sleet"
|
|
709
|
+
| "slide"
|
|
710
|
+
| "sliders-horizontal"
|
|
711
|
+
| "sliders-vertical"
|
|
712
|
+
| "slideshow"
|
|
713
|
+
| "slideshow-play"
|
|
714
|
+
| "smoking"
|
|
715
|
+
| "smoking-no"
|
|
716
|
+
| "snake"
|
|
717
|
+
| "snare-drum"
|
|
718
|
+
| "snippet"
|
|
719
|
+
| "snorkel"
|
|
720
|
+
| "snowflake"
|
|
721
|
+
| "soap"
|
|
722
|
+
| "soccer"
|
|
723
|
+
| "sock"
|
|
724
|
+
| "soda-bottle"
|
|
725
|
+
| "soft-serve"
|
|
726
|
+
| "soy"
|
|
727
|
+
| "spider"
|
|
728
|
+
| "sponge"
|
|
729
|
+
| "spoon"
|
|
730
|
+
| "spray-bottle"
|
|
731
|
+
| "square"
|
|
732
|
+
| "square-alternate"
|
|
733
|
+
| "square-circle"
|
|
734
|
+
| "square-dashed"
|
|
735
|
+
| "square-one-fourth"
|
|
736
|
+
| "square-three-fourths"
|
|
737
|
+
| "square-two-fourths"
|
|
738
|
+
| "squeeze-tube"
|
|
739
|
+
| "stairs"
|
|
740
|
+
| "star"
|
|
741
|
+
| "star-half"
|
|
742
|
+
| "star-of-life"
|
|
743
|
+
| "star-outline"
|
|
744
|
+
| "stars"
|
|
745
|
+
| "steering-wheel"
|
|
746
|
+
| "stethoscope"
|
|
747
|
+
| "sticker"
|
|
748
|
+
| "stomach"
|
|
749
|
+
| "stopwatch"
|
|
750
|
+
| "storm"
|
|
751
|
+
| "stovetop"
|
|
752
|
+
| "strawberry"
|
|
753
|
+
| "stroller"
|
|
754
|
+
| "subtask"
|
|
755
|
+
| "subtitles"
|
|
756
|
+
| "suit"
|
|
757
|
+
| "suit-club"
|
|
758
|
+
| "suit-diamond"
|
|
759
|
+
| "suit-heart"
|
|
760
|
+
| "suit-spade"
|
|
761
|
+
| "suitcase"
|
|
762
|
+
| "sun"
|
|
763
|
+
| "sunglasses"
|
|
764
|
+
| "sunrise"
|
|
765
|
+
| "sunscreen"
|
|
766
|
+
| "sunset"
|
|
767
|
+
| "suspension-bridge"
|
|
768
|
+
| "swap-horizontally"
|
|
769
|
+
| "swap-vertically"
|
|
770
|
+
| "sword"
|
|
771
|
+
| "symbol"
|
|
772
|
+
| "synagogue"
|
|
773
|
+
| "sync"
|
|
774
|
+
| "sync-reverse"
|
|
775
|
+
| "syringe"
|
|
776
|
+
| "t-square"
|
|
777
|
+
| "table"
|
|
778
|
+
| "tablet"
|
|
779
|
+
| "tabs"
|
|
780
|
+
| "tabs-user"
|
|
781
|
+
| "tag"
|
|
782
|
+
| "takeout-box"
|
|
783
|
+
| "tampon"
|
|
784
|
+
| "target"
|
|
785
|
+
| "taurus"
|
|
786
|
+
| "taxi"
|
|
787
|
+
| "teapot"
|
|
788
|
+
| "telephone"
|
|
789
|
+
| "telescope"
|
|
790
|
+
| "temperature-cool"
|
|
791
|
+
| "temperature-warm"
|
|
792
|
+
| "temple"
|
|
793
|
+
| "theatre"
|
|
794
|
+
| "thinking"
|
|
795
|
+
| "thought"
|
|
796
|
+
| "thought-alert"
|
|
797
|
+
| "thought-dialogue"
|
|
798
|
+
| "throat"
|
|
799
|
+
| "thumbs-down"
|
|
800
|
+
| "thumbs-up"
|
|
801
|
+
| "ticket"
|
|
802
|
+
| "ticket-admission"
|
|
803
|
+
| "timeline"
|
|
804
|
+
| "toaster"
|
|
805
|
+
| "toilet"
|
|
806
|
+
| "toilet-paper"
|
|
807
|
+
| "token"
|
|
808
|
+
| "tooth"
|
|
809
|
+
| "torii"
|
|
810
|
+
| "tornado"
|
|
811
|
+
| "tortoise"
|
|
812
|
+
| "towel"
|
|
813
|
+
| "traffic-cone"
|
|
814
|
+
| "traffic-light"
|
|
815
|
+
| "train"
|
|
816
|
+
| "train-high-speed"
|
|
817
|
+
| "train-light-rail"
|
|
818
|
+
| "train-magnetic-levitation"
|
|
819
|
+
| "train-metro"
|
|
820
|
+
| "transfers"
|
|
821
|
+
| "translate"
|
|
822
|
+
| "tree"
|
|
823
|
+
| "triangle"
|
|
824
|
+
| "triangle-alternate"
|
|
825
|
+
| "triangle-dashed"
|
|
826
|
+
| "triangle-one-third"
|
|
827
|
+
| "triangle-two-thirds"
|
|
828
|
+
| "trophy"
|
|
829
|
+
| "tropical-cocktail"
|
|
830
|
+
| "truck"
|
|
831
|
+
| "trumpet"
|
|
832
|
+
| "tshirt"
|
|
833
|
+
| "tulip"
|
|
834
|
+
| "tulip-name-tag"
|
|
835
|
+
| "tumbler"
|
|
836
|
+
| "tv"
|
|
837
|
+
| "umbrella"
|
|
838
|
+
| "underwear"
|
|
839
|
+
| "undo"
|
|
840
|
+
| "unfollow"
|
|
841
|
+
| "unlock"
|
|
842
|
+
| "unlock-keyhole"
|
|
843
|
+
| "upload"
|
|
844
|
+
| "upload-document"
|
|
845
|
+
| "upload-folder"
|
|
846
|
+
| "upward"
|
|
847
|
+
| "user"
|
|
848
|
+
| "user-circle"
|
|
849
|
+
| "user-circle-dashed"
|
|
850
|
+
| "user-circle-filled"
|
|
851
|
+
| "username"
|
|
852
|
+
| "vacuum-cleaner"
|
|
853
|
+
| "verified"
|
|
854
|
+
| "video-camera"
|
|
855
|
+
| "video-camera-off"
|
|
856
|
+
| "video-game"
|
|
857
|
+
| "video-game-classic"
|
|
858
|
+
| "video-game-joystick"
|
|
859
|
+
| "videotape"
|
|
860
|
+
| "view"
|
|
861
|
+
| "view-off"
|
|
862
|
+
| "vinyl-record"
|
|
863
|
+
| "violin"
|
|
864
|
+
| "virgo"
|
|
865
|
+
| "vitruvian-man"
|
|
866
|
+
| "voicemail"
|
|
867
|
+
| "volcano"
|
|
868
|
+
| "volume-high"
|
|
869
|
+
| "volume-off"
|
|
870
|
+
| "walk"
|
|
871
|
+
| "wall"
|
|
872
|
+
| "warning"
|
|
873
|
+
| "watch-analog"
|
|
874
|
+
| "water"
|
|
875
|
+
| "whale"
|
|
876
|
+
| "wheat"
|
|
877
|
+
| "wheelchair"
|
|
878
|
+
| "wheelchair-access"
|
|
879
|
+
| "wheelchair-motorized"
|
|
880
|
+
| "whistle"
|
|
881
|
+
| "wifi"
|
|
882
|
+
| "wind"
|
|
883
|
+
| "window"
|
|
884
|
+
| "wine"
|
|
885
|
+
| "wine-bottle"
|
|
886
|
+
| "wrapping-paper"
|
|
887
|
+
| "wrench"
|
|
888
|
+
| "yin-yang"
|
|
889
|
+
| "zoom-in"
|
|
890
|
+
| "zoom-out";
|