coveragebook_components 0.5.0 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/build/coco/app.css +28 -28
- data/app/assets/build/coco/app.js +8113 -974
- data/app/assets/build/coco/book.css +3 -0
- data/app/assets/build/coco/book.js +37 -4
- data/app/assets/js/base/polyfills/request-submit.js +39 -0
- data/app/assets/js/base/setup.js +2 -0
- data/app/assets/js/helpers/path.js +9 -1
- data/app/assets/js/helpers/screenshot.js +20 -4
- data/app/components/coco/app/blocks/slide_editor/slide_editor.css +8 -11
- data/app/components/coco/app/blocks/slide_editor/slide_editor.html.erb +155 -196
- data/app/components/coco/app/blocks/slide_editor/slide_editor.js +92 -70
- data/app/components/coco/app/blocks/slide_editor/slide_editor.rb +36 -85
- data/app/components/coco/app/elements/alert/alert.css +1 -1
- data/app/components/coco/app/elements/button/button.css +11 -11
- data/app/components/coco/app/elements/color_picker_button/color_picker_button.html.erb +17 -16
- data/app/components/coco/app/elements/color_picker_button/color_picker_button.js +0 -8
- data/app/components/coco/app/elements/color_picker_button/color_picker_button.rb +2 -15
- data/app/components/coco/app/elements/image_picker/image_picker.html.erb +4 -4
- data/app/components/coco/app/elements/image_picker/image_picker.js +18 -6
- data/app/components/coco/app/elements/image_picker/image_picker.rb +2 -11
- data/app/components/coco/app/elements/image_picker_button/image_picker_button.html.erb +9 -8
- data/app/components/coco/app/elements/image_picker_button/image_picker_button.js +10 -23
- data/app/components/coco/app/elements/image_picker_button/image_picker_button.rb +19 -35
- data/app/components/coco/app/elements/seamless_textarea/seamless_textarea.html.erb +7 -4
- data/app/components/coco/app/elements/seamless_textarea/seamless_textarea.js +9 -3
- data/app/components/coco/app/elements/seamless_textarea/seamless_textarea.rb +5 -20
- data/app/components/coco/base/button/button.css +3 -3
- data/app/components/coco/base/button/button.js +1 -3
- data/app/components/coco/base/image_uploader/image_uploader.html.erb +3 -2
- data/app/components/coco/base/image_uploader/image_uploader.rb +2 -12
- data/app/components/coco/book/blocks/slides/media_slide/media_slide.css +1 -1
- data/app/components/coco/component.rb +1 -0
- data/app/components/coco/concerns/has_name.rb +1 -1
- data/app/components/coco/concerns/translatable.rb +18 -0
- data/config/credentials/production.key +1 -0
- data/config/credentials/production.yml.enc +1 -0
- data/config/icons.json +886 -0
- data/config/locales/coco.en.yml +22 -0
- data/config/tailwind.app.config.cjs +21 -0
- data/config/tailwind.base.config.cjs +79 -0
- data/config/tailwind.book.config.cjs +20 -0
- data/config/tokens.cjs +229 -0
- data/config/utils.cjs +16 -0
- data/lib/coco.rb +1 -1
- metadata +13 -6
- data/app/assets/build/coco/app.dev.css +0 -3427
- data/app/assets/build/coco/app.dev.js +0 -24891
- data/app/assets/build/coco/book.dev.css +0 -992
- data/app/assets/build/coco/book.dev.js +0 -19840
data/config/icons.json
ADDED
@@ -0,0 +1,886 @@
|
|
1
|
+
[
|
2
|
+
"accessibility",
|
3
|
+
"activity",
|
4
|
+
"air-vent",
|
5
|
+
"airplay",
|
6
|
+
"alarm-check",
|
7
|
+
"alarm-clock",
|
8
|
+
"alarm-clock-off",
|
9
|
+
"alarm-minus",
|
10
|
+
"alarm-plus",
|
11
|
+
"album",
|
12
|
+
"alert-circle",
|
13
|
+
"alert-octagon",
|
14
|
+
"alert-triangle",
|
15
|
+
"align-center",
|
16
|
+
"align-center-horizontal",
|
17
|
+
"align-center-vertical",
|
18
|
+
"align-end-horizontal",
|
19
|
+
"align-end-vertical",
|
20
|
+
"align-horizontal-distribute-center",
|
21
|
+
"align-horizontal-distribute-end",
|
22
|
+
"align-horizontal-distribute-start",
|
23
|
+
"align-horizontal-justify-center",
|
24
|
+
"align-horizontal-justify-end",
|
25
|
+
"align-horizontal-justify-start",
|
26
|
+
"align-horizontal-space-around",
|
27
|
+
"align-horizontal-space-between",
|
28
|
+
"align-justify",
|
29
|
+
"align-left",
|
30
|
+
"align-right",
|
31
|
+
"align-start-horizontal",
|
32
|
+
"align-start-vertical",
|
33
|
+
"align-vertical-distribute-center",
|
34
|
+
"align-vertical-distribute-end",
|
35
|
+
"align-vertical-distribute-start",
|
36
|
+
"align-vertical-justify-center",
|
37
|
+
"align-vertical-justify-end",
|
38
|
+
"align-vertical-justify-start",
|
39
|
+
"align-vertical-space-around",
|
40
|
+
"align-vertical-space-between",
|
41
|
+
"anchor",
|
42
|
+
"angry",
|
43
|
+
"annoyed",
|
44
|
+
"aperture",
|
45
|
+
"apple",
|
46
|
+
"archive",
|
47
|
+
"archive-restore",
|
48
|
+
"armchair",
|
49
|
+
"arrow-big-down",
|
50
|
+
"arrow-big-left",
|
51
|
+
"arrow-big-right",
|
52
|
+
"arrow-big-up",
|
53
|
+
"arrow-down",
|
54
|
+
"arrow-down-circle",
|
55
|
+
"arrow-down-left",
|
56
|
+
"arrow-down-right",
|
57
|
+
"arrow-left",
|
58
|
+
"arrow-left-circle",
|
59
|
+
"arrow-left-right",
|
60
|
+
"arrow-right",
|
61
|
+
"arrow-right-circle",
|
62
|
+
"arrow-up",
|
63
|
+
"arrow-up-circle",
|
64
|
+
"arrow-up-down",
|
65
|
+
"arrow-up-left",
|
66
|
+
"arrow-up-right",
|
67
|
+
"asterisk",
|
68
|
+
"at-sign",
|
69
|
+
"award",
|
70
|
+
"axe",
|
71
|
+
"axis-3d",
|
72
|
+
"baby",
|
73
|
+
"backpack",
|
74
|
+
"baggage-claim",
|
75
|
+
"banana",
|
76
|
+
"banknote",
|
77
|
+
"bar-chart",
|
78
|
+
"bar-chart-2",
|
79
|
+
"bar-chart-3",
|
80
|
+
"bar-chart-4",
|
81
|
+
"bar-chart-horizontal",
|
82
|
+
"baseline",
|
83
|
+
"bath",
|
84
|
+
"battery",
|
85
|
+
"battery-charging",
|
86
|
+
"battery-full",
|
87
|
+
"battery-low",
|
88
|
+
"battery-medium",
|
89
|
+
"battery-warning",
|
90
|
+
"beaker",
|
91
|
+
"bean",
|
92
|
+
"bean-off",
|
93
|
+
"bed",
|
94
|
+
"bed-double",
|
95
|
+
"bed-single",
|
96
|
+
"beef",
|
97
|
+
"beer",
|
98
|
+
"bell",
|
99
|
+
"bell-minus",
|
100
|
+
"bell-off",
|
101
|
+
"bell-plus",
|
102
|
+
"bell-ring",
|
103
|
+
"bike",
|
104
|
+
"binary",
|
105
|
+
"bitcoin",
|
106
|
+
"bluetooth",
|
107
|
+
"bluetooth-connected",
|
108
|
+
"bluetooth-off",
|
109
|
+
"bluetooth-searching",
|
110
|
+
"bold",
|
111
|
+
"bomb",
|
112
|
+
"bone",
|
113
|
+
"book",
|
114
|
+
"book-open",
|
115
|
+
"book-open-check",
|
116
|
+
"bookmark",
|
117
|
+
"bookmark-minus",
|
118
|
+
"bookmark-plus",
|
119
|
+
"bot",
|
120
|
+
"box",
|
121
|
+
"box-select",
|
122
|
+
"boxes",
|
123
|
+
"briefcase",
|
124
|
+
"brush",
|
125
|
+
"bug",
|
126
|
+
"building",
|
127
|
+
"building-2",
|
128
|
+
"bus",
|
129
|
+
"cake",
|
130
|
+
"calculator",
|
131
|
+
"calendar",
|
132
|
+
"calendar-check",
|
133
|
+
"calendar-check-2",
|
134
|
+
"calendar-clock",
|
135
|
+
"calendar-days",
|
136
|
+
"calendar-heart",
|
137
|
+
"calendar-minus",
|
138
|
+
"calendar-off",
|
139
|
+
"calendar-plus",
|
140
|
+
"calendar-range",
|
141
|
+
"calendar-search",
|
142
|
+
"calendar-x",
|
143
|
+
"calendar-x-2",
|
144
|
+
"camera",
|
145
|
+
"camera-off",
|
146
|
+
"candy",
|
147
|
+
"candy-off",
|
148
|
+
"car",
|
149
|
+
"carrot",
|
150
|
+
"cast",
|
151
|
+
"cat",
|
152
|
+
"check",
|
153
|
+
"check-check",
|
154
|
+
"check-circle",
|
155
|
+
"check-circle-2",
|
156
|
+
"check-square",
|
157
|
+
"chef-hat",
|
158
|
+
"cherry",
|
159
|
+
"chevron-down",
|
160
|
+
"chevron-first",
|
161
|
+
"chevron-last",
|
162
|
+
"chevron-left",
|
163
|
+
"chevron-right",
|
164
|
+
"chevron-up",
|
165
|
+
"chevrons-down",
|
166
|
+
"chevrons-down-up",
|
167
|
+
"chevrons-left",
|
168
|
+
"chevrons-left-right",
|
169
|
+
"chevrons-right",
|
170
|
+
"chevrons-right-left",
|
171
|
+
"chevrons-up",
|
172
|
+
"chevrons-up-down",
|
173
|
+
"chrome",
|
174
|
+
"cigarette",
|
175
|
+
"cigarette-off",
|
176
|
+
"circle",
|
177
|
+
"circle-dot",
|
178
|
+
"circle-ellipsis",
|
179
|
+
"circle-slashed",
|
180
|
+
"citrus",
|
181
|
+
"clapperboard",
|
182
|
+
"clipboard",
|
183
|
+
"clipboard-check",
|
184
|
+
"clipboard-copy",
|
185
|
+
"clipboard-edit",
|
186
|
+
"clipboard-list",
|
187
|
+
"clipboard-signature",
|
188
|
+
"clipboard-type",
|
189
|
+
"clipboard-x",
|
190
|
+
"clock",
|
191
|
+
"clock-1",
|
192
|
+
"clock-10",
|
193
|
+
"clock-11",
|
194
|
+
"clock-12",
|
195
|
+
"clock-2",
|
196
|
+
"clock-3",
|
197
|
+
"clock-4",
|
198
|
+
"clock-5",
|
199
|
+
"clock-6",
|
200
|
+
"clock-7",
|
201
|
+
"clock-8",
|
202
|
+
"clock-9",
|
203
|
+
"cloud",
|
204
|
+
"cloud-cog",
|
205
|
+
"cloud-drizzle",
|
206
|
+
"cloud-fog",
|
207
|
+
"cloud-hail",
|
208
|
+
"cloud-lightning",
|
209
|
+
"cloud-moon",
|
210
|
+
"cloud-moon-rain",
|
211
|
+
"cloud-off",
|
212
|
+
"cloud-rain",
|
213
|
+
"cloud-rain-wind",
|
214
|
+
"cloud-snow",
|
215
|
+
"cloud-sun",
|
216
|
+
"cloud-sun-rain",
|
217
|
+
"cloudy",
|
218
|
+
"clover",
|
219
|
+
"code",
|
220
|
+
"code-2",
|
221
|
+
"codepen",
|
222
|
+
"codesandbox",
|
223
|
+
"coffee",
|
224
|
+
"cog",
|
225
|
+
"coins",
|
226
|
+
"columns",
|
227
|
+
"command",
|
228
|
+
"compass",
|
229
|
+
"component",
|
230
|
+
"concierge-bell",
|
231
|
+
"contact",
|
232
|
+
"contrast",
|
233
|
+
"cookie",
|
234
|
+
"copy",
|
235
|
+
"copyleft",
|
236
|
+
"copyright",
|
237
|
+
"corner-down-left",
|
238
|
+
"corner-down-right",
|
239
|
+
"corner-left-down",
|
240
|
+
"corner-left-up",
|
241
|
+
"corner-right-down",
|
242
|
+
"corner-right-up",
|
243
|
+
"corner-up-left",
|
244
|
+
"corner-up-right",
|
245
|
+
"cpu",
|
246
|
+
"creative-commons",
|
247
|
+
"credit-card",
|
248
|
+
"croissant",
|
249
|
+
"crop",
|
250
|
+
"cross",
|
251
|
+
"crosshair",
|
252
|
+
"crown",
|
253
|
+
"cup-soda",
|
254
|
+
"curly-braces",
|
255
|
+
"currency",
|
256
|
+
"database",
|
257
|
+
"database-backup",
|
258
|
+
"delete",
|
259
|
+
"diamond",
|
260
|
+
"dice-1",
|
261
|
+
"dice-2",
|
262
|
+
"dice-3",
|
263
|
+
"dice-4",
|
264
|
+
"dice-5",
|
265
|
+
"dice-6",
|
266
|
+
"dices",
|
267
|
+
"diff",
|
268
|
+
"disc",
|
269
|
+
"divide",
|
270
|
+
"divide-circle",
|
271
|
+
"divide-square",
|
272
|
+
"dna",
|
273
|
+
"dna-off",
|
274
|
+
"dog",
|
275
|
+
"dollar-sign",
|
276
|
+
"download",
|
277
|
+
"download-cloud",
|
278
|
+
"dribbble",
|
279
|
+
"droplet",
|
280
|
+
"droplets",
|
281
|
+
"drumstick",
|
282
|
+
"dumbbell",
|
283
|
+
"ear",
|
284
|
+
"ear-off",
|
285
|
+
"edit",
|
286
|
+
"edit-2",
|
287
|
+
"edit-3",
|
288
|
+
"egg",
|
289
|
+
"egg-fried",
|
290
|
+
"egg-off",
|
291
|
+
"equal",
|
292
|
+
"equal-not",
|
293
|
+
"eraser",
|
294
|
+
"euro",
|
295
|
+
"expand",
|
296
|
+
"external-link",
|
297
|
+
"eye",
|
298
|
+
"eye-off",
|
299
|
+
"facebook",
|
300
|
+
"factory",
|
301
|
+
"fan",
|
302
|
+
"fast-forward",
|
303
|
+
"feather",
|
304
|
+
"figma",
|
305
|
+
"file",
|
306
|
+
"file-archive",
|
307
|
+
"file-audio",
|
308
|
+
"file-audio-2",
|
309
|
+
"file-axis-3d",
|
310
|
+
"file-badge",
|
311
|
+
"file-badge-2",
|
312
|
+
"file-bar-chart",
|
313
|
+
"file-bar-chart-2",
|
314
|
+
"file-box",
|
315
|
+
"file-check",
|
316
|
+
"file-check-2",
|
317
|
+
"file-clock",
|
318
|
+
"file-code",
|
319
|
+
"file-cog",
|
320
|
+
"file-cog-2",
|
321
|
+
"file-diff",
|
322
|
+
"file-digit",
|
323
|
+
"file-down",
|
324
|
+
"file-edit",
|
325
|
+
"file-heart",
|
326
|
+
"file-image",
|
327
|
+
"file-input",
|
328
|
+
"file-json",
|
329
|
+
"file-json-2",
|
330
|
+
"file-key",
|
331
|
+
"file-key-2",
|
332
|
+
"file-line-chart",
|
333
|
+
"file-lock",
|
334
|
+
"file-lock-2",
|
335
|
+
"file-minus",
|
336
|
+
"file-minus-2",
|
337
|
+
"file-output",
|
338
|
+
"file-pie-chart",
|
339
|
+
"file-plus",
|
340
|
+
"file-plus-2",
|
341
|
+
"file-question",
|
342
|
+
"file-scan",
|
343
|
+
"file-search",
|
344
|
+
"file-search-2",
|
345
|
+
"file-signature",
|
346
|
+
"file-spreadsheet",
|
347
|
+
"file-symlink",
|
348
|
+
"file-terminal",
|
349
|
+
"file-text",
|
350
|
+
"file-type",
|
351
|
+
"file-type-2",
|
352
|
+
"file-up",
|
353
|
+
"file-video",
|
354
|
+
"file-video-2",
|
355
|
+
"file-volume",
|
356
|
+
"file-volume-2",
|
357
|
+
"file-warning",
|
358
|
+
"file-x",
|
359
|
+
"file-x-2",
|
360
|
+
"files",
|
361
|
+
"film",
|
362
|
+
"filter",
|
363
|
+
"fingerprint",
|
364
|
+
"fish",
|
365
|
+
"fish-off",
|
366
|
+
"flag",
|
367
|
+
"flag-off",
|
368
|
+
"flag-triangle-left",
|
369
|
+
"flag-triangle-right",
|
370
|
+
"flame",
|
371
|
+
"flashlight",
|
372
|
+
"flashlight-off",
|
373
|
+
"flask-conical",
|
374
|
+
"flask-conical-off",
|
375
|
+
"flask-round",
|
376
|
+
"flip-horizontal",
|
377
|
+
"flip-horizontal-2",
|
378
|
+
"flip-vertical",
|
379
|
+
"flip-vertical-2",
|
380
|
+
"flower",
|
381
|
+
"flower-2",
|
382
|
+
"focus",
|
383
|
+
"folder",
|
384
|
+
"folder-archive",
|
385
|
+
"folder-check",
|
386
|
+
"folder-clock",
|
387
|
+
"folder-closed",
|
388
|
+
"folder-cog",
|
389
|
+
"folder-cog-2",
|
390
|
+
"folder-down",
|
391
|
+
"folder-edit",
|
392
|
+
"folder-heart",
|
393
|
+
"folder-input",
|
394
|
+
"folder-key",
|
395
|
+
"folder-lock",
|
396
|
+
"folder-minus",
|
397
|
+
"folder-open",
|
398
|
+
"folder-output",
|
399
|
+
"folder-plus",
|
400
|
+
"folder-search",
|
401
|
+
"folder-search-2",
|
402
|
+
"folder-symlink",
|
403
|
+
"folder-tree",
|
404
|
+
"folder-up",
|
405
|
+
"folder-x",
|
406
|
+
"folders",
|
407
|
+
"form-input",
|
408
|
+
"forward",
|
409
|
+
"frame",
|
410
|
+
"framer",
|
411
|
+
"frown",
|
412
|
+
"fuel",
|
413
|
+
"function-square",
|
414
|
+
"gamepad",
|
415
|
+
"gamepad-2",
|
416
|
+
"gauge",
|
417
|
+
"gavel",
|
418
|
+
"gem",
|
419
|
+
"ghost",
|
420
|
+
"gift",
|
421
|
+
"git-branch",
|
422
|
+
"git-branch-plus",
|
423
|
+
"git-commit",
|
424
|
+
"git-compare",
|
425
|
+
"git-fork",
|
426
|
+
"git-merge",
|
427
|
+
"git-pull-request",
|
428
|
+
"git-pull-request-closed",
|
429
|
+
"git-pull-request-draft",
|
430
|
+
"github",
|
431
|
+
"gitlab",
|
432
|
+
"glass-water",
|
433
|
+
"glasses",
|
434
|
+
"globe",
|
435
|
+
"globe-2",
|
436
|
+
"grab",
|
437
|
+
"graduation-cap",
|
438
|
+
"grape",
|
439
|
+
"grid",
|
440
|
+
"grip",
|
441
|
+
"grip-horizontal",
|
442
|
+
"grip-vertical",
|
443
|
+
"hammer",
|
444
|
+
"hand",
|
445
|
+
"hand-metal",
|
446
|
+
"hard-drive",
|
447
|
+
"hard-hat",
|
448
|
+
"hash",
|
449
|
+
"haze",
|
450
|
+
"heading",
|
451
|
+
"heading-1",
|
452
|
+
"heading-2",
|
453
|
+
"heading-3",
|
454
|
+
"heading-4",
|
455
|
+
"heading-5",
|
456
|
+
"heading-6",
|
457
|
+
"headphones",
|
458
|
+
"heart",
|
459
|
+
"heart-crack",
|
460
|
+
"heart-handshake",
|
461
|
+
"heart-off",
|
462
|
+
"heart-pulse",
|
463
|
+
"help-circle",
|
464
|
+
"hexagon",
|
465
|
+
"highlighter",
|
466
|
+
"history",
|
467
|
+
"home",
|
468
|
+
"hop",
|
469
|
+
"hop-off",
|
470
|
+
"hourglass",
|
471
|
+
"ice-cream",
|
472
|
+
"ice-cream-2",
|
473
|
+
"image",
|
474
|
+
"image-minus",
|
475
|
+
"image-off",
|
476
|
+
"image-plus",
|
477
|
+
"import",
|
478
|
+
"inbox",
|
479
|
+
"indent",
|
480
|
+
"indian-rupee",
|
481
|
+
"infinity",
|
482
|
+
"info",
|
483
|
+
"inspect",
|
484
|
+
"instagram",
|
485
|
+
"italic",
|
486
|
+
"japanese-yen",
|
487
|
+
"joystick",
|
488
|
+
"key",
|
489
|
+
"keyboard",
|
490
|
+
"lamp",
|
491
|
+
"lamp-ceiling",
|
492
|
+
"lamp-desk",
|
493
|
+
"lamp-floor",
|
494
|
+
"lamp-wall-down",
|
495
|
+
"lamp-wall-up",
|
496
|
+
"landmark",
|
497
|
+
"languages",
|
498
|
+
"laptop",
|
499
|
+
"laptop-2",
|
500
|
+
"lasso",
|
501
|
+
"lasso-select",
|
502
|
+
"laugh",
|
503
|
+
"layers",
|
504
|
+
"layout",
|
505
|
+
"layout-dashboard",
|
506
|
+
"layout-grid",
|
507
|
+
"layout-list",
|
508
|
+
"layout-template",
|
509
|
+
"leaf",
|
510
|
+
"library",
|
511
|
+
"life-buoy",
|
512
|
+
"lightbulb",
|
513
|
+
"lightbulb-off",
|
514
|
+
"line-chart",
|
515
|
+
"link",
|
516
|
+
"link-2",
|
517
|
+
"link-2-off",
|
518
|
+
"linkedin",
|
519
|
+
"list",
|
520
|
+
"list-checks",
|
521
|
+
"list-end",
|
522
|
+
"list-minus",
|
523
|
+
"list-music",
|
524
|
+
"list-ordered",
|
525
|
+
"list-plus",
|
526
|
+
"list-start",
|
527
|
+
"list-video",
|
528
|
+
"list-x",
|
529
|
+
"loader",
|
530
|
+
"loader-2",
|
531
|
+
"locate",
|
532
|
+
"locate-fixed",
|
533
|
+
"locate-off",
|
534
|
+
"lock",
|
535
|
+
"log-in",
|
536
|
+
"log-out",
|
537
|
+
"luggage",
|
538
|
+
"magnet",
|
539
|
+
"mail",
|
540
|
+
"mail-check",
|
541
|
+
"mail-minus",
|
542
|
+
"mail-open",
|
543
|
+
"mail-plus",
|
544
|
+
"mail-question",
|
545
|
+
"mail-search",
|
546
|
+
"mail-warning",
|
547
|
+
"mail-x",
|
548
|
+
"mails",
|
549
|
+
"map",
|
550
|
+
"map-pin",
|
551
|
+
"map-pin-off",
|
552
|
+
"martini",
|
553
|
+
"maximize",
|
554
|
+
"maximize-2",
|
555
|
+
"medal",
|
556
|
+
"megaphone",
|
557
|
+
"megaphone-off",
|
558
|
+
"meh",
|
559
|
+
"menu",
|
560
|
+
"message-circle",
|
561
|
+
"message-square",
|
562
|
+
"mic",
|
563
|
+
"mic-2",
|
564
|
+
"mic-off",
|
565
|
+
"microscope",
|
566
|
+
"microwave",
|
567
|
+
"milestone",
|
568
|
+
"milk",
|
569
|
+
"milk-off",
|
570
|
+
"minimize",
|
571
|
+
"minimize-2",
|
572
|
+
"minus",
|
573
|
+
"minus-circle",
|
574
|
+
"minus-square",
|
575
|
+
"monitor",
|
576
|
+
"monitor-off",
|
577
|
+
"monitor-smartphone",
|
578
|
+
"monitor-speaker",
|
579
|
+
"moon",
|
580
|
+
"more-horizontal",
|
581
|
+
"more-vertical",
|
582
|
+
"mountain",
|
583
|
+
"mountain-snow",
|
584
|
+
"mouse",
|
585
|
+
"mouse-pointer",
|
586
|
+
"mouse-pointer-2",
|
587
|
+
"mouse-pointer-click",
|
588
|
+
"move",
|
589
|
+
"move-3d",
|
590
|
+
"move-diagonal",
|
591
|
+
"move-diagonal-2",
|
592
|
+
"move-horizontal",
|
593
|
+
"move-vertical",
|
594
|
+
"music",
|
595
|
+
"music-2",
|
596
|
+
"music-3",
|
597
|
+
"music-4",
|
598
|
+
"navigation",
|
599
|
+
"navigation-2",
|
600
|
+
"navigation-2-off",
|
601
|
+
"navigation-off",
|
602
|
+
"network",
|
603
|
+
"newspaper",
|
604
|
+
"nut",
|
605
|
+
"nut-off",
|
606
|
+
"octagon",
|
607
|
+
"option",
|
608
|
+
"outdent",
|
609
|
+
"package",
|
610
|
+
"package-2",
|
611
|
+
"package-check",
|
612
|
+
"package-minus",
|
613
|
+
"package-open",
|
614
|
+
"package-plus",
|
615
|
+
"package-search",
|
616
|
+
"package-x",
|
617
|
+
"paint-bucket",
|
618
|
+
"paintbrush",
|
619
|
+
"paintbrush-2",
|
620
|
+
"palette",
|
621
|
+
"palmtree",
|
622
|
+
"paperclip",
|
623
|
+
"party-popper",
|
624
|
+
"pause",
|
625
|
+
"pause-circle",
|
626
|
+
"pause-octagon",
|
627
|
+
"pen-tool",
|
628
|
+
"pencil",
|
629
|
+
"percent",
|
630
|
+
"person-standing",
|
631
|
+
"phone",
|
632
|
+
"phone-call",
|
633
|
+
"phone-forwarded",
|
634
|
+
"phone-incoming",
|
635
|
+
"phone-missed",
|
636
|
+
"phone-off",
|
637
|
+
"phone-outgoing",
|
638
|
+
"picture-in-picture",
|
639
|
+
"picture-in-picture-2",
|
640
|
+
"pie-chart",
|
641
|
+
"piggy-bank",
|
642
|
+
"pilcrow",
|
643
|
+
"pin",
|
644
|
+
"pin-off",
|
645
|
+
"pipette",
|
646
|
+
"pizza",
|
647
|
+
"plane",
|
648
|
+
"play",
|
649
|
+
"play-circle",
|
650
|
+
"plug",
|
651
|
+
"plug-2",
|
652
|
+
"plug-zap",
|
653
|
+
"plus",
|
654
|
+
"plus-circle",
|
655
|
+
"plus-square",
|
656
|
+
"pocket",
|
657
|
+
"podcast",
|
658
|
+
"pointer",
|
659
|
+
"pound-sterling",
|
660
|
+
"power",
|
661
|
+
"power-off",
|
662
|
+
"printer",
|
663
|
+
"puzzle",
|
664
|
+
"qr-code",
|
665
|
+
"quote",
|
666
|
+
"radio",
|
667
|
+
"radio-receiver",
|
668
|
+
"rectangle-horizontal",
|
669
|
+
"rectangle-vertical",
|
670
|
+
"recycle",
|
671
|
+
"redo",
|
672
|
+
"redo-2",
|
673
|
+
"refresh-ccw",
|
674
|
+
"refresh-cw",
|
675
|
+
"refrigerator",
|
676
|
+
"regex",
|
677
|
+
"remove-formatting",
|
678
|
+
"repeat",
|
679
|
+
"repeat-1",
|
680
|
+
"reply",
|
681
|
+
"reply-all",
|
682
|
+
"rewind",
|
683
|
+
"rocket",
|
684
|
+
"rocking-chair",
|
685
|
+
"rotate-3d",
|
686
|
+
"rotate-ccw",
|
687
|
+
"rotate-cw",
|
688
|
+
"rss",
|
689
|
+
"ruler",
|
690
|
+
"russian-ruble",
|
691
|
+
"sailboat",
|
692
|
+
"salad",
|
693
|
+
"sandwich",
|
694
|
+
"save",
|
695
|
+
"scale",
|
696
|
+
"scale-3d",
|
697
|
+
"scaling",
|
698
|
+
"scan",
|
699
|
+
"scan-face",
|
700
|
+
"scan-line",
|
701
|
+
"scissors",
|
702
|
+
"screen-share",
|
703
|
+
"screen-share-off",
|
704
|
+
"scroll",
|
705
|
+
"search",
|
706
|
+
"send",
|
707
|
+
"separator-horizontal",
|
708
|
+
"separator-vertical",
|
709
|
+
"server",
|
710
|
+
"server-cog",
|
711
|
+
"server-crash",
|
712
|
+
"server-off",
|
713
|
+
"settings",
|
714
|
+
"settings-2",
|
715
|
+
"share",
|
716
|
+
"share-2",
|
717
|
+
"sheet",
|
718
|
+
"shield",
|
719
|
+
"shield-alert",
|
720
|
+
"shield-check",
|
721
|
+
"shield-close",
|
722
|
+
"shield-off",
|
723
|
+
"shirt",
|
724
|
+
"shopping-bag",
|
725
|
+
"shopping-cart",
|
726
|
+
"shovel",
|
727
|
+
"shower-head",
|
728
|
+
"shrink",
|
729
|
+
"shrub",
|
730
|
+
"shuffle",
|
731
|
+
"sidebar",
|
732
|
+
"sidebar-close",
|
733
|
+
"sidebar-open",
|
734
|
+
"sigma",
|
735
|
+
"signal",
|
736
|
+
"signal-high",
|
737
|
+
"signal-low",
|
738
|
+
"signal-medium",
|
739
|
+
"signal-zero",
|
740
|
+
"siren",
|
741
|
+
"skip-back",
|
742
|
+
"skip-forward",
|
743
|
+
"skull",
|
744
|
+
"slack",
|
745
|
+
"slash",
|
746
|
+
"slice",
|
747
|
+
"sliders",
|
748
|
+
"sliders-horizontal",
|
749
|
+
"smartphone",
|
750
|
+
"smartphone-charging",
|
751
|
+
"smile",
|
752
|
+
"smile-plus",
|
753
|
+
"snowflake",
|
754
|
+
"sofa",
|
755
|
+
"sort-asc",
|
756
|
+
"sort-desc",
|
757
|
+
"soup",
|
758
|
+
"speaker",
|
759
|
+
"spline",
|
760
|
+
"sprout",
|
761
|
+
"square",
|
762
|
+
"star",
|
763
|
+
"star-half",
|
764
|
+
"star-off",
|
765
|
+
"stethoscope",
|
766
|
+
"sticker",
|
767
|
+
"sticky-note",
|
768
|
+
"stop-circle",
|
769
|
+
"stretch-horizontal",
|
770
|
+
"stretch-vertical",
|
771
|
+
"strikethrough",
|
772
|
+
"subscript",
|
773
|
+
"subtitles",
|
774
|
+
"sun",
|
775
|
+
"sun-dim",
|
776
|
+
"sun-medium",
|
777
|
+
"sun-moon",
|
778
|
+
"sun-snow",
|
779
|
+
"sunrise",
|
780
|
+
"sunset",
|
781
|
+
"superscript",
|
782
|
+
"swiss-franc",
|
783
|
+
"switch-camera",
|
784
|
+
"sword",
|
785
|
+
"swords",
|
786
|
+
"syringe",
|
787
|
+
"table",
|
788
|
+
"table-2",
|
789
|
+
"tablet",
|
790
|
+
"tag",
|
791
|
+
"tags",
|
792
|
+
"target",
|
793
|
+
"tent",
|
794
|
+
"terminal",
|
795
|
+
"terminal-square",
|
796
|
+
"text-cursor",
|
797
|
+
"text-cursor-input",
|
798
|
+
"thermometer",
|
799
|
+
"thermometer-snowflake",
|
800
|
+
"thermometer-sun",
|
801
|
+
"thumbs-down",
|
802
|
+
"thumbs-up",
|
803
|
+
"ticket",
|
804
|
+
"timer",
|
805
|
+
"timer-off",
|
806
|
+
"timer-reset",
|
807
|
+
"toggle-left",
|
808
|
+
"toggle-right",
|
809
|
+
"tornado",
|
810
|
+
"toy-brick",
|
811
|
+
"train",
|
812
|
+
"trash",
|
813
|
+
"trash-2",
|
814
|
+
"tree-deciduous",
|
815
|
+
"tree-pine",
|
816
|
+
"trees",
|
817
|
+
"trello",
|
818
|
+
"trending-down",
|
819
|
+
"trending-up",
|
820
|
+
"triangle",
|
821
|
+
"trophy",
|
822
|
+
"truck",
|
823
|
+
"tv",
|
824
|
+
"tv-2",
|
825
|
+
"twitch",
|
826
|
+
"twitter",
|
827
|
+
"type",
|
828
|
+
"umbrella",
|
829
|
+
"underline",
|
830
|
+
"undo",
|
831
|
+
"undo-2",
|
832
|
+
"unlink",
|
833
|
+
"unlink-2",
|
834
|
+
"unlock",
|
835
|
+
"upload",
|
836
|
+
"upload-cloud",
|
837
|
+
"usb",
|
838
|
+
"user",
|
839
|
+
"user-check",
|
840
|
+
"user-cog",
|
841
|
+
"user-minus",
|
842
|
+
"user-plus",
|
843
|
+
"user-x",
|
844
|
+
"users",
|
845
|
+
"utensils",
|
846
|
+
"utensils-crossed",
|
847
|
+
"vegan",
|
848
|
+
"venetian-mask",
|
849
|
+
"verified",
|
850
|
+
"vibrate",
|
851
|
+
"vibrate-off",
|
852
|
+
"video",
|
853
|
+
"video-off",
|
854
|
+
"view",
|
855
|
+
"voicemail",
|
856
|
+
"volume",
|
857
|
+
"volume-1",
|
858
|
+
"volume-2",
|
859
|
+
"volume-x",
|
860
|
+
"vote",
|
861
|
+
"wallet",
|
862
|
+
"wand",
|
863
|
+
"wand-2",
|
864
|
+
"watch",
|
865
|
+
"waves",
|
866
|
+
"webcam",
|
867
|
+
"webhook",
|
868
|
+
"wheat",
|
869
|
+
"wheat-off",
|
870
|
+
"wifi",
|
871
|
+
"wifi-off",
|
872
|
+
"wind",
|
873
|
+
"wine",
|
874
|
+
"wine-off",
|
875
|
+
"wrap-text",
|
876
|
+
"wrench",
|
877
|
+
"x",
|
878
|
+
"x-circle",
|
879
|
+
"x-octagon",
|
880
|
+
"x-square",
|
881
|
+
"youtube",
|
882
|
+
"zap",
|
883
|
+
"zap-off",
|
884
|
+
"zoom-in",
|
885
|
+
"zoom-out"
|
886
|
+
]
|