purgetss 2.6.3 → 2.6.7
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/.github/FUNDING.yml +3 -0
- package/README.md +1 -1
- package/assets/fonts/boxicons.ttf +0 -0
- package/dist/boxicons.js +1578 -1525
- package/dist/boxicons.tss +1578 -1525
- package/dist/tailwind.tss +1325 -1001
- package/docs/glossary.md +351 -12
- package/docs/whats-new/v2.6.0.md +1 -1
- package/index.js +43 -19
- package/lib/build-tailwind.js +28 -22
- package/lib/helpers.js +165 -0
- package/package.json +2 -2
package/dist/boxicons.js
CHANGED
|
@@ -27,1530 +27,1583 @@ exports.getRandomValue = function getRandomValue() {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
const icons = {
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'
|
|
46
|
-
'
|
|
47
|
-
'
|
|
48
|
-
'
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'
|
|
91
|
-
'
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
95
|
-
'
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'
|
|
103
|
-
'
|
|
104
|
-
'
|
|
105
|
-
'
|
|
106
|
-
'
|
|
107
|
-
'
|
|
108
|
-
'
|
|
109
|
-
'
|
|
110
|
-
'
|
|
111
|
-
'
|
|
112
|
-
'
|
|
113
|
-
'
|
|
114
|
-
'
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'
|
|
124
|
-
'
|
|
125
|
-
'
|
|
126
|
-
'
|
|
127
|
-
'
|
|
128
|
-
'
|
|
129
|
-
'
|
|
130
|
-
'
|
|
131
|
-
'
|
|
132
|
-
'
|
|
133
|
-
'
|
|
134
|
-
'
|
|
135
|
-
'
|
|
136
|
-
'
|
|
137
|
-
'
|
|
138
|
-
'
|
|
139
|
-
'
|
|
140
|
-
'
|
|
141
|
-
'
|
|
142
|
-
'
|
|
143
|
-
'
|
|
144
|
-
'
|
|
145
|
-
'
|
|
146
|
-
'
|
|
147
|
-
'
|
|
148
|
-
'
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
153
|
-
'
|
|
154
|
-
'
|
|
155
|
-
'
|
|
156
|
-
'
|
|
157
|
-
'
|
|
158
|
-
'
|
|
159
|
-
'
|
|
160
|
-
'
|
|
161
|
-
'
|
|
162
|
-
'
|
|
163
|
-
'
|
|
164
|
-
'
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
'
|
|
168
|
-
'
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'
|
|
172
|
-
'
|
|
173
|
-
'
|
|
174
|
-
'
|
|
175
|
-
'
|
|
176
|
-
'
|
|
177
|
-
'
|
|
178
|
-
'
|
|
179
|
-
'
|
|
180
|
-
'
|
|
181
|
-
'
|
|
182
|
-
'
|
|
183
|
-
'
|
|
184
|
-
'
|
|
185
|
-
'
|
|
186
|
-
'
|
|
187
|
-
'
|
|
188
|
-
'
|
|
189
|
-
'
|
|
190
|
-
'
|
|
191
|
-
'
|
|
192
|
-
'
|
|
193
|
-
'
|
|
194
|
-
'
|
|
195
|
-
'
|
|
196
|
-
'
|
|
197
|
-
'
|
|
198
|
-
'
|
|
199
|
-
'
|
|
200
|
-
'
|
|
201
|
-
'
|
|
202
|
-
'
|
|
203
|
-
'
|
|
204
|
-
'
|
|
205
|
-
'
|
|
206
|
-
'
|
|
207
|
-
'
|
|
208
|
-
'
|
|
209
|
-
'
|
|
210
|
-
'
|
|
211
|
-
'
|
|
212
|
-
'
|
|
213
|
-
'
|
|
214
|
-
'
|
|
215
|
-
'
|
|
216
|
-
'
|
|
217
|
-
'
|
|
218
|
-
'
|
|
219
|
-
'
|
|
220
|
-
'
|
|
221
|
-
'
|
|
222
|
-
'
|
|
223
|
-
'
|
|
224
|
-
'
|
|
225
|
-
'
|
|
226
|
-
'
|
|
227
|
-
'
|
|
228
|
-
'
|
|
229
|
-
'
|
|
230
|
-
'
|
|
231
|
-
'
|
|
232
|
-
'
|
|
233
|
-
'
|
|
234
|
-
'
|
|
235
|
-
'
|
|
236
|
-
'
|
|
237
|
-
'
|
|
238
|
-
'
|
|
239
|
-
'
|
|
240
|
-
'
|
|
241
|
-
'
|
|
242
|
-
'
|
|
243
|
-
'
|
|
244
|
-
'
|
|
245
|
-
'
|
|
246
|
-
'
|
|
247
|
-
'
|
|
248
|
-
'
|
|
249
|
-
'
|
|
250
|
-
'
|
|
251
|
-
'
|
|
252
|
-
'
|
|
253
|
-
'
|
|
254
|
-
'
|
|
255
|
-
'
|
|
256
|
-
'
|
|
257
|
-
'
|
|
258
|
-
'
|
|
259
|
-
'
|
|
260
|
-
'
|
|
261
|
-
'
|
|
262
|
-
'
|
|
263
|
-
'
|
|
264
|
-
'
|
|
265
|
-
'
|
|
266
|
-
'
|
|
267
|
-
'
|
|
268
|
-
'
|
|
269
|
-
'
|
|
270
|
-
'
|
|
271
|
-
'
|
|
272
|
-
'
|
|
273
|
-
'
|
|
274
|
-
'
|
|
275
|
-
'
|
|
276
|
-
'
|
|
277
|
-
'
|
|
278
|
-
'
|
|
279
|
-
'
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'
|
|
285
|
-
'
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
289
|
-
'
|
|
290
|
-
'
|
|
291
|
-
'
|
|
292
|
-
'
|
|
293
|
-
'
|
|
294
|
-
'
|
|
295
|
-
'
|
|
296
|
-
'
|
|
297
|
-
'
|
|
298
|
-
'
|
|
299
|
-
'
|
|
300
|
-
'
|
|
301
|
-
'
|
|
302
|
-
'
|
|
303
|
-
'
|
|
304
|
-
'
|
|
305
|
-
'
|
|
306
|
-
'
|
|
307
|
-
'
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'
|
|
314
|
-
'
|
|
315
|
-
'
|
|
316
|
-
'
|
|
317
|
-
'
|
|
318
|
-
'
|
|
319
|
-
'
|
|
320
|
-
'
|
|
321
|
-
'
|
|
322
|
-
'
|
|
323
|
-
'
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
327
|
-
'
|
|
328
|
-
'
|
|
329
|
-
'
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'
|
|
335
|
-
'
|
|
336
|
-
'
|
|
337
|
-
'
|
|
338
|
-
'
|
|
339
|
-
'
|
|
340
|
-
'
|
|
341
|
-
'
|
|
342
|
-
'
|
|
343
|
-
'
|
|
344
|
-
'
|
|
345
|
-
'
|
|
346
|
-
'
|
|
347
|
-
'
|
|
348
|
-
'
|
|
349
|
-
'
|
|
350
|
-
'
|
|
351
|
-
'
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
358
|
-
'
|
|
359
|
-
'
|
|
360
|
-
'
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'
|
|
365
|
-
'
|
|
366
|
-
'
|
|
367
|
-
'
|
|
368
|
-
'
|
|
369
|
-
'
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
373
|
-
'
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'
|
|
381
|
-
'
|
|
382
|
-
'
|
|
383
|
-
'
|
|
384
|
-
'
|
|
385
|
-
'
|
|
386
|
-
'
|
|
387
|
-
'
|
|
388
|
-
'
|
|
389
|
-
'
|
|
390
|
-
'
|
|
391
|
-
'
|
|
392
|
-
'
|
|
393
|
-
'
|
|
394
|
-
'
|
|
395
|
-
'
|
|
396
|
-
'
|
|
397
|
-
'
|
|
398
|
-
'
|
|
399
|
-
'
|
|
400
|
-
'
|
|
401
|
-
'
|
|
402
|
-
'
|
|
403
|
-
'
|
|
404
|
-
'
|
|
405
|
-
'
|
|
406
|
-
'
|
|
407
|
-
'
|
|
408
|
-
'
|
|
409
|
-
'
|
|
410
|
-
'
|
|
411
|
-
'
|
|
412
|
-
'
|
|
413
|
-
'
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'
|
|
417
|
-
'
|
|
418
|
-
'
|
|
419
|
-
'
|
|
420
|
-
'
|
|
421
|
-
'
|
|
422
|
-
'
|
|
423
|
-
'
|
|
424
|
-
'
|
|
425
|
-
'
|
|
426
|
-
'
|
|
427
|
-
'
|
|
428
|
-
'
|
|
429
|
-
'
|
|
430
|
-
'
|
|
431
|
-
'
|
|
432
|
-
'
|
|
433
|
-
'
|
|
434
|
-
'
|
|
435
|
-
'
|
|
436
|
-
'
|
|
437
|
-
'
|
|
438
|
-
'
|
|
439
|
-
'
|
|
440
|
-
'
|
|
441
|
-
'
|
|
442
|
-
'
|
|
443
|
-
'
|
|
444
|
-
'
|
|
445
|
-
'
|
|
446
|
-
'
|
|
447
|
-
'
|
|
448
|
-
'
|
|
449
|
-
'
|
|
450
|
-
'
|
|
451
|
-
'
|
|
452
|
-
'
|
|
453
|
-
'
|
|
454
|
-
'
|
|
455
|
-
'
|
|
456
|
-
'
|
|
457
|
-
'
|
|
458
|
-
'
|
|
459
|
-
'
|
|
460
|
-
'
|
|
461
|
-
'
|
|
462
|
-
'
|
|
463
|
-
'
|
|
464
|
-
'
|
|
465
|
-
'
|
|
466
|
-
'
|
|
467
|
-
'
|
|
468
|
-
'
|
|
469
|
-
'
|
|
470
|
-
'
|
|
471
|
-
'
|
|
472
|
-
'
|
|
473
|
-
'
|
|
474
|
-
'
|
|
475
|
-
'
|
|
476
|
-
'
|
|
477
|
-
'
|
|
478
|
-
'
|
|
479
|
-
'
|
|
480
|
-
'
|
|
481
|
-
'
|
|
482
|
-
'
|
|
483
|
-
'
|
|
484
|
-
'
|
|
485
|
-
'
|
|
486
|
-
'
|
|
487
|
-
'
|
|
488
|
-
'
|
|
489
|
-
'
|
|
490
|
-
'
|
|
491
|
-
'
|
|
492
|
-
'
|
|
493
|
-
'
|
|
494
|
-
'
|
|
495
|
-
'
|
|
496
|
-
'
|
|
497
|
-
'
|
|
498
|
-
'
|
|
499
|
-
'
|
|
500
|
-
'
|
|
501
|
-
'
|
|
502
|
-
'
|
|
503
|
-
'
|
|
504
|
-
'
|
|
505
|
-
'
|
|
506
|
-
'
|
|
507
|
-
'
|
|
508
|
-
'
|
|
509
|
-
'
|
|
510
|
-
'
|
|
511
|
-
'
|
|
512
|
-
'
|
|
513
|
-
'
|
|
514
|
-
'
|
|
515
|
-
'
|
|
516
|
-
'
|
|
517
|
-
'
|
|
518
|
-
'
|
|
519
|
-
'
|
|
520
|
-
'
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'
|
|
526
|
-
'
|
|
527
|
-
'
|
|
528
|
-
'
|
|
529
|
-
'
|
|
530
|
-
'
|
|
531
|
-
'
|
|
532
|
-
'
|
|
533
|
-
'
|
|
534
|
-
'
|
|
535
|
-
'
|
|
536
|
-
'
|
|
537
|
-
'
|
|
538
|
-
'
|
|
539
|
-
'
|
|
540
|
-
'
|
|
541
|
-
'
|
|
542
|
-
'
|
|
543
|
-
'
|
|
544
|
-
'
|
|
545
|
-
'
|
|
546
|
-
'
|
|
547
|
-
'
|
|
548
|
-
'
|
|
549
|
-
'
|
|
550
|
-
'
|
|
551
|
-
'
|
|
552
|
-
'
|
|
553
|
-
'
|
|
554
|
-
'
|
|
555
|
-
'
|
|
556
|
-
'
|
|
557
|
-
'
|
|
558
|
-
'
|
|
559
|
-
'
|
|
560
|
-
'
|
|
561
|
-
'
|
|
562
|
-
'
|
|
563
|
-
'
|
|
564
|
-
'
|
|
565
|
-
'
|
|
566
|
-
'
|
|
567
|
-
'
|
|
568
|
-
'
|
|
569
|
-
'
|
|
570
|
-
'
|
|
571
|
-
'
|
|
572
|
-
'
|
|
573
|
-
'
|
|
574
|
-
'
|
|
575
|
-
'
|
|
576
|
-
'
|
|
577
|
-
'
|
|
578
|
-
'
|
|
579
|
-
'
|
|
580
|
-
'
|
|
581
|
-
'
|
|
582
|
-
'
|
|
583
|
-
'
|
|
584
|
-
'
|
|
585
|
-
'
|
|
586
|
-
'
|
|
587
|
-
'
|
|
588
|
-
'
|
|
589
|
-
'
|
|
590
|
-
'
|
|
591
|
-
'
|
|
592
|
-
'
|
|
593
|
-
'
|
|
594
|
-
'
|
|
595
|
-
'
|
|
596
|
-
'
|
|
597
|
-
'
|
|
598
|
-
'
|
|
599
|
-
'
|
|
600
|
-
'
|
|
601
|
-
'
|
|
602
|
-
'
|
|
603
|
-
'
|
|
604
|
-
'
|
|
605
|
-
'
|
|
606
|
-
'
|
|
607
|
-
'
|
|
608
|
-
'
|
|
609
|
-
'
|
|
610
|
-
'
|
|
611
|
-
'
|
|
612
|
-
'
|
|
613
|
-
'
|
|
614
|
-
'
|
|
615
|
-
'
|
|
616
|
-
'
|
|
617
|
-
'
|
|
618
|
-
'
|
|
619
|
-
'
|
|
620
|
-
'
|
|
621
|
-
'
|
|
622
|
-
'
|
|
623
|
-
'
|
|
624
|
-
'
|
|
625
|
-
'
|
|
626
|
-
'
|
|
627
|
-
'
|
|
628
|
-
'
|
|
629
|
-
'
|
|
630
|
-
'
|
|
631
|
-
'
|
|
632
|
-
'
|
|
633
|
-
'
|
|
634
|
-
'
|
|
635
|
-
'
|
|
636
|
-
'
|
|
637
|
-
'
|
|
638
|
-
'
|
|
639
|
-
'
|
|
640
|
-
'
|
|
641
|
-
'
|
|
642
|
-
'
|
|
643
|
-
'
|
|
644
|
-
'
|
|
645
|
-
'
|
|
646
|
-
'
|
|
647
|
-
'
|
|
648
|
-
'
|
|
649
|
-
'
|
|
650
|
-
'
|
|
651
|
-
'
|
|
652
|
-
'
|
|
653
|
-
'
|
|
654
|
-
'
|
|
655
|
-
'
|
|
656
|
-
'
|
|
657
|
-
'
|
|
658
|
-
'
|
|
659
|
-
'
|
|
660
|
-
'
|
|
661
|
-
'
|
|
662
|
-
'
|
|
663
|
-
'
|
|
664
|
-
'
|
|
665
|
-
'
|
|
666
|
-
'
|
|
667
|
-
'
|
|
668
|
-
'
|
|
669
|
-
'
|
|
670
|
-
'
|
|
671
|
-
'
|
|
672
|
-
'
|
|
673
|
-
'
|
|
674
|
-
'
|
|
675
|
-
'
|
|
676
|
-
'
|
|
677
|
-
'
|
|
678
|
-
'
|
|
679
|
-
'
|
|
680
|
-
'
|
|
681
|
-
'
|
|
682
|
-
'
|
|
683
|
-
'
|
|
684
|
-
'
|
|
685
|
-
'
|
|
686
|
-
'
|
|
687
|
-
'
|
|
688
|
-
'
|
|
689
|
-
'
|
|
690
|
-
'
|
|
691
|
-
'
|
|
692
|
-
'
|
|
693
|
-
'
|
|
694
|
-
'
|
|
695
|
-
'
|
|
696
|
-
'
|
|
697
|
-
'
|
|
698
|
-
'
|
|
699
|
-
'
|
|
700
|
-
'
|
|
701
|
-
'
|
|
702
|
-
'
|
|
703
|
-
'
|
|
704
|
-
'
|
|
705
|
-
'
|
|
706
|
-
'
|
|
707
|
-
'
|
|
708
|
-
'
|
|
709
|
-
'
|
|
710
|
-
'
|
|
711
|
-
'
|
|
712
|
-
'
|
|
713
|
-
'
|
|
714
|
-
'
|
|
715
|
-
'
|
|
716
|
-
'
|
|
717
|
-
'
|
|
718
|
-
'
|
|
719
|
-
'
|
|
720
|
-
'
|
|
721
|
-
'
|
|
722
|
-
'
|
|
723
|
-
'
|
|
724
|
-
'
|
|
725
|
-
'
|
|
726
|
-
'
|
|
727
|
-
'
|
|
728
|
-
'
|
|
729
|
-
'
|
|
730
|
-
'
|
|
731
|
-
'
|
|
732
|
-
'
|
|
733
|
-
'
|
|
734
|
-
'
|
|
735
|
-
'
|
|
736
|
-
'
|
|
737
|
-
'
|
|
738
|
-
'
|
|
739
|
-
'
|
|
740
|
-
'
|
|
741
|
-
'
|
|
742
|
-
'
|
|
743
|
-
'
|
|
744
|
-
'
|
|
745
|
-
'
|
|
746
|
-
'
|
|
747
|
-
'
|
|
748
|
-
'
|
|
749
|
-
'
|
|
750
|
-
'
|
|
751
|
-
'
|
|
752
|
-
'
|
|
753
|
-
'
|
|
754
|
-
'
|
|
755
|
-
'
|
|
756
|
-
'
|
|
757
|
-
'
|
|
758
|
-
'
|
|
759
|
-
'
|
|
760
|
-
'
|
|
761
|
-
'
|
|
762
|
-
'
|
|
763
|
-
'
|
|
764
|
-
'
|
|
765
|
-
'
|
|
766
|
-
'
|
|
767
|
-
'
|
|
768
|
-
'
|
|
769
|
-
'
|
|
770
|
-
'
|
|
771
|
-
'
|
|
772
|
-
'
|
|
773
|
-
'
|
|
774
|
-
'
|
|
775
|
-
'
|
|
776
|
-
'
|
|
777
|
-
'
|
|
778
|
-
'
|
|
779
|
-
'
|
|
780
|
-
'
|
|
781
|
-
'
|
|
782
|
-
'
|
|
783
|
-
'
|
|
784
|
-
'
|
|
785
|
-
'
|
|
786
|
-
'
|
|
787
|
-
'
|
|
788
|
-
'
|
|
789
|
-
'
|
|
790
|
-
'
|
|
791
|
-
'
|
|
792
|
-
'
|
|
793
|
-
'
|
|
794
|
-
'
|
|
795
|
-
'
|
|
796
|
-
'
|
|
797
|
-
'
|
|
798
|
-
'
|
|
799
|
-
'
|
|
800
|
-
'
|
|
801
|
-
'
|
|
802
|
-
'
|
|
803
|
-
'
|
|
804
|
-
'
|
|
805
|
-
'
|
|
806
|
-
'
|
|
807
|
-
'
|
|
808
|
-
'
|
|
809
|
-
'
|
|
810
|
-
'
|
|
811
|
-
'
|
|
812
|
-
'
|
|
813
|
-
'
|
|
814
|
-
'
|
|
815
|
-
'
|
|
816
|
-
'
|
|
817
|
-
'
|
|
818
|
-
'
|
|
819
|
-
'
|
|
820
|
-
'
|
|
821
|
-
'
|
|
822
|
-
'
|
|
823
|
-
'
|
|
824
|
-
'
|
|
825
|
-
'
|
|
826
|
-
'
|
|
827
|
-
'
|
|
828
|
-
'
|
|
829
|
-
'
|
|
830
|
-
'
|
|
831
|
-
'
|
|
832
|
-
'
|
|
833
|
-
'
|
|
834
|
-
'
|
|
835
|
-
'
|
|
836
|
-
'
|
|
837
|
-
'
|
|
838
|
-
'
|
|
839
|
-
'
|
|
840
|
-
'
|
|
841
|
-
'
|
|
842
|
-
'
|
|
843
|
-
'
|
|
844
|
-
'
|
|
845
|
-
'
|
|
846
|
-
'
|
|
847
|
-
'
|
|
848
|
-
'
|
|
849
|
-
'
|
|
850
|
-
'
|
|
851
|
-
'
|
|
852
|
-
'
|
|
853
|
-
'
|
|
854
|
-
'
|
|
855
|
-
'
|
|
856
|
-
'
|
|
857
|
-
'
|
|
858
|
-
'
|
|
859
|
-
'
|
|
860
|
-
'
|
|
861
|
-
'
|
|
862
|
-
'
|
|
863
|
-
'
|
|
864
|
-
'
|
|
865
|
-
'
|
|
866
|
-
'
|
|
867
|
-
'
|
|
868
|
-
'
|
|
869
|
-
'
|
|
870
|
-
'
|
|
871
|
-
'
|
|
872
|
-
'
|
|
873
|
-
'
|
|
874
|
-
'
|
|
875
|
-
'
|
|
876
|
-
'
|
|
877
|
-
'
|
|
878
|
-
'
|
|
879
|
-
'
|
|
880
|
-
'
|
|
881
|
-
'
|
|
882
|
-
'
|
|
883
|
-
'
|
|
884
|
-
'
|
|
885
|
-
'
|
|
886
|
-
'
|
|
887
|
-
'
|
|
888
|
-
'
|
|
889
|
-
'
|
|
890
|
-
'
|
|
891
|
-
'
|
|
892
|
-
'
|
|
893
|
-
'
|
|
894
|
-
'
|
|
895
|
-
'
|
|
896
|
-
'
|
|
897
|
-
'
|
|
898
|
-
'
|
|
899
|
-
'
|
|
900
|
-
'
|
|
901
|
-
'
|
|
902
|
-
'
|
|
903
|
-
'
|
|
904
|
-
'
|
|
905
|
-
'
|
|
906
|
-
'
|
|
907
|
-
'
|
|
908
|
-
'
|
|
909
|
-
'
|
|
910
|
-
'
|
|
911
|
-
'
|
|
912
|
-
'
|
|
913
|
-
'
|
|
914
|
-
'
|
|
915
|
-
'
|
|
916
|
-
'
|
|
917
|
-
'
|
|
918
|
-
'
|
|
919
|
-
'
|
|
920
|
-
'
|
|
921
|
-
'
|
|
922
|
-
'
|
|
923
|
-
'
|
|
924
|
-
'
|
|
925
|
-
'
|
|
926
|
-
'
|
|
927
|
-
'
|
|
928
|
-
'
|
|
929
|
-
'
|
|
930
|
-
'
|
|
931
|
-
'
|
|
932
|
-
'
|
|
933
|
-
'
|
|
934
|
-
'
|
|
935
|
-
'
|
|
936
|
-
'
|
|
937
|
-
'
|
|
938
|
-
'
|
|
939
|
-
'
|
|
940
|
-
'
|
|
941
|
-
'
|
|
942
|
-
'
|
|
943
|
-
'
|
|
944
|
-
'
|
|
945
|
-
'
|
|
946
|
-
'
|
|
947
|
-
'
|
|
948
|
-
'
|
|
949
|
-
'
|
|
950
|
-
'
|
|
951
|
-
'
|
|
952
|
-
'
|
|
953
|
-
'
|
|
954
|
-
'
|
|
955
|
-
'
|
|
956
|
-
'
|
|
957
|
-
'
|
|
958
|
-
'
|
|
959
|
-
'
|
|
960
|
-
'
|
|
961
|
-
'
|
|
962
|
-
'
|
|
963
|
-
'
|
|
964
|
-
'
|
|
965
|
-
'
|
|
966
|
-
'
|
|
967
|
-
'
|
|
968
|
-
'
|
|
969
|
-
'
|
|
970
|
-
'
|
|
971
|
-
'
|
|
972
|
-
'
|
|
973
|
-
'
|
|
974
|
-
'
|
|
975
|
-
'
|
|
976
|
-
'
|
|
977
|
-
'
|
|
978
|
-
'
|
|
979
|
-
'
|
|
980
|
-
'
|
|
981
|
-
'
|
|
982
|
-
'
|
|
983
|
-
'
|
|
984
|
-
'
|
|
985
|
-
'
|
|
986
|
-
'
|
|
987
|
-
'
|
|
988
|
-
'
|
|
989
|
-
'
|
|
990
|
-
'
|
|
991
|
-
'
|
|
992
|
-
'
|
|
993
|
-
'
|
|
994
|
-
'
|
|
995
|
-
'
|
|
996
|
-
'
|
|
997
|
-
'
|
|
998
|
-
'
|
|
999
|
-
'
|
|
1000
|
-
'
|
|
1001
|
-
'
|
|
1002
|
-
'
|
|
1003
|
-
'
|
|
1004
|
-
'
|
|
1005
|
-
'
|
|
1006
|
-
'
|
|
1007
|
-
'
|
|
1008
|
-
'
|
|
1009
|
-
'
|
|
1010
|
-
'
|
|
1011
|
-
'
|
|
1012
|
-
'
|
|
1013
|
-
'
|
|
1014
|
-
'
|
|
1015
|
-
'
|
|
1016
|
-
'
|
|
1017
|
-
'
|
|
1018
|
-
'
|
|
1019
|
-
'
|
|
1020
|
-
'
|
|
1021
|
-
'
|
|
1022
|
-
'
|
|
1023
|
-
'
|
|
1024
|
-
'
|
|
1025
|
-
'
|
|
1026
|
-
'
|
|
1027
|
-
'
|
|
1028
|
-
'
|
|
1029
|
-
'
|
|
1030
|
-
'
|
|
1031
|
-
'
|
|
1032
|
-
'
|
|
1033
|
-
'
|
|
1034
|
-
'
|
|
1035
|
-
'
|
|
1036
|
-
'
|
|
1037
|
-
'
|
|
1038
|
-
'
|
|
1039
|
-
'
|
|
1040
|
-
'
|
|
1041
|
-
'
|
|
1042
|
-
'
|
|
1043
|
-
'
|
|
1044
|
-
'
|
|
1045
|
-
'
|
|
1046
|
-
'
|
|
1047
|
-
'
|
|
1048
|
-
'
|
|
1049
|
-
'
|
|
1050
|
-
'
|
|
1051
|
-
'
|
|
1052
|
-
'
|
|
1053
|
-
'
|
|
1054
|
-
'
|
|
1055
|
-
'
|
|
1056
|
-
'
|
|
1057
|
-
'
|
|
1058
|
-
'
|
|
1059
|
-
'
|
|
1060
|
-
'
|
|
1061
|
-
'
|
|
1062
|
-
'
|
|
1063
|
-
'
|
|
1064
|
-
'
|
|
1065
|
-
'
|
|
1066
|
-
'
|
|
1067
|
-
'
|
|
1068
|
-
'
|
|
1069
|
-
'
|
|
1070
|
-
'
|
|
1071
|
-
'
|
|
1072
|
-
'
|
|
1073
|
-
'
|
|
1074
|
-
'
|
|
1075
|
-
'
|
|
1076
|
-
'
|
|
1077
|
-
'
|
|
1078
|
-
'
|
|
1079
|
-
'
|
|
1080
|
-
'
|
|
1081
|
-
'
|
|
1082
|
-
'
|
|
1083
|
-
'
|
|
1084
|
-
'
|
|
1085
|
-
'
|
|
1086
|
-
'
|
|
1087
|
-
'
|
|
1088
|
-
'
|
|
1089
|
-
'
|
|
1090
|
-
'
|
|
1091
|
-
'
|
|
1092
|
-
'
|
|
1093
|
-
'
|
|
1094
|
-
'
|
|
1095
|
-
'
|
|
1096
|
-
'
|
|
1097
|
-
'
|
|
1098
|
-
'
|
|
1099
|
-
'
|
|
1100
|
-
'
|
|
1101
|
-
'
|
|
1102
|
-
'
|
|
1103
|
-
'
|
|
1104
|
-
'
|
|
1105
|
-
'
|
|
1106
|
-
'
|
|
1107
|
-
'
|
|
1108
|
-
'
|
|
1109
|
-
'
|
|
1110
|
-
'
|
|
1111
|
-
'
|
|
1112
|
-
'
|
|
1113
|
-
'
|
|
1114
|
-
'
|
|
1115
|
-
'
|
|
1116
|
-
'
|
|
1117
|
-
'
|
|
1118
|
-
'
|
|
1119
|
-
'
|
|
1120
|
-
'
|
|
1121
|
-
'
|
|
1122
|
-
'
|
|
1123
|
-
'
|
|
1124
|
-
'
|
|
1125
|
-
'
|
|
1126
|
-
'
|
|
1127
|
-
'
|
|
1128
|
-
'
|
|
1129
|
-
'
|
|
1130
|
-
'
|
|
1131
|
-
'
|
|
1132
|
-
'
|
|
1133
|
-
'
|
|
1134
|
-
'
|
|
1135
|
-
'
|
|
1136
|
-
'
|
|
1137
|
-
'
|
|
1138
|
-
'
|
|
1139
|
-
'
|
|
1140
|
-
'
|
|
1141
|
-
'
|
|
1142
|
-
'
|
|
1143
|
-
'
|
|
1144
|
-
'
|
|
1145
|
-
'
|
|
1146
|
-
'
|
|
1147
|
-
'
|
|
1148
|
-
'
|
|
1149
|
-
'
|
|
1150
|
-
'
|
|
1151
|
-
'
|
|
1152
|
-
'
|
|
1153
|
-
'
|
|
1154
|
-
'
|
|
1155
|
-
'
|
|
1156
|
-
'
|
|
1157
|
-
'
|
|
1158
|
-
'
|
|
1159
|
-
'
|
|
1160
|
-
'
|
|
1161
|
-
'
|
|
1162
|
-
'
|
|
1163
|
-
'
|
|
1164
|
-
'
|
|
1165
|
-
'
|
|
1166
|
-
'
|
|
1167
|
-
'
|
|
1168
|
-
'
|
|
1169
|
-
'
|
|
1170
|
-
'
|
|
1171
|
-
'
|
|
1172
|
-
'
|
|
1173
|
-
'
|
|
1174
|
-
'
|
|
1175
|
-
'
|
|
1176
|
-
'
|
|
1177
|
-
'
|
|
1178
|
-
'
|
|
1179
|
-
'
|
|
1180
|
-
'
|
|
1181
|
-
'
|
|
1182
|
-
'
|
|
1183
|
-
'
|
|
1184
|
-
'
|
|
1185
|
-
'
|
|
1186
|
-
'
|
|
1187
|
-
'
|
|
1188
|
-
'
|
|
1189
|
-
'
|
|
1190
|
-
'
|
|
1191
|
-
'
|
|
1192
|
-
'
|
|
1193
|
-
'
|
|
1194
|
-
'
|
|
1195
|
-
'
|
|
1196
|
-
'
|
|
1197
|
-
'
|
|
1198
|
-
'
|
|
1199
|
-
'
|
|
1200
|
-
'
|
|
1201
|
-
'
|
|
1202
|
-
'
|
|
1203
|
-
'
|
|
1204
|
-
'
|
|
1205
|
-
'
|
|
1206
|
-
'
|
|
1207
|
-
'
|
|
1208
|
-
'
|
|
1209
|
-
'
|
|
1210
|
-
'
|
|
1211
|
-
'
|
|
1212
|
-
'
|
|
1213
|
-
'
|
|
1214
|
-
'
|
|
1215
|
-
'
|
|
1216
|
-
'
|
|
1217
|
-
'
|
|
1218
|
-
'
|
|
1219
|
-
'
|
|
1220
|
-
'
|
|
1221
|
-
'
|
|
1222
|
-
'
|
|
1223
|
-
'
|
|
1224
|
-
'
|
|
1225
|
-
'
|
|
1226
|
-
'
|
|
1227
|
-
'
|
|
1228
|
-
'
|
|
1229
|
-
'
|
|
1230
|
-
'
|
|
1231
|
-
'
|
|
1232
|
-
'
|
|
1233
|
-
'
|
|
1234
|
-
'
|
|
1235
|
-
'
|
|
1236
|
-
'
|
|
1237
|
-
'
|
|
1238
|
-
'
|
|
1239
|
-
'
|
|
1240
|
-
'
|
|
1241
|
-
'
|
|
1242
|
-
'
|
|
1243
|
-
'
|
|
1244
|
-
'
|
|
1245
|
-
'
|
|
1246
|
-
'
|
|
1247
|
-
'
|
|
1248
|
-
'
|
|
1249
|
-
'
|
|
1250
|
-
'
|
|
1251
|
-
'
|
|
1252
|
-
'
|
|
1253
|
-
'
|
|
1254
|
-
'
|
|
1255
|
-
'
|
|
1256
|
-
'
|
|
1257
|
-
'
|
|
1258
|
-
'
|
|
1259
|
-
'
|
|
1260
|
-
'
|
|
1261
|
-
'
|
|
1262
|
-
'
|
|
1263
|
-
'
|
|
1264
|
-
'
|
|
1265
|
-
'
|
|
1266
|
-
'
|
|
1267
|
-
'
|
|
1268
|
-
'
|
|
1269
|
-
'
|
|
1270
|
-
'
|
|
1271
|
-
'
|
|
1272
|
-
'
|
|
1273
|
-
'
|
|
1274
|
-
'
|
|
1275
|
-
'
|
|
1276
|
-
'
|
|
1277
|
-
'
|
|
1278
|
-
'
|
|
1279
|
-
'
|
|
1280
|
-
'
|
|
1281
|
-
'
|
|
1282
|
-
'
|
|
1283
|
-
'
|
|
1284
|
-
'
|
|
1285
|
-
'
|
|
1286
|
-
'
|
|
1287
|
-
'
|
|
1288
|
-
'
|
|
1289
|
-
'
|
|
1290
|
-
'
|
|
1291
|
-
'
|
|
1292
|
-
'
|
|
1293
|
-
'
|
|
1294
|
-
'
|
|
1295
|
-
'
|
|
1296
|
-
'
|
|
1297
|
-
'
|
|
1298
|
-
'
|
|
1299
|
-
'
|
|
1300
|
-
'
|
|
1301
|
-
'
|
|
1302
|
-
'
|
|
1303
|
-
'
|
|
1304
|
-
'
|
|
1305
|
-
'
|
|
1306
|
-
'
|
|
1307
|
-
'
|
|
1308
|
-
'
|
|
1309
|
-
'
|
|
1310
|
-
'
|
|
1311
|
-
'
|
|
1312
|
-
'
|
|
1313
|
-
'
|
|
1314
|
-
'
|
|
1315
|
-
'
|
|
1316
|
-
'
|
|
1317
|
-
'
|
|
1318
|
-
'
|
|
1319
|
-
'
|
|
1320
|
-
'
|
|
1321
|
-
'
|
|
1322
|
-
'
|
|
1323
|
-
'
|
|
1324
|
-
'
|
|
1325
|
-
'
|
|
1326
|
-
'
|
|
1327
|
-
'
|
|
1328
|
-
'
|
|
1329
|
-
'
|
|
1330
|
-
'
|
|
1331
|
-
'
|
|
1332
|
-
'
|
|
1333
|
-
'
|
|
1334
|
-
'
|
|
1335
|
-
'
|
|
1336
|
-
'
|
|
1337
|
-
'
|
|
1338
|
-
'
|
|
1339
|
-
'
|
|
1340
|
-
'
|
|
1341
|
-
'
|
|
1342
|
-
'
|
|
1343
|
-
'
|
|
1344
|
-
'
|
|
1345
|
-
'
|
|
1346
|
-
'
|
|
1347
|
-
'
|
|
1348
|
-
'
|
|
1349
|
-
'
|
|
1350
|
-
'
|
|
1351
|
-
'
|
|
1352
|
-
'
|
|
1353
|
-
'
|
|
1354
|
-
'
|
|
1355
|
-
'
|
|
1356
|
-
'
|
|
1357
|
-
'
|
|
1358
|
-
'
|
|
1359
|
-
'
|
|
1360
|
-
'
|
|
1361
|
-
'
|
|
1362
|
-
'
|
|
1363
|
-
'
|
|
1364
|
-
'
|
|
1365
|
-
'
|
|
1366
|
-
'
|
|
1367
|
-
'
|
|
1368
|
-
'
|
|
1369
|
-
'
|
|
1370
|
-
'
|
|
1371
|
-
'
|
|
1372
|
-
'
|
|
1373
|
-
'
|
|
1374
|
-
'
|
|
1375
|
-
'
|
|
1376
|
-
'
|
|
1377
|
-
'
|
|
1378
|
-
'
|
|
1379
|
-
'
|
|
1380
|
-
'
|
|
1381
|
-
'
|
|
1382
|
-
'
|
|
1383
|
-
'
|
|
1384
|
-
'
|
|
1385
|
-
'
|
|
1386
|
-
'
|
|
1387
|
-
'
|
|
1388
|
-
'
|
|
1389
|
-
'
|
|
1390
|
-
'
|
|
1391
|
-
'
|
|
1392
|
-
'
|
|
1393
|
-
'
|
|
1394
|
-
'
|
|
1395
|
-
'
|
|
1396
|
-
'
|
|
1397
|
-
'
|
|
1398
|
-
'
|
|
1399
|
-
'
|
|
1400
|
-
'
|
|
1401
|
-
'
|
|
1402
|
-
'
|
|
1403
|
-
'
|
|
1404
|
-
'
|
|
1405
|
-
'
|
|
1406
|
-
'
|
|
1407
|
-
'
|
|
1408
|
-
'
|
|
1409
|
-
'
|
|
1410
|
-
'
|
|
1411
|
-
'
|
|
1412
|
-
'
|
|
1413
|
-
'
|
|
1414
|
-
'
|
|
1415
|
-
'
|
|
1416
|
-
'
|
|
1417
|
-
'
|
|
1418
|
-
'
|
|
1419
|
-
'
|
|
1420
|
-
'
|
|
1421
|
-
'
|
|
1422
|
-
'
|
|
1423
|
-
'
|
|
1424
|
-
'
|
|
1425
|
-
'
|
|
1426
|
-
'
|
|
1427
|
-
'
|
|
1428
|
-
'
|
|
1429
|
-
'
|
|
1430
|
-
'
|
|
1431
|
-
'
|
|
1432
|
-
'
|
|
1433
|
-
'
|
|
1434
|
-
'
|
|
1435
|
-
'
|
|
1436
|
-
'
|
|
1437
|
-
'
|
|
1438
|
-
'
|
|
1439
|
-
'
|
|
1440
|
-
'
|
|
1441
|
-
'
|
|
1442
|
-
'
|
|
1443
|
-
'
|
|
1444
|
-
'
|
|
1445
|
-
'
|
|
1446
|
-
'
|
|
1447
|
-
'
|
|
1448
|
-
'
|
|
1449
|
-
'
|
|
1450
|
-
'
|
|
1451
|
-
'
|
|
1452
|
-
'
|
|
1453
|
-
'
|
|
1454
|
-
'
|
|
1455
|
-
'
|
|
1456
|
-
'
|
|
1457
|
-
'
|
|
1458
|
-
'
|
|
1459
|
-
'
|
|
1460
|
-
'
|
|
1461
|
-
'
|
|
1462
|
-
'
|
|
1463
|
-
'
|
|
1464
|
-
'
|
|
1465
|
-
'
|
|
1466
|
-
'
|
|
1467
|
-
'
|
|
1468
|
-
'
|
|
1469
|
-
'
|
|
1470
|
-
'
|
|
1471
|
-
'
|
|
1472
|
-
'
|
|
1473
|
-
'
|
|
1474
|
-
'
|
|
1475
|
-
'
|
|
1476
|
-
'
|
|
1477
|
-
'
|
|
1478
|
-
'
|
|
1479
|
-
'
|
|
1480
|
-
'
|
|
1481
|
-
'
|
|
1482
|
-
'
|
|
1483
|
-
'
|
|
1484
|
-
'
|
|
1485
|
-
'
|
|
1486
|
-
'
|
|
1487
|
-
'
|
|
1488
|
-
'
|
|
1489
|
-
'
|
|
1490
|
-
'
|
|
1491
|
-
'
|
|
1492
|
-
'
|
|
1493
|
-
'
|
|
1494
|
-
'
|
|
1495
|
-
'
|
|
1496
|
-
'
|
|
1497
|
-
'
|
|
1498
|
-
'
|
|
1499
|
-
'
|
|
1500
|
-
'
|
|
1501
|
-
'
|
|
1502
|
-
'
|
|
1503
|
-
'
|
|
1504
|
-
'
|
|
1505
|
-
'
|
|
1506
|
-
'
|
|
1507
|
-
'
|
|
1508
|
-
'
|
|
1509
|
-
'
|
|
1510
|
-
'
|
|
1511
|
-
'
|
|
1512
|
-
'
|
|
1513
|
-
'
|
|
1514
|
-
'
|
|
1515
|
-
'
|
|
1516
|
-
'
|
|
1517
|
-
'
|
|
1518
|
-
'
|
|
1519
|
-
'
|
|
1520
|
-
'
|
|
1521
|
-
'
|
|
1522
|
-
'
|
|
1523
|
-
'
|
|
1524
|
-
'
|
|
1525
|
-
'
|
|
1526
|
-
'
|
|
1527
|
-
'
|
|
1528
|
-
'
|
|
1529
|
-
'
|
|
1530
|
-
'
|
|
1531
|
-
'
|
|
1532
|
-
'
|
|
1533
|
-
'
|
|
1534
|
-
'
|
|
1535
|
-
'
|
|
1536
|
-
'
|
|
1537
|
-
'
|
|
1538
|
-
'
|
|
1539
|
-
'
|
|
1540
|
-
'
|
|
1541
|
-
'
|
|
1542
|
-
'
|
|
1543
|
-
'
|
|
1544
|
-
'
|
|
1545
|
-
'
|
|
1546
|
-
'
|
|
1547
|
-
'
|
|
1548
|
-
'
|
|
1549
|
-
'
|
|
1550
|
-
'
|
|
1551
|
-
'
|
|
1552
|
-
'
|
|
1553
|
-
'
|
|
1554
|
-
'
|
|
30
|
+
'bxlMeta': '\uef27',
|
|
31
|
+
'bxLemon': '\uef28',
|
|
32
|
+
'bxsLemon': '\uef29',
|
|
33
|
+
'bxCricketBall': '\uef0c',
|
|
34
|
+
'bxBaguette': '\uef0d',
|
|
35
|
+
'bxBowlHot': '\uef0e',
|
|
36
|
+
'bxBowlRice': '\uef0f',
|
|
37
|
+
'bxCableCar': '\uef10',
|
|
38
|
+
'bxCandles': '\uef11',
|
|
39
|
+
'bxCircleHalf': '\uef12',
|
|
40
|
+
'bxCircleQuarter': '\uef13',
|
|
41
|
+
'bxCircleThreeQuarter': '\uef14',
|
|
42
|
+
'bxCross': '\uef15',
|
|
43
|
+
'bxFork': '\uef16',
|
|
44
|
+
'bxKnife': '\uef17',
|
|
45
|
+
'bxMoneyWithdraw': '\uef18',
|
|
46
|
+
'bxPopsicle': '\uef19',
|
|
47
|
+
'bxScatterChart': '\uef1a',
|
|
48
|
+
'bxsBaguette': '\uef1b',
|
|
49
|
+
'bxsBowlHot': '\uef1c',
|
|
50
|
+
'bxsBowlRice': '\uef1d',
|
|
51
|
+
'bxsCableCar': '\uef1e',
|
|
52
|
+
'bxsCircleHalf': '\uef1f',
|
|
53
|
+
'bxsCircleQuarter': '\uef20',
|
|
54
|
+
'bxsCircleThreeQuarter': '\uef21',
|
|
55
|
+
'bxsCricketBall': '\uef22',
|
|
56
|
+
'bxsInvader': '\uef23',
|
|
57
|
+
'bxMaleFemale': '\uef24',
|
|
58
|
+
'bxsPopsicle': '\uef25',
|
|
59
|
+
'bxsTreeAlt': '\uef26',
|
|
60
|
+
'bxlVenmo': '\ue900',
|
|
61
|
+
'bxlUpwork': '\ue901',
|
|
62
|
+
'bxlNetlify': '\ue902',
|
|
63
|
+
'bxlJava': '\ue903',
|
|
64
|
+
'bxlHeroku': '\ue904',
|
|
65
|
+
'bxlGoLang': '\ue905',
|
|
66
|
+
'bxlGmail': '\ue906',
|
|
67
|
+
'bxlFlask': '\ue907',
|
|
68
|
+
'bxl99designs': '\ue908',
|
|
69
|
+
'bxl500px': '\ue909',
|
|
70
|
+
'bxlAdobe': '\ue90a',
|
|
71
|
+
'bxlAirbnb': '\ue90b',
|
|
72
|
+
'bxlAlgolia': '\ue90c',
|
|
73
|
+
'bxlAmazon': '\ue90d',
|
|
74
|
+
'bxlAndroid': '\ue90e',
|
|
75
|
+
'bxlAngular': '\ue90f',
|
|
76
|
+
'bxlApple': '\ue910',
|
|
77
|
+
'bxlAudible': '\ue911',
|
|
78
|
+
'bxlAws': '\ue912',
|
|
79
|
+
'bxlBaidu': '\ue913',
|
|
80
|
+
'bxlBehance': '\ue914',
|
|
81
|
+
'bxlBing': '\ue915',
|
|
82
|
+
'bxlBitcoin': '\ue916',
|
|
83
|
+
'bxlBlender': '\ue917',
|
|
84
|
+
'bxlBlogger': '\ue918',
|
|
85
|
+
'bxlBootstrap': '\ue919',
|
|
86
|
+
'bxlChrome': '\ue91a',
|
|
87
|
+
'bxlCodepen': '\ue91b',
|
|
88
|
+
'bxlCPlusPlus': '\ue91c',
|
|
89
|
+
'bxlCreativeCommons': '\ue91d',
|
|
90
|
+
'bxlCss3': '\ue91e',
|
|
91
|
+
'bxlDailymotion': '\ue91f',
|
|
92
|
+
'bxlDeviantart': '\ue920',
|
|
93
|
+
'bxlDevTo': '\ue921',
|
|
94
|
+
'bxlDigg': '\ue922',
|
|
95
|
+
'bxlDigitalocean': '\ue923',
|
|
96
|
+
'bxlDiscord': '\ue924',
|
|
97
|
+
'bxlDiscordAlt': '\ue925',
|
|
98
|
+
'bxlDiscourse': '\ue926',
|
|
99
|
+
'bxlDjango': '\ue927',
|
|
100
|
+
'bxlDocker': '\ue928',
|
|
101
|
+
'bxlDribbble': '\ue929',
|
|
102
|
+
'bxlDropbox': '\ue92a',
|
|
103
|
+
'bxlDrupal': '\ue92b',
|
|
104
|
+
'bxlEbay': '\ue92c',
|
|
105
|
+
'bxlEdge': '\ue92d',
|
|
106
|
+
'bxlEtsy': '\ue92e',
|
|
107
|
+
'bxlFacebook': '\ue92f',
|
|
108
|
+
'bxlFacebookCircle': '\ue930',
|
|
109
|
+
'bxlFacebookSquare': '\ue931',
|
|
110
|
+
'bxlFigma': '\ue932',
|
|
111
|
+
'bxlFirebase': '\ue933',
|
|
112
|
+
'bxlFirefox': '\ue934',
|
|
113
|
+
'bxlFlickr': '\ue935',
|
|
114
|
+
'bxlFlickrSquare': '\ue936',
|
|
115
|
+
'bxlFlutter': '\ue937',
|
|
116
|
+
'bxlFoursquare': '\ue938',
|
|
117
|
+
'bxlGit': '\ue939',
|
|
118
|
+
'bxlGithub': '\ue93a',
|
|
119
|
+
'bxlGitlab': '\ue93b',
|
|
120
|
+
'bxlGoogle': '\ue93c',
|
|
121
|
+
'bxlGoogleCloud': '\ue93d',
|
|
122
|
+
'bxlGooglePlus': '\ue93e',
|
|
123
|
+
'bxlGooglePlusCircle': '\ue93f',
|
|
124
|
+
'bxlHtml5': '\ue940',
|
|
125
|
+
'bxlImdb': '\ue941',
|
|
126
|
+
'bxlInstagram': '\ue942',
|
|
127
|
+
'bxlInstagramAlt': '\ue943',
|
|
128
|
+
'bxlInternetExplorer': '\ue944',
|
|
129
|
+
'bxlInvision': '\ue945',
|
|
130
|
+
'bxlJavascript': '\ue946',
|
|
131
|
+
'bxlJoomla': '\ue947',
|
|
132
|
+
'bxlJquery': '\ue948',
|
|
133
|
+
'bxlJsfiddle': '\ue949',
|
|
134
|
+
'bxlKickstarter': '\ue94a',
|
|
135
|
+
'bxlKubernetes': '\ue94b',
|
|
136
|
+
'bxlLess': '\ue94c',
|
|
137
|
+
'bxlLinkedin': '\ue94d',
|
|
138
|
+
'bxlLinkedinSquare': '\ue94e',
|
|
139
|
+
'bxlMagento': '\ue94f',
|
|
140
|
+
'bxlMailchimp': '\ue950',
|
|
141
|
+
'bxlMarkdown': '\ue951',
|
|
142
|
+
'bxlMastercard': '\ue952',
|
|
143
|
+
'bxlMastodon': '\ue953',
|
|
144
|
+
'bxlMedium': '\ue954',
|
|
145
|
+
'bxlMediumOld': '\ue955',
|
|
146
|
+
'bxlMediumSquare': '\ue956',
|
|
147
|
+
'bxlMessenger': '\ue957',
|
|
148
|
+
'bxlMicrosoft': '\ue958',
|
|
149
|
+
'bxlMicrosoftTeams': '\ue959',
|
|
150
|
+
'bxlNodejs': '\ue95a',
|
|
151
|
+
'bxlOkRu': '\ue95b',
|
|
152
|
+
'bxlOpera': '\ue95c',
|
|
153
|
+
'bxlPatreon': '\ue95d',
|
|
154
|
+
'bxlPaypal': '\ue95e',
|
|
155
|
+
'bxlPeriscope': '\ue95f',
|
|
156
|
+
'bxlPhp': '\ue960',
|
|
157
|
+
'bxlPinterest': '\ue961',
|
|
158
|
+
'bxlPinterestAlt': '\ue962',
|
|
159
|
+
'bxlPlayStore': '\ue963',
|
|
160
|
+
'bxlPocket': '\ue964',
|
|
161
|
+
'bxlProductHunt': '\ue965',
|
|
162
|
+
'bxlPython': '\ue966',
|
|
163
|
+
'bxlQuora': '\ue967',
|
|
164
|
+
'bxlReact': '\ue968',
|
|
165
|
+
'bxlRedbubble': '\ue969',
|
|
166
|
+
'bxlReddit': '\ue96a',
|
|
167
|
+
'bxlRedux': '\ue96b',
|
|
168
|
+
'bxlSass': '\ue96c',
|
|
169
|
+
'bxlShopify': '\ue96d',
|
|
170
|
+
'bxlSketch': '\ue96e',
|
|
171
|
+
'bxlSkype': '\ue96f',
|
|
172
|
+
'bxlSlack': '\ue970',
|
|
173
|
+
'bxlSlackOld': '\ue971',
|
|
174
|
+
'bxlSnapchat': '\ue972',
|
|
175
|
+
'bxlSoundcloud': '\ue973',
|
|
176
|
+
'bxlSpotify': '\ue974',
|
|
177
|
+
'bxlSpringBoot': '\ue975',
|
|
178
|
+
'bxlSquarespace': '\ue976',
|
|
179
|
+
'bxlStackOverflow': '\ue977',
|
|
180
|
+
'bxlSteam': '\ue978',
|
|
181
|
+
'bxlStripe': '\ue979',
|
|
182
|
+
'bxlTailwindCss': '\ue97a',
|
|
183
|
+
'bxlTelegram': '\ue97b',
|
|
184
|
+
'bxlTiktok': '\ue97c',
|
|
185
|
+
'bxlTrello': '\ue97d',
|
|
186
|
+
'bxlTripAdvisor': '\ue97e',
|
|
187
|
+
'bxlTumblr': '\ue97f',
|
|
188
|
+
'bxlTux': '\ue980',
|
|
189
|
+
'bxlTwitch': '\ue981',
|
|
190
|
+
'bxlTwitter': '\ue982',
|
|
191
|
+
'bxlUnity': '\ue983',
|
|
192
|
+
'bxlUnsplash': '\ue984',
|
|
193
|
+
'bxlVimeo': '\ue985',
|
|
194
|
+
'bxlVisa': '\ue986',
|
|
195
|
+
'bxlVisualStudio': '\ue987',
|
|
196
|
+
'bxlVk': '\ue988',
|
|
197
|
+
'bxlVuejs': '\ue989',
|
|
198
|
+
'bxlWhatsapp': '\ue98a',
|
|
199
|
+
'bxlWhatsappSquare': '\ue98b',
|
|
200
|
+
'bxlWikipedia': '\ue98c',
|
|
201
|
+
'bxlWindows': '\ue98d',
|
|
202
|
+
'bxlWix': '\ue98e',
|
|
203
|
+
'bxlWordpress': '\ue98f',
|
|
204
|
+
'bxlYahoo': '\ue990',
|
|
205
|
+
'bxlYelp': '\ue991',
|
|
206
|
+
'bxlYoutube': '\ue992',
|
|
207
|
+
'bxlZoom': '\ue993',
|
|
208
|
+
'bxCollapseAlt': '\ue994',
|
|
209
|
+
'bxCollapseHorizontal': '\ue995',
|
|
210
|
+
'bxCollapseVertical': '\ue996',
|
|
211
|
+
'bxExpandHorizontal': '\ue997',
|
|
212
|
+
'bxExpandVertical': '\ue998',
|
|
213
|
+
'bxInjection': '\ue999',
|
|
214
|
+
'bxLeaf': '\ue99a',
|
|
215
|
+
'bxMath': '\ue99b',
|
|
216
|
+
'bxParty': '\ue99c',
|
|
217
|
+
'bxAbacus': '\ue99d',
|
|
218
|
+
'bxAccessibility': '\ue99e',
|
|
219
|
+
'bxAddToQueue': '\ue99f',
|
|
220
|
+
'bxAdjust': '\ue9a0',
|
|
221
|
+
'bxAlarm': '\ue9a1',
|
|
222
|
+
'bxAlarmAdd': '\ue9a2',
|
|
223
|
+
'bxAlarmExclamation': '\ue9a3',
|
|
224
|
+
'bxAlarmOff': '\ue9a4',
|
|
225
|
+
'bxAlarmSnooze': '\ue9a5',
|
|
226
|
+
'bxAlbum': '\ue9a6',
|
|
227
|
+
'bxAlignJustify': '\ue9a7',
|
|
228
|
+
'bxAlignLeft': '\ue9a8',
|
|
229
|
+
'bxAlignMiddle': '\ue9a9',
|
|
230
|
+
'bxAlignRight': '\ue9aa',
|
|
231
|
+
'bxAnalyse': '\ue9ab',
|
|
232
|
+
'bxAnchor': '\ue9ac',
|
|
233
|
+
'bxAngry': '\ue9ad',
|
|
234
|
+
'bxAperture': '\ue9ae',
|
|
235
|
+
'bxArch': '\ue9af',
|
|
236
|
+
'bxArchive': '\ue9b0',
|
|
237
|
+
'bxArchiveIn': '\ue9b1',
|
|
238
|
+
'bxArchiveOut': '\ue9b2',
|
|
239
|
+
'bxArea': '\ue9b3',
|
|
240
|
+
'bxArrowBack': '\ue9b4',
|
|
241
|
+
'bxArrowFromBottom': '\ue9b5',
|
|
242
|
+
'bxArrowFromLeft': '\ue9b6',
|
|
243
|
+
'bxArrowFromRight': '\ue9b7',
|
|
244
|
+
'bxArrowFromTop': '\ue9b8',
|
|
245
|
+
'bxArrowToBottom': '\ue9b9',
|
|
246
|
+
'bxArrowToLeft': '\ue9ba',
|
|
247
|
+
'bxArrowToRight': '\ue9bb',
|
|
248
|
+
'bxArrowToTop': '\ue9bc',
|
|
249
|
+
'bxAt': '\ue9bd',
|
|
250
|
+
'bxAtom': '\ue9be',
|
|
251
|
+
'bxAward': '\ue9bf',
|
|
252
|
+
'bxBadge': '\ue9c0',
|
|
253
|
+
'bxBadgeCheck': '\ue9c1',
|
|
254
|
+
'bxBall': '\ue9c2',
|
|
255
|
+
'bxBandAid': '\ue9c3',
|
|
256
|
+
'bxBarChart': '\ue9c4',
|
|
257
|
+
'bxBarChartAlt': '\ue9c5',
|
|
258
|
+
'bxBarChartAlt2': '\ue9c6',
|
|
259
|
+
'bxBarChartSquare': '\ue9c7',
|
|
260
|
+
'bxBarcode': '\ue9c8',
|
|
261
|
+
'bxBarcodeReader': '\ue9c9',
|
|
262
|
+
'bxBaseball': '\ue9ca',
|
|
263
|
+
'bxBasket': '\ue9cb',
|
|
264
|
+
'bxBasketball': '\ue9cc',
|
|
265
|
+
'bxBath': '\ue9cd',
|
|
266
|
+
'bxBattery': '\ue9ce',
|
|
267
|
+
'bxBed': '\ue9cf',
|
|
268
|
+
'bxBeenHere': '\ue9d0',
|
|
269
|
+
'bxBeer': '\ue9d1',
|
|
270
|
+
'bxBell': '\ue9d2',
|
|
271
|
+
'bxBellMinus': '\ue9d3',
|
|
272
|
+
'bxBellOff': '\ue9d4',
|
|
273
|
+
'bxBellPlus': '\ue9d5',
|
|
274
|
+
'bxBible': '\ue9d6',
|
|
275
|
+
'bxBitcoin': '\ue9d7',
|
|
276
|
+
'bxBlanket': '\ue9d8',
|
|
277
|
+
'bxBlock': '\ue9d9',
|
|
278
|
+
'bxBluetooth': '\ue9da',
|
|
279
|
+
'bxBody': '\ue9db',
|
|
280
|
+
'bxBold': '\ue9dc',
|
|
281
|
+
'bxBoltCircle': '\ue9dd',
|
|
282
|
+
'bxBomb': '\ue9de',
|
|
283
|
+
'bxBone': '\ue9df',
|
|
284
|
+
'bxBong': '\ue9e0',
|
|
285
|
+
'bxBook': '\ue9e1',
|
|
286
|
+
'bxBookAdd': '\ue9e2',
|
|
287
|
+
'bxBookAlt': '\ue9e3',
|
|
288
|
+
'bxBookBookmark': '\ue9e4',
|
|
289
|
+
'bxBookContent': '\ue9e5',
|
|
290
|
+
'bxBookHeart': '\ue9e6',
|
|
291
|
+
'bxBookmark': '\ue9e7',
|
|
292
|
+
'bxBookmarkAlt': '\ue9e8',
|
|
293
|
+
'bxBookmarkAltMinus': '\ue9e9',
|
|
294
|
+
'bxBookmarkAltPlus': '\ue9ea',
|
|
295
|
+
'bxBookmarkHeart': '\ue9eb',
|
|
296
|
+
'bxBookmarkMinus': '\ue9ec',
|
|
297
|
+
'bxBookmarkPlus': '\ue9ed',
|
|
298
|
+
'bxBookmarks': '\ue9ee',
|
|
299
|
+
'bxBookOpen': '\ue9ef',
|
|
300
|
+
'bxBookReader': '\ue9f0',
|
|
301
|
+
'bxBorderAll': '\ue9f1',
|
|
302
|
+
'bxBorderBottom': '\ue9f2',
|
|
303
|
+
'bxBorderInner': '\ue9f3',
|
|
304
|
+
'bxBorderLeft': '\ue9f4',
|
|
305
|
+
'bxBorderNone': '\ue9f5',
|
|
306
|
+
'bxBorderOuter': '\ue9f6',
|
|
307
|
+
'bxBorderRadius': '\ue9f7',
|
|
308
|
+
'bxBorderRight': '\ue9f8',
|
|
309
|
+
'bxBorderTop': '\ue9f9',
|
|
310
|
+
'bxBot': '\ue9fa',
|
|
311
|
+
'bxBowlingBall': '\ue9fb',
|
|
312
|
+
'bxBox': '\ue9fc',
|
|
313
|
+
'bxBracket': '\ue9fd',
|
|
314
|
+
'bxBraille': '\ue9fe',
|
|
315
|
+
'bxBrain': '\ue9ff',
|
|
316
|
+
'bxBriefcase': '\uea00',
|
|
317
|
+
'bxBriefcaseAlt': '\uea01',
|
|
318
|
+
'bxBriefcaseAlt2': '\uea02',
|
|
319
|
+
'bxBrightness': '\uea03',
|
|
320
|
+
'bxBrightnessHalf': '\uea04',
|
|
321
|
+
'bxBroadcast': '\uea05',
|
|
322
|
+
'bxBrush': '\uea06',
|
|
323
|
+
'bxBrushAlt': '\uea07',
|
|
324
|
+
'bxBug': '\uea08',
|
|
325
|
+
'bxBugAlt': '\uea09',
|
|
326
|
+
'bxBuilding': '\uea0a',
|
|
327
|
+
'bxBuildingHouse': '\uea0b',
|
|
328
|
+
'bxBuildings': '\uea0c',
|
|
329
|
+
'bxBulb': '\uea0d',
|
|
330
|
+
'bxBullseye': '\uea0e',
|
|
331
|
+
'bxBuoy': '\uea0f',
|
|
332
|
+
'bxBus': '\uea10',
|
|
333
|
+
'bxBusSchool': '\uea11',
|
|
334
|
+
'bxCabinet': '\uea12',
|
|
335
|
+
'bxCake': '\uea13',
|
|
336
|
+
'bxCalculator': '\uea14',
|
|
337
|
+
'bxCalendar': '\uea15',
|
|
338
|
+
'bxCalendarAlt': '\uea16',
|
|
339
|
+
'bxCalendarCheck': '\uea17',
|
|
340
|
+
'bxCalendarEdit': '\uea18',
|
|
341
|
+
'bxCalendarEvent': '\uea19',
|
|
342
|
+
'bxCalendarExclamation': '\uea1a',
|
|
343
|
+
'bxCalendarHeart': '\uea1b',
|
|
344
|
+
'bxCalendarMinus': '\uea1c',
|
|
345
|
+
'bxCalendarPlus': '\uea1d',
|
|
346
|
+
'bxCalendarStar': '\uea1e',
|
|
347
|
+
'bxCalendarWeek': '\uea1f',
|
|
348
|
+
'bxCalendarX': '\uea20',
|
|
349
|
+
'bxCamera': '\uea21',
|
|
350
|
+
'bxCameraHome': '\uea22',
|
|
351
|
+
'bxCameraMovie': '\uea23',
|
|
352
|
+
'bxCameraOff': '\uea24',
|
|
353
|
+
'bxCapsule': '\uea25',
|
|
354
|
+
'bxCaptions': '\uea26',
|
|
355
|
+
'bxCar': '\uea27',
|
|
356
|
+
'bxCard': '\uea28',
|
|
357
|
+
'bxCaretDown': '\uea29',
|
|
358
|
+
'bxCaretDownCircle': '\uea2a',
|
|
359
|
+
'bxCaretDownSquare': '\uea2b',
|
|
360
|
+
'bxCaretLeft': '\uea2c',
|
|
361
|
+
'bxCaretLeftCircle': '\uea2d',
|
|
362
|
+
'bxCaretLeftSquare': '\uea2e',
|
|
363
|
+
'bxCaretRight': '\uea2f',
|
|
364
|
+
'bxCaretRightCircle': '\uea30',
|
|
365
|
+
'bxCaretRightSquare': '\uea31',
|
|
366
|
+
'bxCaretUp': '\uea32',
|
|
367
|
+
'bxCaretUpCircle': '\uea33',
|
|
368
|
+
'bxCaretUpSquare': '\uea34',
|
|
369
|
+
'bxCarousel': '\uea35',
|
|
370
|
+
'bxCart': '\uea36',
|
|
371
|
+
'bxCartAlt': '\uea37',
|
|
372
|
+
'bxCast': '\uea38',
|
|
373
|
+
'bxCategory': '\uea39',
|
|
374
|
+
'bxCategoryAlt': '\uea3a',
|
|
375
|
+
'bxCctv': '\uea3b',
|
|
376
|
+
'bxCertification': '\uea3c',
|
|
377
|
+
'bxChair': '\uea3d',
|
|
378
|
+
'bxChalkboard': '\uea3e',
|
|
379
|
+
'bxChart': '\uea3f',
|
|
380
|
+
'bxChat': '\uea40',
|
|
381
|
+
'bxCheck': '\uea41',
|
|
382
|
+
'bxCheckbox': '\uea42',
|
|
383
|
+
'bxCheckboxChecked': '\uea43',
|
|
384
|
+
'bxCheckboxMinus': '\uea44',
|
|
385
|
+
'bxCheckboxSquare': '\uea45',
|
|
386
|
+
'bxCheckCircle': '\uea46',
|
|
387
|
+
'bxCheckDouble': '\uea47',
|
|
388
|
+
'bxCheckShield': '\uea48',
|
|
389
|
+
'bxCheckSquare': '\uea49',
|
|
390
|
+
'bxChevronDown': '\uea4a',
|
|
391
|
+
'bxChevronDownCircle': '\uea4b',
|
|
392
|
+
'bxChevronDownSquare': '\uea4c',
|
|
393
|
+
'bxChevronLeft': '\uea4d',
|
|
394
|
+
'bxChevronLeftCircle': '\uea4e',
|
|
395
|
+
'bxChevronLeftSquare': '\uea4f',
|
|
396
|
+
'bxChevronRight': '\uea50',
|
|
397
|
+
'bxChevronRightCircle': '\uea51',
|
|
398
|
+
'bxChevronRightSquare': '\uea52',
|
|
399
|
+
'bxChevronsDown': '\uea53',
|
|
400
|
+
'bxChevronsLeft': '\uea54',
|
|
401
|
+
'bxChevronsRight': '\uea55',
|
|
402
|
+
'bxChevronsUp': '\uea56',
|
|
403
|
+
'bxChevronUp': '\uea57',
|
|
404
|
+
'bxChevronUpCircle': '\uea58',
|
|
405
|
+
'bxChevronUpSquare': '\uea59',
|
|
406
|
+
'bxChip': '\uea5a',
|
|
407
|
+
'bxChurch': '\uea5b',
|
|
408
|
+
'bxCircle': '\uea5c',
|
|
409
|
+
'bxClinic': '\uea5d',
|
|
410
|
+
'bxClipboard': '\uea5e',
|
|
411
|
+
'bxCloset': '\uea5f',
|
|
412
|
+
'bxCloud': '\uea60',
|
|
413
|
+
'bxCloudDownload': '\uea61',
|
|
414
|
+
'bxCloudDrizzle': '\uea62',
|
|
415
|
+
'bxCloudLightning': '\uea63',
|
|
416
|
+
'bxCloudLightRain': '\uea64',
|
|
417
|
+
'bxCloudRain': '\uea65',
|
|
418
|
+
'bxCloudSnow': '\uea66',
|
|
419
|
+
'bxCloudUpload': '\uea67',
|
|
420
|
+
'bxCode': '\uea68',
|
|
421
|
+
'bxCodeAlt': '\uea69',
|
|
422
|
+
'bxCodeBlock': '\uea6a',
|
|
423
|
+
'bxCodeCurly': '\uea6b',
|
|
424
|
+
'bxCoffee': '\uea6c',
|
|
425
|
+
'bxCoffeeTogo': '\uea6d',
|
|
426
|
+
'bxCog': '\uea6e',
|
|
427
|
+
'bxCoin': '\uea6f',
|
|
428
|
+
'bxCoinStack': '\uea70',
|
|
429
|
+
'bxCollapse': '\uea71',
|
|
430
|
+
'bxCollection': '\uea72',
|
|
431
|
+
'bxColorFill': '\uea73',
|
|
432
|
+
'bxColumns': '\uea74',
|
|
433
|
+
'bxCommand': '\uea75',
|
|
434
|
+
'bxComment': '\uea76',
|
|
435
|
+
'bxCommentAdd': '\uea77',
|
|
436
|
+
'bxCommentCheck': '\uea78',
|
|
437
|
+
'bxCommentDetail': '\uea79',
|
|
438
|
+
'bxCommentDots': '\uea7a',
|
|
439
|
+
'bxCommentEdit': '\uea7b',
|
|
440
|
+
'bxCommentError': '\uea7c',
|
|
441
|
+
'bxCommentMinus': '\uea7d',
|
|
442
|
+
'bxCommentX': '\uea7e',
|
|
443
|
+
'bxCompass': '\uea7f',
|
|
444
|
+
'bxConfused': '\uea80',
|
|
445
|
+
'bxConversation': '\uea81',
|
|
446
|
+
'bxCookie': '\uea82',
|
|
447
|
+
'bxCool': '\uea83',
|
|
448
|
+
'bxCopy': '\uea84',
|
|
449
|
+
'bxCopyAlt': '\uea85',
|
|
450
|
+
'bxCopyright': '\uea86',
|
|
451
|
+
'bxCreditCard': '\uea87',
|
|
452
|
+
'bxCreditCardAlt': '\uea88',
|
|
453
|
+
'bxCreditCardFront': '\uea89',
|
|
454
|
+
'bxCrop': '\uea8a',
|
|
455
|
+
'bxCrosshair': '\uea8b',
|
|
456
|
+
'bxCrown': '\uea8c',
|
|
457
|
+
'bxCube': '\uea8d',
|
|
458
|
+
'bxCubeAlt': '\uea8e',
|
|
459
|
+
'bxCuboid': '\uea8f',
|
|
460
|
+
'bxCurrentLocation': '\uea90',
|
|
461
|
+
'bxCustomize': '\uea91',
|
|
462
|
+
'bxCut': '\uea92',
|
|
463
|
+
'bxCycling': '\uea93',
|
|
464
|
+
'bxCylinder': '\uea94',
|
|
465
|
+
'bxData': '\uea95',
|
|
466
|
+
'bxDesktop': '\uea96',
|
|
467
|
+
'bxDetail': '\uea97',
|
|
468
|
+
'bxDevices': '\uea98',
|
|
469
|
+
'bxDialpad': '\uea99',
|
|
470
|
+
'bxDialpadAlt': '\uea9a',
|
|
471
|
+
'bxDiamond': '\uea9b',
|
|
472
|
+
'bxDice1': '\uea9c',
|
|
473
|
+
'bxDice2': '\uea9d',
|
|
474
|
+
'bxDice3': '\uea9e',
|
|
475
|
+
'bxDice4': '\uea9f',
|
|
476
|
+
'bxDice5': '\ueaa0',
|
|
477
|
+
'bxDice6': '\ueaa1',
|
|
478
|
+
'bxDirections': '\ueaa2',
|
|
479
|
+
'bxDisc': '\ueaa3',
|
|
480
|
+
'bxDish': '\ueaa4',
|
|
481
|
+
'bxDislike': '\ueaa5',
|
|
482
|
+
'bxDizzy': '\ueaa6',
|
|
483
|
+
'bxDna': '\ueaa7',
|
|
484
|
+
'bxDockBottom': '\ueaa8',
|
|
485
|
+
'bxDockLeft': '\ueaa9',
|
|
486
|
+
'bxDockRight': '\ueaaa',
|
|
487
|
+
'bxDockTop': '\ueaab',
|
|
488
|
+
'bxDollar': '\ueaac',
|
|
489
|
+
'bxDollarCircle': '\ueaad',
|
|
490
|
+
'bxDonateBlood': '\ueaae',
|
|
491
|
+
'bxDonateHeart': '\ueaaf',
|
|
492
|
+
'bxDoorOpen': '\ueab0',
|
|
493
|
+
'bxDotsHorizontal': '\ueab1',
|
|
494
|
+
'bxDotsHorizontalRounded': '\ueab2',
|
|
495
|
+
'bxDotsVertical': '\ueab3',
|
|
496
|
+
'bxDotsVerticalRounded': '\ueab4',
|
|
497
|
+
'bxDoughnutChart': '\ueab5',
|
|
498
|
+
'bxDownArrow': '\ueab6',
|
|
499
|
+
'bxDownArrowAlt': '\ueab7',
|
|
500
|
+
'bxDownArrowCircle': '\ueab8',
|
|
501
|
+
'bxDownload': '\ueab9',
|
|
502
|
+
'bxDownvote': '\ueaba',
|
|
503
|
+
'bxDrink': '\ueabb',
|
|
504
|
+
'bxDroplet': '\ueabc',
|
|
505
|
+
'bxDumbbell': '\ueabd',
|
|
506
|
+
'bxDuplicate': '\ueabe',
|
|
507
|
+
'bxEdit': '\ueabf',
|
|
508
|
+
'bxEditAlt': '\ueac0',
|
|
509
|
+
'bxEnvelope': '\ueac1',
|
|
510
|
+
'bxEnvelopeOpen': '\ueac2',
|
|
511
|
+
'bxEqualizer': '\ueac3',
|
|
512
|
+
'bxEraser': '\ueac4',
|
|
513
|
+
'bxError': '\ueac5',
|
|
514
|
+
'bxErrorAlt': '\ueac6',
|
|
515
|
+
'bxErrorCircle': '\ueac7',
|
|
516
|
+
'bxEuro': '\ueac8',
|
|
517
|
+
'bxExclude': '\ueac9',
|
|
518
|
+
'bxExit': '\ueaca',
|
|
519
|
+
'bxExitFullscreen': '\ueacb',
|
|
520
|
+
'bxExpand': '\ueacc',
|
|
521
|
+
'bxExpandAlt': '\ueacd',
|
|
522
|
+
'bxExport': '\ueace',
|
|
523
|
+
'bxExtension': '\ueacf',
|
|
524
|
+
'bxFace': '\uead0',
|
|
525
|
+
'bxFastForward': '\uead1',
|
|
526
|
+
'bxFastForwardCircle': '\uead2',
|
|
527
|
+
'bxFemale': '\uead3',
|
|
528
|
+
'bxFemaleSign': '\uead4',
|
|
529
|
+
'bxFile': '\uead5',
|
|
530
|
+
'bxFileBlank': '\uead6',
|
|
531
|
+
'bxFileFind': '\uead7',
|
|
532
|
+
'bxFilm': '\uead8',
|
|
533
|
+
'bxFilter': '\uead9',
|
|
534
|
+
'bxFilterAlt': '\ueada',
|
|
535
|
+
'bxFingerprint': '\ueadb',
|
|
536
|
+
'bxFirstAid': '\ueadc',
|
|
537
|
+
'bxFirstPage': '\ueadd',
|
|
538
|
+
'bxFlag': '\ueade',
|
|
539
|
+
'bxFolder': '\ueadf',
|
|
540
|
+
'bxFolderMinus': '\ueae0',
|
|
541
|
+
'bxFolderOpen': '\ueae1',
|
|
542
|
+
'bxFolderPlus': '\ueae2',
|
|
543
|
+
'bxFont': '\ueae3',
|
|
544
|
+
'bxFontColor': '\ueae4',
|
|
545
|
+
'bxFontFamily': '\ueae5',
|
|
546
|
+
'bxFontSize': '\ueae6',
|
|
547
|
+
'bxFoodMenu': '\ueae7',
|
|
548
|
+
'bxFoodTag': '\ueae8',
|
|
549
|
+
'bxFootball': '\ueae9',
|
|
550
|
+
'bxFridge': '\ueaea',
|
|
551
|
+
'bxFullscreen': '\ueaeb',
|
|
552
|
+
'bxGame': '\ueaec',
|
|
553
|
+
'bxGasPump': '\ueaed',
|
|
554
|
+
'bxGhost': '\ueaee',
|
|
555
|
+
'bxGift': '\ueaef',
|
|
556
|
+
'bxGitBranch': '\ueaf0',
|
|
557
|
+
'bxGitCommit': '\ueaf1',
|
|
558
|
+
'bxGitCompare': '\ueaf2',
|
|
559
|
+
'bxGitMerge': '\ueaf3',
|
|
560
|
+
'bxGitPullRequest': '\ueaf4',
|
|
561
|
+
'bxGitRepoForked': '\ueaf5',
|
|
562
|
+
'bxGlasses': '\ueaf6',
|
|
563
|
+
'bxGlassesAlt': '\ueaf7',
|
|
564
|
+
'bxGlobe': '\ueaf8',
|
|
565
|
+
'bxGlobeAlt': '\ueaf9',
|
|
566
|
+
'bxGrid': '\ueafa',
|
|
567
|
+
'bxGridAlt': '\ueafb',
|
|
568
|
+
'bxGridHorizontal': '\ueafc',
|
|
569
|
+
'bxGridSmall': '\ueafd',
|
|
570
|
+
'bxGridVertical': '\ueafe',
|
|
571
|
+
'bxGroup': '\ueaff',
|
|
572
|
+
'bxHandicap': '\ueb00',
|
|
573
|
+
'bxHappy': '\ueb01',
|
|
574
|
+
'bxHappyAlt': '\ueb02',
|
|
575
|
+
'bxHappyBeaming': '\ueb03',
|
|
576
|
+
'bxHappyHeartEyes': '\ueb04',
|
|
577
|
+
'bxHash': '\ueb05',
|
|
578
|
+
'bxHdd': '\ueb06',
|
|
579
|
+
'bxHeading': '\ueb07',
|
|
580
|
+
'bxHeadphone': '\ueb08',
|
|
581
|
+
'bxHealth': '\ueb09',
|
|
582
|
+
'bxHeart': '\ueb0a',
|
|
583
|
+
'bxHeartCircle': '\ueb0b',
|
|
584
|
+
'bxHeartSquare': '\ueb0c',
|
|
585
|
+
'bxHelpCircle': '\ueb0d',
|
|
586
|
+
'bxHide': '\ueb0e',
|
|
587
|
+
'bxHighlight': '\ueb0f',
|
|
588
|
+
'bxHistory': '\ueb10',
|
|
589
|
+
'bxHive': '\ueb11',
|
|
590
|
+
'bxHome': '\ueb12',
|
|
591
|
+
'bxHomeAlt': '\ueb13',
|
|
592
|
+
'bxHomeCircle': '\ueb14',
|
|
593
|
+
'bxHomeHeart': '\ueb15',
|
|
594
|
+
'bxHomeSmile': '\ueb16',
|
|
595
|
+
'bxHorizontalCenter': '\ueb17',
|
|
596
|
+
'bxHotel': '\ueb18',
|
|
597
|
+
'bxHourglass': '\ueb19',
|
|
598
|
+
'bxIdCard': '\ueb1a',
|
|
599
|
+
'bxImage': '\ueb1b',
|
|
600
|
+
'bxImageAdd': '\ueb1c',
|
|
601
|
+
'bxImageAlt': '\ueb1d',
|
|
602
|
+
'bxImages': '\ueb1e',
|
|
603
|
+
'bxImport': '\ueb1f',
|
|
604
|
+
'bxInfinite': '\ueb20',
|
|
605
|
+
'bxInfoCircle': '\ueb21',
|
|
606
|
+
'bxInfoSquare': '\ueb22',
|
|
607
|
+
'bxIntersect': '\ueb23',
|
|
608
|
+
'bxItalic': '\ueb24',
|
|
609
|
+
'bxJoystick': '\ueb25',
|
|
610
|
+
'bxJoystickAlt': '\ueb26',
|
|
611
|
+
'bxJoystickButton': '\ueb27',
|
|
612
|
+
'bxKey': '\ueb28',
|
|
613
|
+
'bxLabel': '\ueb29',
|
|
614
|
+
'bxLandscape': '\ueb2a',
|
|
615
|
+
'bxLaptop': '\ueb2b',
|
|
616
|
+
'bxLastPage': '\ueb2c',
|
|
617
|
+
'bxLaugh': '\ueb2d',
|
|
618
|
+
'bxLayer': '\ueb2e',
|
|
619
|
+
'bxLayerMinus': '\ueb2f',
|
|
620
|
+
'bxLayerPlus': '\ueb30',
|
|
621
|
+
'bxLayout': '\ueb31',
|
|
622
|
+
'bxLeftArrow': '\ueb32',
|
|
623
|
+
'bxLeftArrowAlt': '\ueb33',
|
|
624
|
+
'bxLeftArrowCircle': '\ueb34',
|
|
625
|
+
'bxLeftDownArrowCircle': '\ueb35',
|
|
626
|
+
'bxLeftIndent': '\ueb36',
|
|
627
|
+
'bxLeftTopArrowCircle': '\ueb37',
|
|
628
|
+
'bxLibrary': '\ueb38',
|
|
629
|
+
'bxLike': '\ueb39',
|
|
630
|
+
'bxLineChart': '\ueb3a',
|
|
631
|
+
'bxLineChartDown': '\ueb3b',
|
|
632
|
+
'bxLink': '\ueb3c',
|
|
633
|
+
'bxLinkAlt': '\ueb3d',
|
|
634
|
+
'bxLinkExternal': '\ueb3e',
|
|
635
|
+
'bxLira': '\ueb3f',
|
|
636
|
+
'bxListCheck': '\ueb40',
|
|
637
|
+
'bxListMinus': '\ueb41',
|
|
638
|
+
'bxListOl': '\ueb42',
|
|
639
|
+
'bxListPlus': '\ueb43',
|
|
640
|
+
'bxListUl': '\ueb44',
|
|
641
|
+
'bxLoader': '\ueb45',
|
|
642
|
+
'bxLoaderAlt': '\ueb46',
|
|
643
|
+
'bxLoaderCircle': '\ueb47',
|
|
644
|
+
'bxLocationPlus': '\ueb48',
|
|
645
|
+
'bxLock': '\ueb49',
|
|
646
|
+
'bxLockAlt': '\ueb4a',
|
|
647
|
+
'bxLockOpen': '\ueb4b',
|
|
648
|
+
'bxLockOpenAlt': '\ueb4c',
|
|
649
|
+
'bxLogIn': '\ueb4d',
|
|
650
|
+
'bxLogInCircle': '\ueb4e',
|
|
651
|
+
'bxLogOut': '\ueb4f',
|
|
652
|
+
'bxLogOutCircle': '\ueb50',
|
|
653
|
+
'bxLowVision': '\ueb51',
|
|
654
|
+
'bxMagnet': '\ueb52',
|
|
655
|
+
'bxMailSend': '\ueb53',
|
|
656
|
+
'bxMale': '\ueb54',
|
|
657
|
+
'bxMaleSign': '\ueb55',
|
|
658
|
+
'bxMap': '\ueb56',
|
|
659
|
+
'bxMapAlt': '\ueb57',
|
|
660
|
+
'bxMapPin': '\ueb58',
|
|
661
|
+
'bxMask': '\ueb59',
|
|
662
|
+
'bxMedal': '\ueb5a',
|
|
663
|
+
'bxMeh': '\ueb5b',
|
|
664
|
+
'bxMehAlt': '\ueb5c',
|
|
665
|
+
'bxMehBlank': '\ueb5d',
|
|
666
|
+
'bxMemoryCard': '\ueb5e',
|
|
667
|
+
'bxMenu': '\ueb5f',
|
|
668
|
+
'bxMenuAltLeft': '\ueb60',
|
|
669
|
+
'bxMenuAltRight': '\ueb61',
|
|
670
|
+
'bxMerge': '\ueb62',
|
|
671
|
+
'bxMessage': '\ueb63',
|
|
672
|
+
'bxMessageAdd': '\ueb64',
|
|
673
|
+
'bxMessageAlt': '\ueb65',
|
|
674
|
+
'bxMessageAltAdd': '\ueb66',
|
|
675
|
+
'bxMessageAltCheck': '\ueb67',
|
|
676
|
+
'bxMessageAltDetail': '\ueb68',
|
|
677
|
+
'bxMessageAltDots': '\ueb69',
|
|
678
|
+
'bxMessageAltEdit': '\ueb6a',
|
|
679
|
+
'bxMessageAltError': '\ueb6b',
|
|
680
|
+
'bxMessageAltMinus': '\ueb6c',
|
|
681
|
+
'bxMessageAltX': '\ueb6d',
|
|
682
|
+
'bxMessageCheck': '\ueb6e',
|
|
683
|
+
'bxMessageDetail': '\ueb6f',
|
|
684
|
+
'bxMessageDots': '\ueb70',
|
|
685
|
+
'bxMessageEdit': '\ueb71',
|
|
686
|
+
'bxMessageError': '\ueb72',
|
|
687
|
+
'bxMessageMinus': '\ueb73',
|
|
688
|
+
'bxMessageRounded': '\ueb74',
|
|
689
|
+
'bxMessageRoundedAdd': '\ueb75',
|
|
690
|
+
'bxMessageRoundedCheck': '\ueb76',
|
|
691
|
+
'bxMessageRoundedDetail': '\ueb77',
|
|
692
|
+
'bxMessageRoundedDots': '\ueb78',
|
|
693
|
+
'bxMessageRoundedEdit': '\ueb79',
|
|
694
|
+
'bxMessageRoundedError': '\ueb7a',
|
|
695
|
+
'bxMessageRoundedMinus': '\ueb7b',
|
|
696
|
+
'bxMessageRoundedX': '\ueb7c',
|
|
697
|
+
'bxMessageSquare': '\ueb7d',
|
|
698
|
+
'bxMessageSquareAdd': '\ueb7e',
|
|
699
|
+
'bxMessageSquareCheck': '\ueb7f',
|
|
700
|
+
'bxMessageSquareDetail': '\ueb80',
|
|
701
|
+
'bxMessageSquareDots': '\ueb81',
|
|
702
|
+
'bxMessageSquareEdit': '\ueb82',
|
|
703
|
+
'bxMessageSquareError': '\ueb83',
|
|
704
|
+
'bxMessageSquareMinus': '\ueb84',
|
|
705
|
+
'bxMessageSquareX': '\ueb85',
|
|
706
|
+
'bxMessageX': '\ueb86',
|
|
707
|
+
'bxMeteor': '\ueb87',
|
|
708
|
+
'bxMicrochip': '\ueb88',
|
|
709
|
+
'bxMicrophone': '\ueb89',
|
|
710
|
+
'bxMicrophoneOff': '\ueb8a',
|
|
711
|
+
'bxMinus': '\ueb8b',
|
|
712
|
+
'bxMinusBack': '\ueb8c',
|
|
713
|
+
'bxMinusCircle': '\ueb8d',
|
|
714
|
+
'bxMinusFront': '\ueb8e',
|
|
715
|
+
'bxMobile': '\ueb8f',
|
|
716
|
+
'bxMobileAlt': '\ueb90',
|
|
717
|
+
'bxMobileLandscape': '\ueb91',
|
|
718
|
+
'bxMobileVibration': '\ueb92',
|
|
719
|
+
'bxMoney': '\ueb93',
|
|
720
|
+
'bxMoon': '\ueb94',
|
|
721
|
+
'bxMouse': '\ueb95',
|
|
722
|
+
'bxMouseAlt': '\ueb96',
|
|
723
|
+
'bxMove': '\ueb97',
|
|
724
|
+
'bxMoveHorizontal': '\ueb98',
|
|
725
|
+
'bxMoveVertical': '\ueb99',
|
|
726
|
+
'bxMovie': '\ueb9a',
|
|
727
|
+
'bxMoviePlay': '\ueb9b',
|
|
728
|
+
'bxMusic': '\ueb9c',
|
|
729
|
+
'bxNavigation': '\ueb9d',
|
|
730
|
+
'bxNetworkChart': '\ueb9e',
|
|
731
|
+
'bxNews': '\ueb9f',
|
|
732
|
+
'bxNoEntry': '\ueba0',
|
|
733
|
+
'bxNote': '\ueba1',
|
|
734
|
+
'bxNotepad': '\ueba2',
|
|
735
|
+
'bxNotification': '\ueba3',
|
|
736
|
+
'bxNotificationOff': '\ueba4',
|
|
737
|
+
'bxOutline': '\ueba5',
|
|
738
|
+
'bxPackage': '\ueba6',
|
|
739
|
+
'bxPaint': '\ueba7',
|
|
740
|
+
'bxPaintRoll': '\ueba8',
|
|
741
|
+
'bxPalette': '\ueba9',
|
|
742
|
+
'bxPaperclip': '\uebaa',
|
|
743
|
+
'bxPaperPlane': '\uebab',
|
|
744
|
+
'bxParagraph': '\uebac',
|
|
745
|
+
'bxPaste': '\uebad',
|
|
746
|
+
'bxPause': '\uebae',
|
|
747
|
+
'bxPauseCircle': '\uebaf',
|
|
748
|
+
'bxPen': '\uebb0',
|
|
749
|
+
'bxPencil': '\uebb1',
|
|
750
|
+
'bxPhone': '\uebb2',
|
|
751
|
+
'bxPhoneCall': '\uebb3',
|
|
752
|
+
'bxPhoneIncoming': '\uebb4',
|
|
753
|
+
'bxPhoneOff': '\uebb5',
|
|
754
|
+
'bxPhoneOutgoing': '\uebb6',
|
|
755
|
+
'bxPhotoAlbum': '\uebb7',
|
|
756
|
+
'bxPieChart': '\uebb8',
|
|
757
|
+
'bxPieChartAlt': '\uebb9',
|
|
758
|
+
'bxPieChartAlt2': '\uebba',
|
|
759
|
+
'bxPin': '\uebbb',
|
|
760
|
+
'bxPlanet': '\uebbc',
|
|
761
|
+
'bxPlay': '\uebbd',
|
|
762
|
+
'bxPlayCircle': '\uebbe',
|
|
763
|
+
'bxPlug': '\uebbf',
|
|
764
|
+
'bxPlus': '\uebc0',
|
|
765
|
+
'bxPlusCircle': '\uebc1',
|
|
766
|
+
'bxPlusMedical': '\uebc2',
|
|
767
|
+
'bxPodcast': '\uebc3',
|
|
768
|
+
'bxPointer': '\uebc4',
|
|
769
|
+
'bxPoll': '\uebc5',
|
|
770
|
+
'bxPolygon': '\uebc6',
|
|
771
|
+
'bxPound': '\uebc7',
|
|
772
|
+
'bxPowerOff': '\uebc8',
|
|
773
|
+
'bxPrinter': '\uebc9',
|
|
774
|
+
'bxPulse': '\uebca',
|
|
775
|
+
'bxPurchaseTag': '\uebcb',
|
|
776
|
+
'bxPurchaseTagAlt': '\uebcc',
|
|
777
|
+
'bxPyramid': '\uebcd',
|
|
778
|
+
'bxQr': '\uebce',
|
|
779
|
+
'bxQrScan': '\uebcf',
|
|
780
|
+
'bxQuestionMark': '\uebd0',
|
|
781
|
+
'bxRadar': '\uebd1',
|
|
782
|
+
'bxRadio': '\uebd2',
|
|
783
|
+
'bxRadioCircle': '\uebd3',
|
|
784
|
+
'bxRadioCircleMarked': '\uebd4',
|
|
785
|
+
'bxReceipt': '\uebd5',
|
|
786
|
+
'bxRectangle': '\uebd6',
|
|
787
|
+
'bxRecycle': '\uebd7',
|
|
788
|
+
'bxRedo': '\uebd8',
|
|
789
|
+
'bxRefresh': '\uebd9',
|
|
790
|
+
'bxRegistered': '\uebda',
|
|
791
|
+
'bxRename': '\uebdb',
|
|
792
|
+
'bxRepeat': '\uebdc',
|
|
793
|
+
'bxReply': '\uebdd',
|
|
794
|
+
'bxReplyAll': '\uebde',
|
|
795
|
+
'bxRepost': '\uebdf',
|
|
796
|
+
'bxReset': '\uebe0',
|
|
797
|
+
'bxRestaurant': '\uebe1',
|
|
798
|
+
'bxRevision': '\uebe2',
|
|
799
|
+
'bxRewind': '\uebe3',
|
|
800
|
+
'bxRewindCircle': '\uebe4',
|
|
801
|
+
'bxRightArrow': '\uebe5',
|
|
802
|
+
'bxRightArrowAlt': '\uebe6',
|
|
803
|
+
'bxRightArrowCircle': '\uebe7',
|
|
804
|
+
'bxRightDownArrowCircle': '\uebe8',
|
|
805
|
+
'bxRightIndent': '\uebe9',
|
|
806
|
+
'bxRightTopArrowCircle': '\uebea',
|
|
807
|
+
'bxRocket': '\uebeb',
|
|
808
|
+
'bxRotateLeft': '\uebec',
|
|
809
|
+
'bxRotateRight': '\uebed',
|
|
810
|
+
'bxRss': '\uebee',
|
|
811
|
+
'bxRuble': '\uebef',
|
|
812
|
+
'bxRuler': '\uebf0',
|
|
813
|
+
'bxRun': '\uebf1',
|
|
814
|
+
'bxRupee': '\uebf2',
|
|
815
|
+
'bxSad': '\uebf3',
|
|
816
|
+
'bxSave': '\uebf4',
|
|
817
|
+
'bxScan': '\uebf5',
|
|
818
|
+
'bxScreenshot': '\uebf6',
|
|
819
|
+
'bxSearch': '\uebf7',
|
|
820
|
+
'bxSearchAlt': '\uebf8',
|
|
821
|
+
'bxSearchAlt2': '\uebf9',
|
|
822
|
+
'bxSelection': '\uebfa',
|
|
823
|
+
'bxSelectMultiple': '\uebfb',
|
|
824
|
+
'bxSend': '\uebfc',
|
|
825
|
+
'bxServer': '\uebfd',
|
|
826
|
+
'bxShapeCircle': '\uebfe',
|
|
827
|
+
'bxShapePolygon': '\uebff',
|
|
828
|
+
'bxShapeSquare': '\uec00',
|
|
829
|
+
'bxShapeTriangle': '\uec01',
|
|
830
|
+
'bxShare': '\uec02',
|
|
831
|
+
'bxShareAlt': '\uec03',
|
|
832
|
+
'bxShekel': '\uec04',
|
|
833
|
+
'bxShield': '\uec05',
|
|
834
|
+
'bxShieldAlt': '\uec06',
|
|
835
|
+
'bxShieldAlt2': '\uec07',
|
|
836
|
+
'bxShieldQuarter': '\uec08',
|
|
837
|
+
'bxShieldX': '\uec09',
|
|
838
|
+
'bxShocked': '\uec0a',
|
|
839
|
+
'bxShoppingBag': '\uec0b',
|
|
840
|
+
'bxShow': '\uec0c',
|
|
841
|
+
'bxShowAlt': '\uec0d',
|
|
842
|
+
'bxShuffle': '\uec0e',
|
|
843
|
+
'bxSidebar': '\uec0f',
|
|
844
|
+
'bxSitemap': '\uec10',
|
|
845
|
+
'bxSkipNext': '\uec11',
|
|
846
|
+
'bxSkipNextCircle': '\uec12',
|
|
847
|
+
'bxSkipPrevious': '\uec13',
|
|
848
|
+
'bxSkipPreviousCircle': '\uec14',
|
|
849
|
+
'bxSleepy': '\uec15',
|
|
850
|
+
'bxSlider': '\uec16',
|
|
851
|
+
'bxSliderAlt': '\uec17',
|
|
852
|
+
'bxSlideshow': '\uec18',
|
|
853
|
+
'bxSmile': '\uec19',
|
|
854
|
+
'bxSort': '\uec1a',
|
|
855
|
+
'bxSortAlt2': '\uec1b',
|
|
856
|
+
'bxSortAZ': '\uec1c',
|
|
857
|
+
'bxSortDown': '\uec1d',
|
|
858
|
+
'bxSortUp': '\uec1e',
|
|
859
|
+
'bxSortZA': '\uec1f',
|
|
860
|
+
'bxSpa': '\uec20',
|
|
861
|
+
'bxSpaceBar': '\uec21',
|
|
862
|
+
'bxSpeaker': '\uec22',
|
|
863
|
+
'bxSprayCan': '\uec23',
|
|
864
|
+
'bxSpreadsheet': '\uec24',
|
|
865
|
+
'bxSquare': '\uec25',
|
|
866
|
+
'bxSquareRounded': '\uec26',
|
|
867
|
+
'bxStar': '\uec27',
|
|
868
|
+
'bxStation': '\uec28',
|
|
869
|
+
'bxStats': '\uec29',
|
|
870
|
+
'bxSticker': '\uec2a',
|
|
871
|
+
'bxStop': '\uec2b',
|
|
872
|
+
'bxStopCircle': '\uec2c',
|
|
873
|
+
'bxStopwatch': '\uec2d',
|
|
874
|
+
'bxStore': '\uec2e',
|
|
875
|
+
'bxStoreAlt': '\uec2f',
|
|
876
|
+
'bxStreetView': '\uec30',
|
|
877
|
+
'bxStrikethrough': '\uec31',
|
|
878
|
+
'bxSubdirectoryLeft': '\uec32',
|
|
879
|
+
'bxSubdirectoryRight': '\uec33',
|
|
880
|
+
'bxSun': '\uec34',
|
|
881
|
+
'bxSupport': '\uec35',
|
|
882
|
+
'bxSwim': '\uec36',
|
|
883
|
+
'bxSync': '\uec37',
|
|
884
|
+
'bxTab': '\uec38',
|
|
885
|
+
'bxTable': '\uec39',
|
|
886
|
+
'bxTachometer': '\uec3a',
|
|
887
|
+
'bxTag': '\uec3b',
|
|
888
|
+
'bxTagAlt': '\uec3c',
|
|
889
|
+
'bxTargetLock': '\uec3d',
|
|
890
|
+
'bxTask': '\uec3e',
|
|
891
|
+
'bxTaskX': '\uec3f',
|
|
892
|
+
'bxTaxi': '\uec40',
|
|
893
|
+
'bxTennisBall': '\uec41',
|
|
894
|
+
'bxTerminal': '\uec42',
|
|
895
|
+
'bxTestTube': '\uec43',
|
|
896
|
+
'bxText': '\uec44',
|
|
897
|
+
'bxTime': '\uec45',
|
|
898
|
+
'bxTimeFive': '\uec46',
|
|
899
|
+
'bxTimer': '\uec47',
|
|
900
|
+
'bxTired': '\uec48',
|
|
901
|
+
'bxToggleLeft': '\uec49',
|
|
902
|
+
'bxToggleRight': '\uec4a',
|
|
903
|
+
'bxTone': '\uec4b',
|
|
904
|
+
'bxTrafficCone': '\uec4c',
|
|
905
|
+
'bxTrain': '\uec4d',
|
|
906
|
+
'bxTransfer': '\uec4e',
|
|
907
|
+
'bxTransferAlt': '\uec4f',
|
|
908
|
+
'bxTrash': '\uec50',
|
|
909
|
+
'bxTrashAlt': '\uec51',
|
|
910
|
+
'bxTrendingDown': '\uec52',
|
|
911
|
+
'bxTrendingUp': '\uec53',
|
|
912
|
+
'bxTrim': '\uec54',
|
|
913
|
+
'bxTrip': '\uec55',
|
|
914
|
+
'bxTrophy': '\uec56',
|
|
915
|
+
'bxTv': '\uec57',
|
|
916
|
+
'bxUnderline': '\uec58',
|
|
917
|
+
'bxUndo': '\uec59',
|
|
918
|
+
'bxUnite': '\uec5a',
|
|
919
|
+
'bxUnlink': '\uec5b',
|
|
920
|
+
'bxUpArrow': '\uec5c',
|
|
921
|
+
'bxUpArrowAlt': '\uec5d',
|
|
922
|
+
'bxUpArrowCircle': '\uec5e',
|
|
923
|
+
'bxUpload': '\uec5f',
|
|
924
|
+
'bxUpsideDown': '\uec60',
|
|
925
|
+
'bxUpvote': '\uec61',
|
|
926
|
+
'bxUsb': '\uec62',
|
|
927
|
+
'bxUser': '\uec63',
|
|
928
|
+
'bxUserCheck': '\uec64',
|
|
929
|
+
'bxUserCircle': '\uec65',
|
|
930
|
+
'bxUserMinus': '\uec66',
|
|
931
|
+
'bxUserPin': '\uec67',
|
|
932
|
+
'bxUserPlus': '\uec68',
|
|
933
|
+
'bxUserVoice': '\uec69',
|
|
934
|
+
'bxUserX': '\uec6a',
|
|
935
|
+
'bxVector': '\uec6b',
|
|
936
|
+
'bxVerticalCenter': '\uec6c',
|
|
937
|
+
'bxVial': '\uec6d',
|
|
938
|
+
'bxVideo': '\uec6e',
|
|
939
|
+
'bxVideoOff': '\uec6f',
|
|
940
|
+
'bxVideoPlus': '\uec70',
|
|
941
|
+
'bxVideoRecording': '\uec71',
|
|
942
|
+
'bxVoicemail': '\uec72',
|
|
943
|
+
'bxVolume': '\uec73',
|
|
944
|
+
'bxVolumeFull': '\uec74',
|
|
945
|
+
'bxVolumeLow': '\uec75',
|
|
946
|
+
'bxVolumeMute': '\uec76',
|
|
947
|
+
'bxWalk': '\uec77',
|
|
948
|
+
'bxWallet': '\uec78',
|
|
949
|
+
'bxWalletAlt': '\uec79',
|
|
950
|
+
'bxWater': '\uec7a',
|
|
951
|
+
'bxWebcam': '\uec7b',
|
|
952
|
+
'bxWifi': '\uec7c',
|
|
953
|
+
'bxWifi0': '\uec7d',
|
|
954
|
+
'bxWifi1': '\uec7e',
|
|
955
|
+
'bxWifi2': '\uec7f',
|
|
956
|
+
'bxWifiOff': '\uec80',
|
|
957
|
+
'bxWind': '\uec81',
|
|
958
|
+
'bxWindow': '\uec82',
|
|
959
|
+
'bxWindowAlt': '\uec83',
|
|
960
|
+
'bxWindowClose': '\uec84',
|
|
961
|
+
'bxWindowOpen': '\uec85',
|
|
962
|
+
'bxWindows': '\uec86',
|
|
963
|
+
'bxWine': '\uec87',
|
|
964
|
+
'bxWinkSmile': '\uec88',
|
|
965
|
+
'bxWinkTongue': '\uec89',
|
|
966
|
+
'bxWon': '\uec8a',
|
|
967
|
+
'bxWorld': '\uec8b',
|
|
968
|
+
'bxWrench': '\uec8c',
|
|
969
|
+
'bxX': '\uec8d',
|
|
970
|
+
'bxXCircle': '\uec8e',
|
|
971
|
+
'bxYen': '\uec8f',
|
|
972
|
+
'bxZoomIn': '\uec90',
|
|
973
|
+
'bxZoomOut': '\uec91',
|
|
974
|
+
'bxsParty': '\uec92',
|
|
975
|
+
'bxsHot': '\uec93',
|
|
976
|
+
'bxsDroplet': '\uec94',
|
|
977
|
+
'bxsCat': '\uec95',
|
|
978
|
+
'bxsDog': '\uec96',
|
|
979
|
+
'bxsInjection': '\uec97',
|
|
980
|
+
'bxsLeaf': '\uec98',
|
|
981
|
+
'bxsAddToQueue': '\uec99',
|
|
982
|
+
'bxsAdjust': '\uec9a',
|
|
983
|
+
'bxsAdjustAlt': '\uec9b',
|
|
984
|
+
'bxsAlarm': '\uec9c',
|
|
985
|
+
'bxsAlarmAdd': '\uec9d',
|
|
986
|
+
'bxsAlarmExclamation': '\uec9e',
|
|
987
|
+
'bxsAlarmOff': '\uec9f',
|
|
988
|
+
'bxsAlarmSnooze': '\ueca0',
|
|
989
|
+
'bxsAlbum': '\ueca1',
|
|
990
|
+
'bxsAmbulance': '\ueca2',
|
|
991
|
+
'bxsAnalyse': '\ueca3',
|
|
992
|
+
'bxsAngry': '\ueca4',
|
|
993
|
+
'bxsArch': '\ueca5',
|
|
994
|
+
'bxsArchive': '\ueca6',
|
|
995
|
+
'bxsArchiveIn': '\ueca7',
|
|
996
|
+
'bxsArchiveOut': '\ueca8',
|
|
997
|
+
'bxsArea': '\ueca9',
|
|
998
|
+
'bxsArrowFromBottom': '\uecaa',
|
|
999
|
+
'bxsArrowFromLeft': '\uecab',
|
|
1000
|
+
'bxsArrowFromRight': '\uecac',
|
|
1001
|
+
'bxsArrowFromTop': '\uecad',
|
|
1002
|
+
'bxsArrowToBottom': '\uecae',
|
|
1003
|
+
'bxsArrowToLeft': '\uecaf',
|
|
1004
|
+
'bxsArrowToRight': '\uecb0',
|
|
1005
|
+
'bxsArrowToTop': '\uecb1',
|
|
1006
|
+
'bxsAward': '\uecb2',
|
|
1007
|
+
'bxsBabyCarriage': '\uecb3',
|
|
1008
|
+
'bxsBackpack': '\uecb4',
|
|
1009
|
+
'bxsBadge': '\uecb5',
|
|
1010
|
+
'bxsBadgeCheck': '\uecb6',
|
|
1011
|
+
'bxsBadgeDollar': '\uecb7',
|
|
1012
|
+
'bxsBall': '\uecb8',
|
|
1013
|
+
'bxsBandAid': '\uecb9',
|
|
1014
|
+
'bxsBank': '\uecba',
|
|
1015
|
+
'bxsBarChartAlt2': '\uecbb',
|
|
1016
|
+
'bxsBarChartSquare': '\uecbc',
|
|
1017
|
+
'bxsBarcode': '\uecbd',
|
|
1018
|
+
'bxsBaseball': '\uecbe',
|
|
1019
|
+
'bxsBasket': '\uecbf',
|
|
1020
|
+
'bxsBasketball': '\uecc0',
|
|
1021
|
+
'bxsBath': '\uecc1',
|
|
1022
|
+
'bxsBattery': '\uecc2',
|
|
1023
|
+
'bxsBatteryCharging': '\uecc3',
|
|
1024
|
+
'bxsBatteryFull': '\uecc4',
|
|
1025
|
+
'bxsBatteryLow': '\uecc5',
|
|
1026
|
+
'bxsBed': '\uecc6',
|
|
1027
|
+
'bxsBeenHere': '\uecc7',
|
|
1028
|
+
'bxsBeer': '\uecc8',
|
|
1029
|
+
'bxsBell': '\uecc9',
|
|
1030
|
+
'bxsBellMinus': '\uecca',
|
|
1031
|
+
'bxsBellOff': '\ueccb',
|
|
1032
|
+
'bxsBellPlus': '\ueccc',
|
|
1033
|
+
'bxsBellRing': '\ueccd',
|
|
1034
|
+
'bxsBible': '\uecce',
|
|
1035
|
+
'bxsBinoculars': '\ueccf',
|
|
1036
|
+
'bxsBlanket': '\uecd0',
|
|
1037
|
+
'bxsBolt': '\uecd1',
|
|
1038
|
+
'bxsBoltCircle': '\uecd2',
|
|
1039
|
+
'bxsBomb': '\uecd3',
|
|
1040
|
+
'bxsBone': '\uecd4',
|
|
1041
|
+
'bxsBong': '\uecd5',
|
|
1042
|
+
'bxsBook': '\uecd6',
|
|
1043
|
+
'bxsBookAdd': '\uecd7',
|
|
1044
|
+
'bxsBookAlt': '\uecd8',
|
|
1045
|
+
'bxsBookBookmark': '\uecd9',
|
|
1046
|
+
'bxsBookContent': '\uecda',
|
|
1047
|
+
'bxsBookHeart': '\uecdb',
|
|
1048
|
+
'bxsBookmark': '\uecdc',
|
|
1049
|
+
'bxsBookmarkAlt': '\uecdd',
|
|
1050
|
+
'bxsBookmarkAltMinus': '\uecde',
|
|
1051
|
+
'bxsBookmarkAltPlus': '\uecdf',
|
|
1052
|
+
'bxsBookmarkHeart': '\uece0',
|
|
1053
|
+
'bxsBookmarkMinus': '\uece1',
|
|
1054
|
+
'bxsBookmarkPlus': '\uece2',
|
|
1055
|
+
'bxsBookmarks': '\uece3',
|
|
1056
|
+
'bxsBookmarkStar': '\uece4',
|
|
1057
|
+
'bxsBookOpen': '\uece5',
|
|
1058
|
+
'bxsBookReader': '\uece6',
|
|
1059
|
+
'bxsBot': '\uece7',
|
|
1060
|
+
'bxsBowlingBall': '\uece8',
|
|
1061
|
+
'bxsBox': '\uece9',
|
|
1062
|
+
'bxsBrain': '\uecea',
|
|
1063
|
+
'bxsBriefcase': '\ueceb',
|
|
1064
|
+
'bxsBriefcaseAlt': '\uecec',
|
|
1065
|
+
'bxsBriefcaseAlt2': '\ueced',
|
|
1066
|
+
'bxsBrightness': '\uecee',
|
|
1067
|
+
'bxsBrightnessHalf': '\uecef',
|
|
1068
|
+
'bxsBrush': '\uecf0',
|
|
1069
|
+
'bxsBrushAlt': '\uecf1',
|
|
1070
|
+
'bxsBug': '\uecf2',
|
|
1071
|
+
'bxsBugAlt': '\uecf3',
|
|
1072
|
+
'bxsBuilding': '\uecf4',
|
|
1073
|
+
'bxsBuildingHouse': '\uecf5',
|
|
1074
|
+
'bxsBuildings': '\uecf6',
|
|
1075
|
+
'bxsBulb': '\uecf7',
|
|
1076
|
+
'bxsBullseye': '\uecf8',
|
|
1077
|
+
'bxsBuoy': '\uecf9',
|
|
1078
|
+
'bxsBus': '\uecfa',
|
|
1079
|
+
'bxsBusiness': '\uecfb',
|
|
1080
|
+
'bxsBusSchool': '\uecfc',
|
|
1081
|
+
'bxsCabinet': '\uecfd',
|
|
1082
|
+
'bxsCake': '\uecfe',
|
|
1083
|
+
'bxsCalculator': '\uecff',
|
|
1084
|
+
'bxsCalendar': '\ued00',
|
|
1085
|
+
'bxsCalendarAlt': '\ued01',
|
|
1086
|
+
'bxsCalendarCheck': '\ued02',
|
|
1087
|
+
'bxsCalendarEdit': '\ued03',
|
|
1088
|
+
'bxsCalendarEvent': '\ued04',
|
|
1089
|
+
'bxsCalendarExclamation': '\ued05',
|
|
1090
|
+
'bxsCalendarHeart': '\ued06',
|
|
1091
|
+
'bxsCalendarMinus': '\ued07',
|
|
1092
|
+
'bxsCalendarPlus': '\ued08',
|
|
1093
|
+
'bxsCalendarStar': '\ued09',
|
|
1094
|
+
'bxsCalendarWeek': '\ued0a',
|
|
1095
|
+
'bxsCalendarX': '\ued0b',
|
|
1096
|
+
'bxsCamera': '\ued0c',
|
|
1097
|
+
'bxsCameraHome': '\ued0d',
|
|
1098
|
+
'bxsCameraMovie': '\ued0e',
|
|
1099
|
+
'bxsCameraOff': '\ued0f',
|
|
1100
|
+
'bxsCameraPlus': '\ued10',
|
|
1101
|
+
'bxsCapsule': '\ued11',
|
|
1102
|
+
'bxsCaptions': '\ued12',
|
|
1103
|
+
'bxsCar': '\ued13',
|
|
1104
|
+
'bxsCarBattery': '\ued14',
|
|
1105
|
+
'bxsCarCrash': '\ued15',
|
|
1106
|
+
'bxsCard': '\ued16',
|
|
1107
|
+
'bxsCaretDownCircle': '\ued17',
|
|
1108
|
+
'bxsCaretDownSquare': '\ued18',
|
|
1109
|
+
'bxsCaretLeftCircle': '\ued19',
|
|
1110
|
+
'bxsCaretLeftSquare': '\ued1a',
|
|
1111
|
+
'bxsCaretRightCircle': '\ued1b',
|
|
1112
|
+
'bxsCaretRightSquare': '\ued1c',
|
|
1113
|
+
'bxsCaretUpCircle': '\ued1d',
|
|
1114
|
+
'bxsCaretUpSquare': '\ued1e',
|
|
1115
|
+
'bxsCarGarage': '\ued1f',
|
|
1116
|
+
'bxsCarMechanic': '\ued20',
|
|
1117
|
+
'bxsCarousel': '\ued21',
|
|
1118
|
+
'bxsCart': '\ued22',
|
|
1119
|
+
'bxsCartAdd': '\ued23',
|
|
1120
|
+
'bxsCartAlt': '\ued24',
|
|
1121
|
+
'bxsCartDownload': '\ued25',
|
|
1122
|
+
'bxsCarWash': '\ued26',
|
|
1123
|
+
'bxsCategory': '\ued27',
|
|
1124
|
+
'bxsCategoryAlt': '\ued28',
|
|
1125
|
+
'bxsCctv': '\ued29',
|
|
1126
|
+
'bxsCertification': '\ued2a',
|
|
1127
|
+
'bxsChalkboard': '\ued2b',
|
|
1128
|
+
'bxsChart': '\ued2c',
|
|
1129
|
+
'bxsChat': '\ued2d',
|
|
1130
|
+
'bxsCheckbox': '\ued2e',
|
|
1131
|
+
'bxsCheckboxChecked': '\ued2f',
|
|
1132
|
+
'bxsCheckboxMinus': '\ued30',
|
|
1133
|
+
'bxsCheckCircle': '\ued31',
|
|
1134
|
+
'bxsCheckShield': '\ued32',
|
|
1135
|
+
'bxsCheckSquare': '\ued33',
|
|
1136
|
+
'bxsChess': '\ued34',
|
|
1137
|
+
'bxsChevronDown': '\ued35',
|
|
1138
|
+
'bxsChevronDownCircle': '\ued36',
|
|
1139
|
+
'bxsChevronDownSquare': '\ued37',
|
|
1140
|
+
'bxsChevronLeft': '\ued38',
|
|
1141
|
+
'bxsChevronLeftCircle': '\ued39',
|
|
1142
|
+
'bxsChevronLeftSquare': '\ued3a',
|
|
1143
|
+
'bxsChevronRight': '\ued3b',
|
|
1144
|
+
'bxsChevronRightCircle': '\ued3c',
|
|
1145
|
+
'bxsChevronRightSquare': '\ued3d',
|
|
1146
|
+
'bxsChevronsDown': '\ued3e',
|
|
1147
|
+
'bxsChevronsLeft': '\ued3f',
|
|
1148
|
+
'bxsChevronsRight': '\ued40',
|
|
1149
|
+
'bxsChevronsUp': '\ued41',
|
|
1150
|
+
'bxsChevronUp': '\ued42',
|
|
1151
|
+
'bxsChevronUpCircle': '\ued43',
|
|
1152
|
+
'bxsChevronUpSquare': '\ued44',
|
|
1153
|
+
'bxsChip': '\ued45',
|
|
1154
|
+
'bxsChurch': '\ued46',
|
|
1155
|
+
'bxsCircle': '\ued47',
|
|
1156
|
+
'bxsCity': '\ued48',
|
|
1157
|
+
'bxsClinic': '\ued49',
|
|
1158
|
+
'bxsCloud': '\ued4a',
|
|
1159
|
+
'bxsCloudDownload': '\ued4b',
|
|
1160
|
+
'bxsCloudLightning': '\ued4c',
|
|
1161
|
+
'bxsCloudRain': '\ued4d',
|
|
1162
|
+
'bxsCloudUpload': '\ued4e',
|
|
1163
|
+
'bxsCoffee': '\ued4f',
|
|
1164
|
+
'bxsCoffeeAlt': '\ued50',
|
|
1165
|
+
'bxsCoffeeTogo': '\ued51',
|
|
1166
|
+
'bxsCog': '\ued52',
|
|
1167
|
+
'bxsCoin': '\ued53',
|
|
1168
|
+
'bxsCoinStack': '\ued54',
|
|
1169
|
+
'bxsCollection': '\ued55',
|
|
1170
|
+
'bxsColorFill': '\ued56',
|
|
1171
|
+
'bxsComment': '\ued57',
|
|
1172
|
+
'bxsCommentAdd': '\ued58',
|
|
1173
|
+
'bxsCommentCheck': '\ued59',
|
|
1174
|
+
'bxsCommentDetail': '\ued5a',
|
|
1175
|
+
'bxsCommentDots': '\ued5b',
|
|
1176
|
+
'bxsCommentEdit': '\ued5c',
|
|
1177
|
+
'bxsCommentError': '\ued5d',
|
|
1178
|
+
'bxsCommentMinus': '\ued5e',
|
|
1179
|
+
'bxsCommentX': '\ued5f',
|
|
1180
|
+
'bxsCompass': '\ued60',
|
|
1181
|
+
'bxsComponent': '\ued61',
|
|
1182
|
+
'bxsConfused': '\ued62',
|
|
1183
|
+
'bxsContact': '\ued63',
|
|
1184
|
+
'bxsConversation': '\ued64',
|
|
1185
|
+
'bxsCookie': '\ued65',
|
|
1186
|
+
'bxsCool': '\ued66',
|
|
1187
|
+
'bxsCopy': '\ued67',
|
|
1188
|
+
'bxsCopyAlt': '\ued68',
|
|
1189
|
+
'bxsCopyright': '\ued69',
|
|
1190
|
+
'bxsCoupon': '\ued6a',
|
|
1191
|
+
'bxsCreditCard': '\ued6b',
|
|
1192
|
+
'bxsCreditCardAlt': '\ued6c',
|
|
1193
|
+
'bxsCreditCardFront': '\ued6d',
|
|
1194
|
+
'bxsCrop': '\ued6e',
|
|
1195
|
+
'bxsCrown': '\ued6f',
|
|
1196
|
+
'bxsCube': '\ued70',
|
|
1197
|
+
'bxsCubeAlt': '\ued71',
|
|
1198
|
+
'bxsCuboid': '\ued72',
|
|
1199
|
+
'bxsCustomize': '\ued73',
|
|
1200
|
+
'bxsCylinder': '\ued74',
|
|
1201
|
+
'bxsDashboard': '\ued75',
|
|
1202
|
+
'bxsData': '\ued76',
|
|
1203
|
+
'bxsDetail': '\ued77',
|
|
1204
|
+
'bxsDevices': '\ued78',
|
|
1205
|
+
'bxsDiamond': '\ued79',
|
|
1206
|
+
'bxsDice1': '\ued7a',
|
|
1207
|
+
'bxsDice2': '\ued7b',
|
|
1208
|
+
'bxsDice3': '\ued7c',
|
|
1209
|
+
'bxsDice4': '\ued7d',
|
|
1210
|
+
'bxsDice5': '\ued7e',
|
|
1211
|
+
'bxsDice6': '\ued7f',
|
|
1212
|
+
'bxsDirectionLeft': '\ued80',
|
|
1213
|
+
'bxsDirectionRight': '\ued81',
|
|
1214
|
+
'bxsDirections': '\ued82',
|
|
1215
|
+
'bxsDisc': '\ued83',
|
|
1216
|
+
'bxsDiscount': '\ued84',
|
|
1217
|
+
'bxsDish': '\ued85',
|
|
1218
|
+
'bxsDislike': '\ued86',
|
|
1219
|
+
'bxsDizzy': '\ued87',
|
|
1220
|
+
'bxsDockBottom': '\ued88',
|
|
1221
|
+
'bxsDockLeft': '\ued89',
|
|
1222
|
+
'bxsDockRight': '\ued8a',
|
|
1223
|
+
'bxsDockTop': '\ued8b',
|
|
1224
|
+
'bxsDollarCircle': '\ued8c',
|
|
1225
|
+
'bxsDonateBlood': '\ued8d',
|
|
1226
|
+
'bxsDonateHeart': '\ued8e',
|
|
1227
|
+
'bxsDoorOpen': '\ued8f',
|
|
1228
|
+
'bxsDoughnutChart': '\ued90',
|
|
1229
|
+
'bxsDownArrow': '\ued91',
|
|
1230
|
+
'bxsDownArrowAlt': '\ued92',
|
|
1231
|
+
'bxsDownArrowCircle': '\ued93',
|
|
1232
|
+
'bxsDownArrowSquare': '\ued94',
|
|
1233
|
+
'bxsDownload': '\ued95',
|
|
1234
|
+
'bxsDownvote': '\ued96',
|
|
1235
|
+
'bxsDrink': '\ued97',
|
|
1236
|
+
'bxsDropletHalf': '\ued98',
|
|
1237
|
+
'bxsDryer': '\ued99',
|
|
1238
|
+
'bxsDuplicate': '\ued9a',
|
|
1239
|
+
'bxsEdit': '\ued9b',
|
|
1240
|
+
'bxsEditAlt': '\ued9c',
|
|
1241
|
+
'bxsEditLocation': '\ued9d',
|
|
1242
|
+
'bxsEject': '\ued9e',
|
|
1243
|
+
'bxsEnvelope': '\ued9f',
|
|
1244
|
+
'bxsEnvelopeOpen': '\ueda0',
|
|
1245
|
+
'bxsEraser': '\ueda1',
|
|
1246
|
+
'bxsError': '\ueda2',
|
|
1247
|
+
'bxsErrorAlt': '\ueda3',
|
|
1248
|
+
'bxsErrorCircle': '\ueda4',
|
|
1249
|
+
'bxsEvStation': '\ueda5',
|
|
1250
|
+
'bxsExit': '\ueda6',
|
|
1251
|
+
'bxsExtension': '\ueda7',
|
|
1252
|
+
'bxsEyedropper': '\ueda8',
|
|
1253
|
+
'bxsFace': '\ueda9',
|
|
1254
|
+
'bxsFaceMask': '\uedaa',
|
|
1255
|
+
'bxsFactory': '\uedab',
|
|
1256
|
+
'bxsFastForwardCircle': '\uedac',
|
|
1257
|
+
'bxsFile': '\uedad',
|
|
1258
|
+
'bxsFileArchive': '\uedae',
|
|
1259
|
+
'bxsFileBlank': '\uedaf',
|
|
1260
|
+
'bxsFileCss': '\uedb0',
|
|
1261
|
+
'bxsFileDoc': '\uedb1',
|
|
1262
|
+
'bxsFileExport': '\uedb2',
|
|
1263
|
+
'bxsFileFind': '\uedb3',
|
|
1264
|
+
'bxsFileGif': '\uedb4',
|
|
1265
|
+
'bxsFileHtml': '\uedb5',
|
|
1266
|
+
'bxsFileImage': '\uedb6',
|
|
1267
|
+
'bxsFileImport': '\uedb7',
|
|
1268
|
+
'bxsFileJpg': '\uedb8',
|
|
1269
|
+
'bxsFileJs': '\uedb9',
|
|
1270
|
+
'bxsFileJson': '\uedba',
|
|
1271
|
+
'bxsFileMd': '\uedbb',
|
|
1272
|
+
'bxsFilePdf': '\uedbc',
|
|
1273
|
+
'bxsFilePlus': '\uedbd',
|
|
1274
|
+
'bxsFilePng': '\uedbe',
|
|
1275
|
+
'bxsFileTxt': '\uedbf',
|
|
1276
|
+
'bxsFilm': '\uedc0',
|
|
1277
|
+
'bxsFilterAlt': '\uedc1',
|
|
1278
|
+
'bxsFirstAid': '\uedc2',
|
|
1279
|
+
'bxsFlag': '\uedc3',
|
|
1280
|
+
'bxsFlagAlt': '\uedc4',
|
|
1281
|
+
'bxsFlagCheckered': '\uedc5',
|
|
1282
|
+
'bxsFlame': '\uedc6',
|
|
1283
|
+
'bxsFlask': '\uedc7',
|
|
1284
|
+
'bxsFlorist': '\uedc8',
|
|
1285
|
+
'bxsFolder': '\uedc9',
|
|
1286
|
+
'bxsFolderMinus': '\uedca',
|
|
1287
|
+
'bxsFolderOpen': '\uedcb',
|
|
1288
|
+
'bxsFolderPlus': '\uedcc',
|
|
1289
|
+
'bxsFoodMenu': '\uedcd',
|
|
1290
|
+
'bxsFridge': '\uedce',
|
|
1291
|
+
'bxsGame': '\uedcf',
|
|
1292
|
+
'bxsGasPump': '\uedd0',
|
|
1293
|
+
'bxsGhost': '\uedd1',
|
|
1294
|
+
'bxsGift': '\uedd2',
|
|
1295
|
+
'bxsGraduation': '\uedd3',
|
|
1296
|
+
'bxsGrid': '\uedd4',
|
|
1297
|
+
'bxsGridAlt': '\uedd5',
|
|
1298
|
+
'bxsGroup': '\uedd6',
|
|
1299
|
+
'bxsGuitarAmp': '\uedd7',
|
|
1300
|
+
'bxsHand': '\uedd8',
|
|
1301
|
+
'bxsHandDown': '\uedd9',
|
|
1302
|
+
'bxsHandLeft': '\uedda',
|
|
1303
|
+
'bxsHandRight': '\ueddb',
|
|
1304
|
+
'bxsHandUp': '\ueddc',
|
|
1305
|
+
'bxsHappy': '\ueddd',
|
|
1306
|
+
'bxsHappyAlt': '\uedde',
|
|
1307
|
+
'bxsHappyBeaming': '\ueddf',
|
|
1308
|
+
'bxsHappyHeartEyes': '\uede0',
|
|
1309
|
+
'bxsHdd': '\uede1',
|
|
1310
|
+
'bxsHeart': '\uede2',
|
|
1311
|
+
'bxsHeartCircle': '\uede3',
|
|
1312
|
+
'bxsHeartSquare': '\uede4',
|
|
1313
|
+
'bxsHelpCircle': '\uede5',
|
|
1314
|
+
'bxsHide': '\uede6',
|
|
1315
|
+
'bxsHome': '\uede7',
|
|
1316
|
+
'bxsHomeCircle': '\uede8',
|
|
1317
|
+
'bxsHomeHeart': '\uede9',
|
|
1318
|
+
'bxsHomeSmile': '\uedea',
|
|
1319
|
+
'bxsHotel': '\uedeb',
|
|
1320
|
+
'bxsHourglass': '\uedec',
|
|
1321
|
+
'bxsHourglassBottom': '\ueded',
|
|
1322
|
+
'bxsHourglassTop': '\uedee',
|
|
1323
|
+
'bxsIdCard': '\uedef',
|
|
1324
|
+
'bxsImage': '\uedf0',
|
|
1325
|
+
'bxsImageAdd': '\uedf1',
|
|
1326
|
+
'bxsImageAlt': '\uedf2',
|
|
1327
|
+
'bxsInbox': '\uedf3',
|
|
1328
|
+
'bxsInfoCircle': '\uedf4',
|
|
1329
|
+
'bxsInfoSquare': '\uedf5',
|
|
1330
|
+
'bxsInstitution': '\uedf6',
|
|
1331
|
+
'bxsJoystick': '\uedf7',
|
|
1332
|
+
'bxsJoystickAlt': '\uedf8',
|
|
1333
|
+
'bxsJoystickButton': '\uedf9',
|
|
1334
|
+
'bxsKey': '\uedfa',
|
|
1335
|
+
'bxsKeyboard': '\uedfb',
|
|
1336
|
+
'bxsLabel': '\uedfc',
|
|
1337
|
+
'bxsLandmark': '\uedfd',
|
|
1338
|
+
'bxsLandscape': '\uedfe',
|
|
1339
|
+
'bxsLaugh': '\uedff',
|
|
1340
|
+
'bxsLayer': '\uee00',
|
|
1341
|
+
'bxsLayerMinus': '\uee01',
|
|
1342
|
+
'bxsLayerPlus': '\uee02',
|
|
1343
|
+
'bxsLayout': '\uee03',
|
|
1344
|
+
'bxsLeftArrow': '\uee04',
|
|
1345
|
+
'bxsLeftArrowAlt': '\uee05',
|
|
1346
|
+
'bxsLeftArrowCircle': '\uee06',
|
|
1347
|
+
'bxsLeftArrowSquare': '\uee07',
|
|
1348
|
+
'bxsLeftDownArrowCircle': '\uee08',
|
|
1349
|
+
'bxsLeftTopArrowCircle': '\uee09',
|
|
1350
|
+
'bxsLike': '\uee0a',
|
|
1351
|
+
'bxsLocationPlus': '\uee0b',
|
|
1352
|
+
'bxsLock': '\uee0c',
|
|
1353
|
+
'bxsLockAlt': '\uee0d',
|
|
1354
|
+
'bxsLockOpen': '\uee0e',
|
|
1355
|
+
'bxsLockOpenAlt': '\uee0f',
|
|
1356
|
+
'bxsLogIn': '\uee10',
|
|
1357
|
+
'bxsLogInCircle': '\uee11',
|
|
1358
|
+
'bxsLogOut': '\uee12',
|
|
1359
|
+
'bxsLogOutCircle': '\uee13',
|
|
1360
|
+
'bxsLowVision': '\uee14',
|
|
1361
|
+
'bxsMagicWand': '\uee15',
|
|
1362
|
+
'bxsMagnet': '\uee16',
|
|
1363
|
+
'bxsMap': '\uee17',
|
|
1364
|
+
'bxsMapAlt': '\uee18',
|
|
1365
|
+
'bxsMapPin': '\uee19',
|
|
1366
|
+
'bxsMask': '\uee1a',
|
|
1367
|
+
'bxsMedal': '\uee1b',
|
|
1368
|
+
'bxsMegaphone': '\uee1c',
|
|
1369
|
+
'bxsMeh': '\uee1d',
|
|
1370
|
+
'bxsMehAlt': '\uee1e',
|
|
1371
|
+
'bxsMehBlank': '\uee1f',
|
|
1372
|
+
'bxsMemoryCard': '\uee20',
|
|
1373
|
+
'bxsMessage': '\uee21',
|
|
1374
|
+
'bxsMessageAdd': '\uee22',
|
|
1375
|
+
'bxsMessageAlt': '\uee23',
|
|
1376
|
+
'bxsMessageAltAdd': '\uee24',
|
|
1377
|
+
'bxsMessageAltCheck': '\uee25',
|
|
1378
|
+
'bxsMessageAltDetail': '\uee26',
|
|
1379
|
+
'bxsMessageAltDots': '\uee27',
|
|
1380
|
+
'bxsMessageAltEdit': '\uee28',
|
|
1381
|
+
'bxsMessageAltError': '\uee29',
|
|
1382
|
+
'bxsMessageAltMinus': '\uee2a',
|
|
1383
|
+
'bxsMessageAltX': '\uee2b',
|
|
1384
|
+
'bxsMessageCheck': '\uee2c',
|
|
1385
|
+
'bxsMessageDetail': '\uee2d',
|
|
1386
|
+
'bxsMessageDots': '\uee2e',
|
|
1387
|
+
'bxsMessageEdit': '\uee2f',
|
|
1388
|
+
'bxsMessageError': '\uee30',
|
|
1389
|
+
'bxsMessageMinus': '\uee31',
|
|
1390
|
+
'bxsMessageRounded': '\uee32',
|
|
1391
|
+
'bxsMessageRoundedAdd': '\uee33',
|
|
1392
|
+
'bxsMessageRoundedCheck': '\uee34',
|
|
1393
|
+
'bxsMessageRoundedDetail': '\uee35',
|
|
1394
|
+
'bxsMessageRoundedDots': '\uee36',
|
|
1395
|
+
'bxsMessageRoundedEdit': '\uee37',
|
|
1396
|
+
'bxsMessageRoundedError': '\uee38',
|
|
1397
|
+
'bxsMessageRoundedMinus': '\uee39',
|
|
1398
|
+
'bxsMessageRoundedX': '\uee3a',
|
|
1399
|
+
'bxsMessageSquare': '\uee3b',
|
|
1400
|
+
'bxsMessageSquareAdd': '\uee3c',
|
|
1401
|
+
'bxsMessageSquareCheck': '\uee3d',
|
|
1402
|
+
'bxsMessageSquareDetail': '\uee3e',
|
|
1403
|
+
'bxsMessageSquareDots': '\uee3f',
|
|
1404
|
+
'bxsMessageSquareEdit': '\uee40',
|
|
1405
|
+
'bxsMessageSquareError': '\uee41',
|
|
1406
|
+
'bxsMessageSquareMinus': '\uee42',
|
|
1407
|
+
'bxsMessageSquareX': '\uee43',
|
|
1408
|
+
'bxsMessageX': '\uee44',
|
|
1409
|
+
'bxsMeteor': '\uee45',
|
|
1410
|
+
'bxsMicrochip': '\uee46',
|
|
1411
|
+
'bxsMicrophone': '\uee47',
|
|
1412
|
+
'bxsMicrophoneAlt': '\uee48',
|
|
1413
|
+
'bxsMicrophoneOff': '\uee49',
|
|
1414
|
+
'bxsMinusCircle': '\uee4a',
|
|
1415
|
+
'bxsMinusSquare': '\uee4b',
|
|
1416
|
+
'bxsMobile': '\uee4c',
|
|
1417
|
+
'bxsMobileVibration': '\uee4d',
|
|
1418
|
+
'bxsMoon': '\uee4e',
|
|
1419
|
+
'bxsMouse': '\uee4f',
|
|
1420
|
+
'bxsMouseAlt': '\uee50',
|
|
1421
|
+
'bxsMovie': '\uee51',
|
|
1422
|
+
'bxsMoviePlay': '\uee52',
|
|
1423
|
+
'bxsMusic': '\uee53',
|
|
1424
|
+
'bxsNavigation': '\uee54',
|
|
1425
|
+
'bxsNetworkChart': '\uee55',
|
|
1426
|
+
'bxsNews': '\uee56',
|
|
1427
|
+
'bxsNoEntry': '\uee57',
|
|
1428
|
+
'bxsNote': '\uee58',
|
|
1429
|
+
'bxsNotepad': '\uee59',
|
|
1430
|
+
'bxsNotification': '\uee5a',
|
|
1431
|
+
'bxsNotificationOff': '\uee5b',
|
|
1432
|
+
'bxsOffer': '\uee5c',
|
|
1433
|
+
'bxsPackage': '\uee5d',
|
|
1434
|
+
'bxsPaint': '\uee5e',
|
|
1435
|
+
'bxsPaintRoll': '\uee5f',
|
|
1436
|
+
'bxsPalette': '\uee60',
|
|
1437
|
+
'bxsPaperPlane': '\uee61',
|
|
1438
|
+
'bxsParking': '\uee62',
|
|
1439
|
+
'bxsPaste': '\uee63',
|
|
1440
|
+
'bxsPen': '\uee64',
|
|
1441
|
+
'bxsPencil': '\uee65',
|
|
1442
|
+
'bxsPhone': '\uee66',
|
|
1443
|
+
'bxsPhoneCall': '\uee67',
|
|
1444
|
+
'bxsPhoneIncoming': '\uee68',
|
|
1445
|
+
'bxsPhoneOff': '\uee69',
|
|
1446
|
+
'bxsPhoneOutgoing': '\uee6a',
|
|
1447
|
+
'bxsPhotoAlbum': '\uee6b',
|
|
1448
|
+
'bxsPiano': '\uee6c',
|
|
1449
|
+
'bxsPieChart': '\uee6d',
|
|
1450
|
+
'bxsPieChartAlt': '\uee6e',
|
|
1451
|
+
'bxsPieChartAlt2': '\uee6f',
|
|
1452
|
+
'bxsPin': '\uee70',
|
|
1453
|
+
'bxsPizza': '\uee71',
|
|
1454
|
+
'bxsPlane': '\uee72',
|
|
1455
|
+
'bxsPlaneAlt': '\uee73',
|
|
1456
|
+
'bxsPlaneLand': '\uee74',
|
|
1457
|
+
'bxsPlanet': '\uee75',
|
|
1458
|
+
'bxsPlaneTakeOff': '\uee76',
|
|
1459
|
+
'bxsPlaylist': '\uee77',
|
|
1460
|
+
'bxsPlug': '\uee78',
|
|
1461
|
+
'bxsPlusCircle': '\uee79',
|
|
1462
|
+
'bxsPlusSquare': '\uee7a',
|
|
1463
|
+
'bxsPointer': '\uee7b',
|
|
1464
|
+
'bxsPolygon': '\uee7c',
|
|
1465
|
+
'bxsPrinter': '\uee7d',
|
|
1466
|
+
'bxsPurchaseTag': '\uee7e',
|
|
1467
|
+
'bxsPurchaseTagAlt': '\uee7f',
|
|
1468
|
+
'bxsPyramid': '\uee80',
|
|
1469
|
+
'bxsQuoteAltLeft': '\uee81',
|
|
1470
|
+
'bxsQuoteAltRight': '\uee82',
|
|
1471
|
+
'bxsQuoteLeft': '\uee83',
|
|
1472
|
+
'bxsQuoteRight': '\uee84',
|
|
1473
|
+
'bxsQuoteSingleLeft': '\uee85',
|
|
1474
|
+
'bxsQuoteSingleRight': '\uee86',
|
|
1475
|
+
'bxsRadiation': '\uee87',
|
|
1476
|
+
'bxsRadio': '\uee88',
|
|
1477
|
+
'bxsReceipt': '\uee89',
|
|
1478
|
+
'bxsRectangle': '\uee8a',
|
|
1479
|
+
'bxsRegistered': '\uee8b',
|
|
1480
|
+
'bxsRename': '\uee8c',
|
|
1481
|
+
'bxsReport': '\uee8d',
|
|
1482
|
+
'bxsRewindCircle': '\uee8e',
|
|
1483
|
+
'bxsRightArrow': '\uee8f',
|
|
1484
|
+
'bxsRightArrowAlt': '\uee90',
|
|
1485
|
+
'bxsRightArrowCircle': '\uee91',
|
|
1486
|
+
'bxsRightArrowSquare': '\uee92',
|
|
1487
|
+
'bxsRightDownArrowCircle': '\uee93',
|
|
1488
|
+
'bxsRightTopArrowCircle': '\uee94',
|
|
1489
|
+
'bxsRocket': '\uee95',
|
|
1490
|
+
'bxsRuler': '\uee96',
|
|
1491
|
+
'bxsSad': '\uee97',
|
|
1492
|
+
'bxsSave': '\uee98',
|
|
1493
|
+
'bxsSchool': '\uee99',
|
|
1494
|
+
'bxsSearch': '\uee9a',
|
|
1495
|
+
'bxsSearchAlt2': '\uee9b',
|
|
1496
|
+
'bxsSelectMultiple': '\uee9c',
|
|
1497
|
+
'bxsSend': '\uee9d',
|
|
1498
|
+
'bxsServer': '\uee9e',
|
|
1499
|
+
'bxsShapes': '\uee9f',
|
|
1500
|
+
'bxsShare': '\ueea0',
|
|
1501
|
+
'bxsShareAlt': '\ueea1',
|
|
1502
|
+
'bxsShield': '\ueea2',
|
|
1503
|
+
'bxsShieldAlt2': '\ueea3',
|
|
1504
|
+
'bxsShieldX': '\ueea4',
|
|
1505
|
+
'bxsShip': '\ueea5',
|
|
1506
|
+
'bxsShocked': '\ueea6',
|
|
1507
|
+
'bxsShoppingBag': '\ueea7',
|
|
1508
|
+
'bxsShoppingBagAlt': '\ueea8',
|
|
1509
|
+
'bxsShoppingBags': '\ueea9',
|
|
1510
|
+
'bxsShow': '\ueeaa',
|
|
1511
|
+
'bxsSkipNextCircle': '\ueeab',
|
|
1512
|
+
'bxsSkipPreviousCircle': '\ueeac',
|
|
1513
|
+
'bxsSkull': '\ueead',
|
|
1514
|
+
'bxsSleepy': '\ueeae',
|
|
1515
|
+
'bxsSlideshow': '\ueeaf',
|
|
1516
|
+
'bxsSmile': '\ueeb0',
|
|
1517
|
+
'bxsSortAlt': '\ueeb1',
|
|
1518
|
+
'bxsSpa': '\ueeb2',
|
|
1519
|
+
'bxsSpeaker': '\ueeb3',
|
|
1520
|
+
'bxsSprayCan': '\ueeb4',
|
|
1521
|
+
'bxsSpreadsheet': '\ueeb5',
|
|
1522
|
+
'bxsSquare': '\ueeb6',
|
|
1523
|
+
'bxsSquareRounded': '\ueeb7',
|
|
1524
|
+
'bxsStar': '\ueeb8',
|
|
1525
|
+
'bxsStarHalf': '\ueeb9',
|
|
1526
|
+
'bxsSticker': '\ueeba',
|
|
1527
|
+
'bxsStopwatch': '\ueebb',
|
|
1528
|
+
'bxsStore': '\ueebc',
|
|
1529
|
+
'bxsStoreAlt': '\ueebd',
|
|
1530
|
+
'bxsSun': '\ueebe',
|
|
1531
|
+
'bxsTachometer': '\ueebf',
|
|
1532
|
+
'bxsTag': '\ueec0',
|
|
1533
|
+
'bxsTagAlt': '\ueec1',
|
|
1534
|
+
'bxsTagX': '\ueec2',
|
|
1535
|
+
'bxsTaxi': '\ueec3',
|
|
1536
|
+
'bxsTennisBall': '\ueec4',
|
|
1537
|
+
'bxsTerminal': '\ueec5',
|
|
1538
|
+
'bxsThermometer': '\ueec6',
|
|
1539
|
+
'bxsTime': '\ueec7',
|
|
1540
|
+
'bxsTimeFive': '\ueec8',
|
|
1541
|
+
'bxsTimer': '\ueec9',
|
|
1542
|
+
'bxsTired': '\ueeca',
|
|
1543
|
+
'bxsToggleLeft': '\ueecb',
|
|
1544
|
+
'bxsToggleRight': '\ueecc',
|
|
1545
|
+
'bxsTone': '\ueecd',
|
|
1546
|
+
'bxsTorch': '\ueece',
|
|
1547
|
+
'bxsToTop': '\ueecf',
|
|
1548
|
+
'bxsTraffic': '\ueed0',
|
|
1549
|
+
'bxsTrafficBarrier': '\ueed1',
|
|
1550
|
+
'bxsTrafficCone': '\ueed2',
|
|
1551
|
+
'bxsTrain': '\ueed3',
|
|
1552
|
+
'bxsTrash': '\ueed4',
|
|
1553
|
+
'bxsTrashAlt': '\ueed5',
|
|
1554
|
+
'bxsTree': '\ueed6',
|
|
1555
|
+
'bxsTrophy': '\ueed7',
|
|
1556
|
+
'bxsTruck': '\ueed8',
|
|
1557
|
+
'bxsTShirt': '\ueed9',
|
|
1558
|
+
'bxsTv': '\ueeda',
|
|
1559
|
+
'bxsUpArrow': '\ueedb',
|
|
1560
|
+
'bxsUpArrowAlt': '\ueedc',
|
|
1561
|
+
'bxsUpArrowCircle': '\ueedd',
|
|
1562
|
+
'bxsUpArrowSquare': '\ueede',
|
|
1563
|
+
'bxsUpsideDown': '\ueedf',
|
|
1564
|
+
'bxsUpvote': '\ueee0',
|
|
1565
|
+
'bxsUser': '\ueee1',
|
|
1566
|
+
'bxsUserAccount': '\ueee2',
|
|
1567
|
+
'bxsUserBadge': '\ueee3',
|
|
1568
|
+
'bxsUserCheck': '\ueee4',
|
|
1569
|
+
'bxsUserCircle': '\ueee5',
|
|
1570
|
+
'bxsUserDetail': '\ueee6',
|
|
1571
|
+
'bxsUserMinus': '\ueee7',
|
|
1572
|
+
'bxsUserPin': '\ueee8',
|
|
1573
|
+
'bxsUserPlus': '\ueee9',
|
|
1574
|
+
'bxsUserRectangle': '\ueeea',
|
|
1575
|
+
'bxsUserVoice': '\ueeeb',
|
|
1576
|
+
'bxsUserX': '\ueeec',
|
|
1577
|
+
'bxsVector': '\ueeed',
|
|
1578
|
+
'bxsVial': '\ueeee',
|
|
1579
|
+
'bxsVideo': '\ueeef',
|
|
1580
|
+
'bxsVideoOff': '\ueef0',
|
|
1581
|
+
'bxsVideoPlus': '\ueef1',
|
|
1582
|
+
'bxsVideoRecording': '\ueef2',
|
|
1583
|
+
'bxsVideos': '\ueef3',
|
|
1584
|
+
'bxsVirus': '\ueef4',
|
|
1585
|
+
'bxsVirusBlock': '\ueef5',
|
|
1586
|
+
'bxsVolume': '\ueef6',
|
|
1587
|
+
'bxsVolumeFull': '\ueef7',
|
|
1588
|
+
'bxsVolumeLow': '\ueef8',
|
|
1589
|
+
'bxsVolumeMute': '\ueef9',
|
|
1590
|
+
'bxsWallet': '\ueefa',
|
|
1591
|
+
'bxsWalletAlt': '\ueefb',
|
|
1592
|
+
'bxsWasher': '\ueefc',
|
|
1593
|
+
'bxsWatch': '\ueefd',
|
|
1594
|
+
'bxsWatchAlt': '\ueefe',
|
|
1595
|
+
'bxsWebcam': '\ueeff',
|
|
1596
|
+
'bxsWidget': '\uef00',
|
|
1597
|
+
'bxsWindowAlt': '\uef01',
|
|
1598
|
+
'bxsWine': '\uef02',
|
|
1599
|
+
'bxsWinkSmile': '\uef03',
|
|
1600
|
+
'bxsWinkTongue': '\uef04',
|
|
1601
|
+
'bxsWrench': '\uef05',
|
|
1602
|
+
'bxsXCircle': '\uef06',
|
|
1603
|
+
'bxsXSquare': '\uef07',
|
|
1604
|
+
'bxsYinYang': '\uef08',
|
|
1605
|
+
'bxsZap': '\uef09',
|
|
1606
|
+
'bxsZoomIn': '\uef0a',
|
|
1607
|
+
'bxsZoomOut': '\uef0b',
|
|
1555
1608
|
};
|
|
1556
1609
|
exports.icons = icons;
|