befine_icon_set 0.5.2 → 0.6.3
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.
- checksums.yaml +4 -4
- data/app/assets/fonts/befine/befine.eot +0 -0
- data/app/assets/fonts/befine/befine.svg +362 -56
- data/app/assets/fonts/befine/befine.ttf +0 -0
- data/app/assets/fonts/befine/befine.woff +0 -0
- data/app/assets/stylesheets/befine/_fonts.scss +12 -268
- data/app/assets/stylesheets/befine/_icons.scss +2150 -0
- data/app/assets/stylesheets/befine/_variables.scss +361 -54
- data/app/assets/stylesheets/befine_icon_set.scss +2 -3
- data/befine_icon_set.gemspec +5 -5
- data/lib/befine_icon_set/version.rb +1 -1
- metadata +11 -10
@@ -0,0 +1,2150 @@
|
|
1
|
+
@import "variables";
|
2
|
+
|
3
|
+
.bf-add-button-with-plus-symbol-in-a-black-circle {
|
4
|
+
&:before {
|
5
|
+
content: $bf-add-button-with-plus-symbol-in-a-black-circle;
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
.bf-arrow-circle {
|
10
|
+
&:before {
|
11
|
+
content: $bf-arrow-circle;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
.bf-arrow-curving-around-a-circle {
|
16
|
+
&:before {
|
17
|
+
content: $bf-arrow-curving-around-a-circle;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
.bf-arrow-down {
|
22
|
+
&:before {
|
23
|
+
content: $bf-arrow-down;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
.bf-arrow-down-left {
|
28
|
+
&:before {
|
29
|
+
content: $bf-arrow-down-left;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
.bf-arrow-fork {
|
34
|
+
&:before {
|
35
|
+
content: $bf-arrow-fork;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
.bf-arrow-from {
|
40
|
+
&:before {
|
41
|
+
content: $bf-arrow-from;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.bf-arrowheads-of-thin-outline-to-the-left {
|
46
|
+
&:before {
|
47
|
+
content: $bf-arrowheads-of-thin-outline-to-the-left;
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
51
|
+
.bf-arrowhead-thin-outline-to-the-left {
|
52
|
+
&:before {
|
53
|
+
content: $bf-arrowhead-thin-outline-to-the-left;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
.bf-arrow-into-drive-symbol {
|
58
|
+
&:before {
|
59
|
+
content: $bf-arrow-into-drive-symbol;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
.bf-arrow-in-u-shape-to-turn {
|
64
|
+
&:before {
|
65
|
+
content: $bf-arrow-in-u-shape-to-turn;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
.bf-arrow-join {
|
70
|
+
&:before {
|
71
|
+
content: $bf-arrow-join;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
.bf-arrow-junction-one-to-the-left {
|
76
|
+
&:before {
|
77
|
+
content: $bf-arrow-junction-one-to-the-left;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
.bf-arrow-loop-1 {
|
82
|
+
&:before {
|
83
|
+
content: $bf-arrow-loop-1;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
.bf-arrow-loop-symbol {
|
88
|
+
&:before {
|
89
|
+
content: $bf-arrow-loop-symbol;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
.bf-arrow-merge-symbol {
|
94
|
+
&:before {
|
95
|
+
content: $bf-arrow-merge-symbol;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
.bf-arrow-of-large-size-turning-to-the-left {
|
100
|
+
&:before {
|
101
|
+
content: $bf-arrow-of-large-size-turning-to-the-left;
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
.bf-arrow-out {
|
106
|
+
&:before {
|
107
|
+
content: $bf-arrow-out;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
.bf-arrow-over-a-rectangular-element {
|
112
|
+
&:before {
|
113
|
+
content: $bf-arrow-over-a-rectangular-element;
|
114
|
+
}
|
115
|
+
}
|
116
|
+
|
117
|
+
.bf-arrow-pointing-down-right-in-a-circle {
|
118
|
+
&:before {
|
119
|
+
content: $bf-arrow-pointing-down-right-in-a-circle;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.bf-arrow-pointing-right-down {
|
124
|
+
&:before {
|
125
|
+
content: $bf-arrow-pointing-right-down;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
.bf-arrow-pointing-to-right {
|
130
|
+
&:before {
|
131
|
+
content: $bf-arrow-pointing-to-right;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
.bf-arrow-point-to-down {
|
136
|
+
&:before {
|
137
|
+
content: $bf-arrow-point-to-down;
|
138
|
+
}
|
139
|
+
}
|
140
|
+
|
141
|
+
.bf-arrow-point-to-right {
|
142
|
+
&:before {
|
143
|
+
content: $bf-arrow-point-to-right;
|
144
|
+
}
|
145
|
+
}
|
146
|
+
|
147
|
+
.bf-arrows-circle {
|
148
|
+
&:before {
|
149
|
+
content: $bf-arrows-circle;
|
150
|
+
}
|
151
|
+
}
|
152
|
+
|
153
|
+
.bf-arrows-group-interface-symbol-to-expand {
|
154
|
+
&:before {
|
155
|
+
content: $bf-arrows-group-interface-symbol-to-expand;
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
159
|
+
.bf-arrow-shuffle {
|
160
|
+
&:before {
|
161
|
+
content: $bf-arrow-shuffle;
|
162
|
+
}
|
163
|
+
}
|
164
|
+
|
165
|
+
.bf-arrows-merge-pointing-to-right {
|
166
|
+
&:before {
|
167
|
+
content: $bf-arrows-merge-pointing-to-right;
|
168
|
+
}
|
169
|
+
}
|
170
|
+
|
171
|
+
.bf-arrows-mix {
|
172
|
+
&:before {
|
173
|
+
content: $bf-arrows-mix;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
|
177
|
+
.bf-arrow-spread-symbol {
|
178
|
+
&:before {
|
179
|
+
content: $bf-arrow-spread-symbol;
|
180
|
+
}
|
181
|
+
}
|
182
|
+
|
183
|
+
.bf-arrow-squiggly {
|
184
|
+
&:before {
|
185
|
+
content: $bf-arrow-squiggly;
|
186
|
+
}
|
187
|
+
}
|
188
|
+
|
189
|
+
.bf-arrow-through {
|
190
|
+
&:before {
|
191
|
+
content: $bf-arrow-through;
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
.bf-arrow-to {
|
196
|
+
&:before {
|
197
|
+
content: $bf-arrow-to;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
.bf-arrow-to-the-left-silhouette {
|
202
|
+
&:before {
|
203
|
+
content: $bf-arrow-to-the-left-silhouette;
|
204
|
+
}
|
205
|
+
}
|
206
|
+
|
207
|
+
.bf-arrow-up {
|
208
|
+
&:before {
|
209
|
+
content: $bf-arrow-up;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
|
213
|
+
.bf-arrow-up-in-a-circle {
|
214
|
+
&:before {
|
215
|
+
content: $bf-arrow-up-in-a-circle;
|
216
|
+
}
|
217
|
+
}
|
218
|
+
|
219
|
+
.bf-arrow-up-right {
|
220
|
+
&:before {
|
221
|
+
content: $bf-arrow-up-right;
|
222
|
+
}
|
223
|
+
}
|
224
|
+
|
225
|
+
.bf-back-navigational-arrow-button-pointing-to-left {
|
226
|
+
&:before {
|
227
|
+
content: $bf-back-navigational-arrow-button-pointing-to-left;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
231
|
+
.bf-barrier-closed {
|
232
|
+
&:before {
|
233
|
+
content: $bf-barrier-closed;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
|
237
|
+
.bf-barrier-open {
|
238
|
+
&:before {
|
239
|
+
content: $bf-barrier-open;
|
240
|
+
}
|
241
|
+
}
|
242
|
+
|
243
|
+
.bf-basic-text-format {
|
244
|
+
&:before {
|
245
|
+
content: $bf-basic-text-format;
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
.bf-basic-window-appearance {
|
250
|
+
&:before {
|
251
|
+
content: $bf-basic-window-appearance;
|
252
|
+
}
|
253
|
+
}
|
254
|
+
|
255
|
+
.bf-bell-black-shape {
|
256
|
+
&:before {
|
257
|
+
content: $bf-bell-black-shape;
|
258
|
+
}
|
259
|
+
}
|
260
|
+
|
261
|
+
.bf-activity-bath {
|
262
|
+
&:before {
|
263
|
+
content: $bf-activity-bath;
|
264
|
+
}
|
265
|
+
}
|
266
|
+
|
267
|
+
.bf-activity-cook {
|
268
|
+
&:before {
|
269
|
+
content: $bf-activity-cook;
|
270
|
+
}
|
271
|
+
}
|
272
|
+
|
273
|
+
.bf-activity-physical {
|
274
|
+
&:before {
|
275
|
+
content: $bf-activity-physical;
|
276
|
+
}
|
277
|
+
}
|
278
|
+
|
279
|
+
.bf-activity-wash {
|
280
|
+
&:before {
|
281
|
+
content: $bf-activity-wash;
|
282
|
+
}
|
283
|
+
}
|
284
|
+
|
285
|
+
.bf-application {
|
286
|
+
&:before {
|
287
|
+
content: $bf-application;
|
288
|
+
}
|
289
|
+
}
|
290
|
+
|
291
|
+
.bf-attentiveness {
|
292
|
+
&:before {
|
293
|
+
content: $bf-attentiveness;
|
294
|
+
}
|
295
|
+
}
|
296
|
+
|
297
|
+
.bf-best {
|
298
|
+
&:before {
|
299
|
+
content: $bf-best;
|
300
|
+
}
|
301
|
+
}
|
302
|
+
|
303
|
+
.bf-briefcase {
|
304
|
+
&:before {
|
305
|
+
content: $bf-briefcase;
|
306
|
+
}
|
307
|
+
}
|
308
|
+
|
309
|
+
.bf-building {
|
310
|
+
&:before {
|
311
|
+
content: $bf-building;
|
312
|
+
}
|
313
|
+
}
|
314
|
+
|
315
|
+
.bf-calendar {
|
316
|
+
&:before {
|
317
|
+
content: $bf-calendar;
|
318
|
+
}
|
319
|
+
}
|
320
|
+
|
321
|
+
.bf-car {
|
322
|
+
&:before {
|
323
|
+
content: $bf-car;
|
324
|
+
}
|
325
|
+
}
|
326
|
+
|
327
|
+
.bf-care {
|
328
|
+
&:before {
|
329
|
+
content: $bf-care;
|
330
|
+
}
|
331
|
+
}
|
332
|
+
|
333
|
+
.bf-commitment {
|
334
|
+
&:before {
|
335
|
+
content: $bf-commitment;
|
336
|
+
}
|
337
|
+
}
|
338
|
+
|
339
|
+
.bf-community {
|
340
|
+
&:before {
|
341
|
+
content: $bf-community;
|
342
|
+
}
|
343
|
+
}
|
344
|
+
|
345
|
+
.bf-contact {
|
346
|
+
&:before {
|
347
|
+
content: $bf-contact;
|
348
|
+
}
|
349
|
+
}
|
350
|
+
|
351
|
+
.bf-cook {
|
352
|
+
&:before {
|
353
|
+
content: $bf-cook;
|
354
|
+
}
|
355
|
+
}
|
356
|
+
|
357
|
+
.bf-crown {
|
358
|
+
&:before {
|
359
|
+
content: $bf-crown;
|
360
|
+
}
|
361
|
+
}
|
362
|
+
|
363
|
+
.bf-diploma {
|
364
|
+
&:before {
|
365
|
+
content: $bf-diploma;
|
366
|
+
}
|
367
|
+
}
|
368
|
+
|
369
|
+
.bf-drive {
|
370
|
+
&:before {
|
371
|
+
content: $bf-drive;
|
372
|
+
}
|
373
|
+
}
|
374
|
+
|
375
|
+
.bf-education {
|
376
|
+
&:before {
|
377
|
+
content: $bf-education;
|
378
|
+
}
|
379
|
+
}
|
380
|
+
|
381
|
+
.bf-facebook {
|
382
|
+
&:before {
|
383
|
+
content: $bf-facebook;
|
384
|
+
}
|
385
|
+
}
|
386
|
+
|
387
|
+
.bf-give-love {
|
388
|
+
&:before {
|
389
|
+
content: $bf-give-love;
|
390
|
+
}
|
391
|
+
}
|
392
|
+
|
393
|
+
.bf-growth {
|
394
|
+
&:before {
|
395
|
+
content: $bf-growth;
|
396
|
+
}
|
397
|
+
}
|
398
|
+
|
399
|
+
.bf-happy {
|
400
|
+
&:before {
|
401
|
+
content: $bf-happy;
|
402
|
+
}
|
403
|
+
}
|
404
|
+
|
405
|
+
.bf-hourglass {
|
406
|
+
&:before {
|
407
|
+
content: $bf-hourglass;
|
408
|
+
}
|
409
|
+
}
|
410
|
+
|
411
|
+
.bf-infos {
|
412
|
+
&:before {
|
413
|
+
content: $bf-infos;
|
414
|
+
}
|
415
|
+
}
|
416
|
+
|
417
|
+
.bf-language {
|
418
|
+
&:before {
|
419
|
+
content: $bf-language;
|
420
|
+
}
|
421
|
+
}
|
422
|
+
|
423
|
+
.bf-linkedin {
|
424
|
+
&:before {
|
425
|
+
content: $bf-linkedin;
|
426
|
+
}
|
427
|
+
}
|
428
|
+
|
429
|
+
.bf-location {
|
430
|
+
&:before {
|
431
|
+
content: $bf-location;
|
432
|
+
}
|
433
|
+
}
|
434
|
+
|
435
|
+
.bf-mail {
|
436
|
+
&:before {
|
437
|
+
content: $bf-mail;
|
438
|
+
}
|
439
|
+
}
|
440
|
+
|
441
|
+
.bf-mailbox {
|
442
|
+
&:before {
|
443
|
+
content: $bf-mailbox;
|
444
|
+
}
|
445
|
+
}
|
446
|
+
|
447
|
+
.bf-map {
|
448
|
+
&:before {
|
449
|
+
content: $bf-map;
|
450
|
+
}
|
451
|
+
}
|
452
|
+
|
453
|
+
.bf-medicine {
|
454
|
+
&:before {
|
455
|
+
content: $bf-medicine;
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
459
|
+
.bf-mess {
|
460
|
+
&:before {
|
461
|
+
content: $bf-mess;
|
462
|
+
}
|
463
|
+
}
|
464
|
+
|
465
|
+
.bf-message-in-a {
|
466
|
+
&:before {
|
467
|
+
content: $bf-message-in-a;
|
468
|
+
}
|
469
|
+
}
|
470
|
+
|
471
|
+
.bf-message2 {
|
472
|
+
&:before {
|
473
|
+
content: $bf-message2;
|
474
|
+
}
|
475
|
+
}
|
476
|
+
|
477
|
+
.bf-mobilemessage {
|
478
|
+
&:before {
|
479
|
+
content: $bf-mobilemessage;
|
480
|
+
}
|
481
|
+
}
|
482
|
+
|
483
|
+
.bf-money {
|
484
|
+
&:before {
|
485
|
+
content: $bf-money;
|
486
|
+
}
|
487
|
+
}
|
488
|
+
|
489
|
+
.bf-network {
|
490
|
+
&:before {
|
491
|
+
content: $bf-network;
|
492
|
+
}
|
493
|
+
}
|
494
|
+
|
495
|
+
.bf-patience {
|
496
|
+
&:before {
|
497
|
+
content: $bf-patience;
|
498
|
+
}
|
499
|
+
}
|
500
|
+
|
501
|
+
.bf-people {
|
502
|
+
&:before {
|
503
|
+
content: $bf-people;
|
504
|
+
}
|
505
|
+
}
|
506
|
+
|
507
|
+
.bf-pig {
|
508
|
+
&:before {
|
509
|
+
content: $bf-pig;
|
510
|
+
}
|
511
|
+
}
|
512
|
+
|
513
|
+
.bf-plane {
|
514
|
+
&:before {
|
515
|
+
content: $bf-plane;
|
516
|
+
}
|
517
|
+
}
|
518
|
+
|
519
|
+
.bf-ponctuality {
|
520
|
+
&:before {
|
521
|
+
content: $bf-ponctuality;
|
522
|
+
}
|
523
|
+
}
|
524
|
+
|
525
|
+
.bf-proatividade {
|
526
|
+
&:before {
|
527
|
+
content: $bf-proatividade;
|
528
|
+
}
|
529
|
+
}
|
530
|
+
|
531
|
+
.bf-profile {
|
532
|
+
&:before {
|
533
|
+
content: $bf-profile;
|
534
|
+
}
|
535
|
+
}
|
536
|
+
|
537
|
+
.bf-profilepic {
|
538
|
+
&:before {
|
539
|
+
content: $bf-profilepic;
|
540
|
+
}
|
541
|
+
}
|
542
|
+
|
543
|
+
.bf-quotation {
|
544
|
+
&:before {
|
545
|
+
content: $bf-quotation;
|
546
|
+
}
|
547
|
+
}
|
548
|
+
|
549
|
+
.bf-quotation2 {
|
550
|
+
&:before {
|
551
|
+
content: $bf-quotation2;
|
552
|
+
}
|
553
|
+
}
|
554
|
+
|
555
|
+
.bf-register {
|
556
|
+
&:before {
|
557
|
+
content: $bf-register;
|
558
|
+
}
|
559
|
+
}
|
560
|
+
|
561
|
+
.bf-relax {
|
562
|
+
&:before {
|
563
|
+
content: $bf-relax;
|
564
|
+
}
|
565
|
+
}
|
566
|
+
|
567
|
+
.bf-school {
|
568
|
+
&:before {
|
569
|
+
content: $bf-school;
|
570
|
+
}
|
571
|
+
}
|
572
|
+
|
573
|
+
.bf-searching {
|
574
|
+
&:before {
|
575
|
+
content: $bf-searching;
|
576
|
+
}
|
577
|
+
}
|
578
|
+
|
579
|
+
.bf-security {
|
580
|
+
&:before {
|
581
|
+
content: $bf-security;
|
582
|
+
}
|
583
|
+
}
|
584
|
+
|
585
|
+
.bf-star {
|
586
|
+
&:before {
|
587
|
+
content: $bf-star;
|
588
|
+
}
|
589
|
+
}
|
590
|
+
|
591
|
+
.bf-time {
|
592
|
+
&:before {
|
593
|
+
content: $bf-time;
|
594
|
+
}
|
595
|
+
}
|
596
|
+
|
597
|
+
.bf-trust {
|
598
|
+
&:before {
|
599
|
+
content: $bf-trust;
|
600
|
+
}
|
601
|
+
}
|
602
|
+
|
603
|
+
.bf-twitter {
|
604
|
+
&:before {
|
605
|
+
content: $bf-twitter;
|
606
|
+
}
|
607
|
+
}
|
608
|
+
|
609
|
+
.bf-whatsapp {
|
610
|
+
&:before {
|
611
|
+
content: $bf-whatsapp;
|
612
|
+
}
|
613
|
+
}
|
614
|
+
|
615
|
+
.bf-youtube {
|
616
|
+
&:before {
|
617
|
+
content: $bf-youtube;
|
618
|
+
}
|
619
|
+
}
|
620
|
+
|
621
|
+
.bf-biohazard-sign-inside-a-triangle-outline {
|
622
|
+
&:before {
|
623
|
+
content: $bf-biohazard-sign-inside-a-triangle-outline;
|
624
|
+
}
|
625
|
+
}
|
626
|
+
|
627
|
+
.bf-blank-window-with-key {
|
628
|
+
&:before {
|
629
|
+
content: $bf-blank-window-with-key;
|
630
|
+
}
|
631
|
+
}
|
632
|
+
|
633
|
+
.bf-bookmarks {
|
634
|
+
&:before {
|
635
|
+
content: $bf-bookmarks;
|
636
|
+
}
|
637
|
+
}
|
638
|
+
|
639
|
+
.bf-book-of-black-cover-closed {
|
640
|
+
&:before {
|
641
|
+
content: $bf-book-of-black-cover-closed;
|
642
|
+
}
|
643
|
+
}
|
644
|
+
|
645
|
+
.bf-book-open-in-the-middle {
|
646
|
+
&:before {
|
647
|
+
content: $bf-book-open-in-the-middle;
|
648
|
+
}
|
649
|
+
}
|
650
|
+
|
651
|
+
.bf-books-overlapping-arrangement {
|
652
|
+
&:before {
|
653
|
+
content: $bf-books-overlapping-arrangement;
|
654
|
+
}
|
655
|
+
}
|
656
|
+
|
657
|
+
.bf-book-with-headphones-symbol {
|
658
|
+
&:before {
|
659
|
+
content: $bf-book-with-headphones-symbol;
|
660
|
+
}
|
661
|
+
}
|
662
|
+
|
663
|
+
.bf-book-with-white-bookmark {
|
664
|
+
&:before {
|
665
|
+
content: $bf-book-with-white-bookmark;
|
666
|
+
}
|
667
|
+
}
|
668
|
+
|
669
|
+
.bf-braille-text {
|
670
|
+
&:before {
|
671
|
+
content: $bf-braille-text;
|
672
|
+
}
|
673
|
+
}
|
674
|
+
|
675
|
+
.bf-broken-heart-silhouette-shape {
|
676
|
+
&:before {
|
677
|
+
content: $bf-broken-heart-silhouette-shape;
|
678
|
+
}
|
679
|
+
}
|
680
|
+
|
681
|
+
.bf-buoy {
|
682
|
+
&:before {
|
683
|
+
content: $bf-buoy;
|
684
|
+
}
|
685
|
+
}
|
686
|
+
|
687
|
+
.bf-calendar {
|
688
|
+
&:before {
|
689
|
+
content: $bf-calendar;
|
690
|
+
}
|
691
|
+
}
|
692
|
+
|
693
|
+
.bf-calibration-mark {
|
694
|
+
&:before {
|
695
|
+
content: $bf-calibration-mark;
|
696
|
+
}
|
697
|
+
}
|
698
|
+
|
699
|
+
.bf-candle-burning {
|
700
|
+
&:before {
|
701
|
+
content: $bf-candle-burning;
|
702
|
+
}
|
703
|
+
}
|
704
|
+
|
705
|
+
.bf-candle-holder-with-candle {
|
706
|
+
&:before {
|
707
|
+
content: $bf-candle-holder-with-candle;
|
708
|
+
}
|
709
|
+
}
|
710
|
+
|
711
|
+
.bf-cd-case {
|
712
|
+
&:before {
|
713
|
+
content: $bf-cd-case;
|
714
|
+
}
|
715
|
+
}
|
716
|
+
|
717
|
+
.bf-cd-drive {
|
718
|
+
&:before {
|
719
|
+
content: $bf-cd-drive;
|
720
|
+
}
|
721
|
+
}
|
722
|
+
|
723
|
+
.bf-cd-pirated-interface-symbol-for-piracy {
|
724
|
+
&:before {
|
725
|
+
content: $bf-cd-pirated-interface-symbol-for-piracy;
|
726
|
+
}
|
727
|
+
}
|
728
|
+
|
729
|
+
.bf-cd-window {
|
730
|
+
&:before {
|
731
|
+
content: $bf-cd-window;
|
732
|
+
}
|
733
|
+
}
|
734
|
+
|
735
|
+
.bf-cd-with-open-window {
|
736
|
+
&:before {
|
737
|
+
content: $bf-cd-with-open-window;
|
738
|
+
}
|
739
|
+
}
|
740
|
+
|
741
|
+
.bf-check {
|
742
|
+
&:before {
|
743
|
+
content: $bf-check;
|
744
|
+
}
|
745
|
+
}
|
746
|
+
|
747
|
+
.bf-checkered-racing-flag-variant {
|
748
|
+
&:before {
|
749
|
+
content: $bf-checkered-racing-flag-variant;
|
750
|
+
}
|
751
|
+
}
|
752
|
+
|
753
|
+
.bf-circle-outline {
|
754
|
+
&:before {
|
755
|
+
content: $bf-circle-outline;
|
756
|
+
}
|
757
|
+
}
|
758
|
+
|
759
|
+
.bf-circle-outline-with-exclamation-point {
|
760
|
+
&:before {
|
761
|
+
content: $bf-circle-outline-with-exclamation-point;
|
762
|
+
}
|
763
|
+
}
|
764
|
+
|
765
|
+
.bf-classic-phone {
|
766
|
+
&:before {
|
767
|
+
content: $bf-classic-phone;
|
768
|
+
}
|
769
|
+
}
|
770
|
+
|
771
|
+
.bf-clipboard {
|
772
|
+
&:before {
|
773
|
+
content: $bf-clipboard;
|
774
|
+
}
|
775
|
+
}
|
776
|
+
|
777
|
+
.bf-clipboard-empty-in-black {
|
778
|
+
&:before {
|
779
|
+
content: $bf-clipboard-empty-in-black;
|
780
|
+
}
|
781
|
+
}
|
782
|
+
|
783
|
+
.bf-clipboard-paste-option {
|
784
|
+
&:before {
|
785
|
+
content: $bf-clipboard-paste-option;
|
786
|
+
}
|
787
|
+
}
|
788
|
+
|
789
|
+
.bf-clipboard-variant-with-lists-and-checks {
|
790
|
+
&:before {
|
791
|
+
content: $bf-clipboard-variant-with-lists-and-checks;
|
792
|
+
}
|
793
|
+
}
|
794
|
+
|
795
|
+
.bf-clipboard-variant-with-pencil-and-check-mark-variant {
|
796
|
+
&:before {
|
797
|
+
content: $bf-clipboard-variant-with-pencil-and-check-mark-variant;
|
798
|
+
}
|
799
|
+
}
|
800
|
+
|
801
|
+
.bf-close {
|
802
|
+
&:before {
|
803
|
+
content: $bf-close;
|
804
|
+
}
|
805
|
+
}
|
806
|
+
|
807
|
+
.bf-closed-door-with-border-silhouette {
|
808
|
+
&:before {
|
809
|
+
content: $bf-closed-door-with-border-silhouette;
|
810
|
+
}
|
811
|
+
}
|
812
|
+
|
813
|
+
.bf-compact-disc-variant-with-border {
|
814
|
+
&:before {
|
815
|
+
content: $bf-compact-disc-variant-with-border;
|
816
|
+
}
|
817
|
+
}
|
818
|
+
|
819
|
+
.bf-copy-documents-option {
|
820
|
+
&:before {
|
821
|
+
content: $bf-copy-documents-option;
|
822
|
+
}
|
823
|
+
}
|
824
|
+
|
825
|
+
.bf-crosshair-variant-with-navigation-arrows {
|
826
|
+
&:before {
|
827
|
+
content: $bf-crosshair-variant-with-navigation-arrows;
|
828
|
+
}
|
829
|
+
}
|
830
|
+
|
831
|
+
.bf-cross-variant-with-arrow-edges {
|
832
|
+
&:before {
|
833
|
+
content: $bf-cross-variant-with-arrow-edges;
|
834
|
+
}
|
835
|
+
}
|
836
|
+
|
837
|
+
.bf-curved-arrow-to-the-right {
|
838
|
+
&:before {
|
839
|
+
content: $bf-curved-arrow-to-the-right;
|
840
|
+
}
|
841
|
+
}
|
842
|
+
|
843
|
+
.bf-cut {
|
844
|
+
&:before {
|
845
|
+
content: $bf-cut;
|
846
|
+
}
|
847
|
+
}
|
848
|
+
|
849
|
+
.bf-delete {
|
850
|
+
&:before {
|
851
|
+
content: $bf-delete;
|
852
|
+
}
|
853
|
+
}
|
854
|
+
|
855
|
+
.bf-delete-symbol-option {
|
856
|
+
&:before {
|
857
|
+
content: $bf-delete-symbol-option;
|
858
|
+
}
|
859
|
+
}
|
860
|
+
|
861
|
+
.bf-dictionary-book-with-letters-a-to-z {
|
862
|
+
&:before {
|
863
|
+
content: $bf-dictionary-book-with-letters-a-to-z;
|
864
|
+
}
|
865
|
+
}
|
866
|
+
|
867
|
+
.bf-diploma {
|
868
|
+
&:before {
|
869
|
+
content: $bf-diploma;
|
870
|
+
}
|
871
|
+
}
|
872
|
+
|
873
|
+
.bf-document-centering-horizontally {
|
874
|
+
&:before {
|
875
|
+
content: $bf-document-centering-horizontally;
|
876
|
+
}
|
877
|
+
}
|
878
|
+
|
879
|
+
.bf-document-empty {
|
880
|
+
&:before {
|
881
|
+
content: $bf-document-empty;
|
882
|
+
}
|
883
|
+
}
|
884
|
+
|
885
|
+
.bf-document-empty-horizontal-page {
|
886
|
+
&:before {
|
887
|
+
content: $bf-document-empty-horizontal-page;
|
888
|
+
}
|
889
|
+
}
|
890
|
+
|
891
|
+
.bf-document-file-with-line {
|
892
|
+
&:before {
|
893
|
+
content: $bf-document-file-with-line;
|
894
|
+
}
|
895
|
+
}
|
896
|
+
|
897
|
+
.bf-document-footer {
|
898
|
+
&:before {
|
899
|
+
content: $bf-document-footer;
|
900
|
+
}
|
901
|
+
}
|
902
|
+
|
903
|
+
.bf-document-header {
|
904
|
+
&:before {
|
905
|
+
content: $bf-document-header;
|
906
|
+
}
|
907
|
+
}
|
908
|
+
|
909
|
+
.bf-document-height-adjustment {
|
910
|
+
&:before {
|
911
|
+
content: $bf-document-height-adjustment;
|
912
|
+
}
|
913
|
+
}
|
914
|
+
|
915
|
+
.bf-document-page-number {
|
916
|
+
&:before {
|
917
|
+
content: $bf-document-page-number;
|
918
|
+
}
|
919
|
+
}
|
920
|
+
|
921
|
+
.bf-document-pinned {
|
922
|
+
&:before {
|
923
|
+
content: $bf-document-pinned;
|
924
|
+
}
|
925
|
+
}
|
926
|
+
|
927
|
+
.bf-documents-empty {
|
928
|
+
&:before {
|
929
|
+
content: $bf-documents-empty;
|
930
|
+
}
|
931
|
+
}
|
932
|
+
|
933
|
+
.bf-documents-exchange {
|
934
|
+
&:before {
|
935
|
+
content: $bf-documents-exchange;
|
936
|
+
}
|
937
|
+
}
|
938
|
+
|
939
|
+
.bf-document-size {
|
940
|
+
&:before {
|
941
|
+
content: $bf-document-size;
|
942
|
+
}
|
943
|
+
}
|
944
|
+
|
945
|
+
.bf-documents-with-a-heart-symbol {
|
946
|
+
&:before {
|
947
|
+
content: $bf-documents-with-a-heart-symbol;
|
948
|
+
}
|
949
|
+
}
|
950
|
+
|
951
|
+
.bf-document-tag-interface-symbol {
|
952
|
+
&:before {
|
953
|
+
content: $bf-document-tag-interface-symbol;
|
954
|
+
}
|
955
|
+
}
|
956
|
+
|
957
|
+
.bf-document-vertical-center-alignment {
|
958
|
+
&:before {
|
959
|
+
content: $bf-document-vertical-center-alignment;
|
960
|
+
}
|
961
|
+
}
|
962
|
+
|
963
|
+
.bf-document-width {
|
964
|
+
&:before {
|
965
|
+
content: $bf-document-width;
|
966
|
+
}
|
967
|
+
}
|
968
|
+
|
969
|
+
.bf-document-with-a-cup {
|
970
|
+
&:before {
|
971
|
+
content: $bf-document-with-a-cup;
|
972
|
+
}
|
973
|
+
}
|
974
|
+
|
975
|
+
.bf-document-with-gear {
|
976
|
+
&:before {
|
977
|
+
content: $bf-document-with-gear;
|
978
|
+
}
|
979
|
+
}
|
980
|
+
|
981
|
+
.bf-document-with-line-chart {
|
982
|
+
&:before {
|
983
|
+
content: $bf-document-with-line-chart;
|
984
|
+
}
|
985
|
+
}
|
986
|
+
|
987
|
+
.bf-document-with-paper-clip {
|
988
|
+
&:before {
|
989
|
+
content: $bf-document-with-paper-clip;
|
990
|
+
}
|
991
|
+
}
|
992
|
+
|
993
|
+
.bf-document-with-selection-box {
|
994
|
+
&:before {
|
995
|
+
content: $bf-document-with-selection-box;
|
996
|
+
}
|
997
|
+
}
|
998
|
+
|
999
|
+
.bf-document-with-speaker {
|
1000
|
+
&:before {
|
1001
|
+
content: $bf-document-with-speaker;
|
1002
|
+
}
|
1003
|
+
}
|
1004
|
+
|
1005
|
+
.bf-double-curve-arrow-to-the-right {
|
1006
|
+
&:before {
|
1007
|
+
content: $bf-double-curve-arrow-to-the-right;
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
.bf-escalator-silhouette-symbol {
|
1012
|
+
&:before {
|
1013
|
+
content: $bf-escalator-silhouette-symbol;
|
1014
|
+
}
|
1015
|
+
}
|
1016
|
+
|
1017
|
+
.bf-escalator-up-sign {
|
1018
|
+
&:before {
|
1019
|
+
content: $bf-escalator-up-sign;
|
1020
|
+
}
|
1021
|
+
}
|
1022
|
+
|
1023
|
+
.bf-eye {
|
1024
|
+
&:before {
|
1025
|
+
content: $bf-eye;
|
1026
|
+
}
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
.bf-female-symbol {
|
1030
|
+
&:before {
|
1031
|
+
content: $bf-female-symbol;
|
1032
|
+
}
|
1033
|
+
}
|
1034
|
+
|
1035
|
+
.bf-find-and-replace {
|
1036
|
+
&:before {
|
1037
|
+
content: $bf-find-and-replace;
|
1038
|
+
}
|
1039
|
+
}
|
1040
|
+
|
1041
|
+
.bf-first-aid-cross-in-black-inside-a-circle {
|
1042
|
+
&:before {
|
1043
|
+
content: $bf-first-aid-cross-in-black-inside-a-circle;
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
|
1047
|
+
.bf-fit-to-height {
|
1048
|
+
&:before {
|
1049
|
+
content: $bf-fit-to-height;
|
1050
|
+
}
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
.bf-fit-to-width {
|
1054
|
+
&:before {
|
1055
|
+
content: $bf-fit-to-width;
|
1056
|
+
}
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
.bf-flag-signal-in-black-cloth-on-a-pole {
|
1060
|
+
&:before {
|
1061
|
+
content: $bf-flag-signal-in-black-cloth-on-a-pole;
|
1062
|
+
}
|
1063
|
+
}
|
1064
|
+
|
1065
|
+
.bf-floppy-disk-digital-data-storage-or-save-interface-symbol {
|
1066
|
+
&:before {
|
1067
|
+
content: $bf-floppy-disk-digital-data-storage-or-save-interface-symbol;
|
1068
|
+
}
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
.bf-floppy-diskette-with-open-window {
|
1072
|
+
&:before {
|
1073
|
+
content: $bf-floppy-diskette-with-open-window;
|
1074
|
+
}
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
.bf-floppy-diskette-with-pen {
|
1078
|
+
&:before {
|
1079
|
+
content: $bf-floppy-diskette-with-pen;
|
1080
|
+
}
|
1081
|
+
}
|
1082
|
+
|
1083
|
+
.bf-floppy-disks-pair {
|
1084
|
+
&:before {
|
1085
|
+
content: $bf-floppy-disks-pair;
|
1086
|
+
}
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
.bf-floppy-drive {
|
1090
|
+
&:before {
|
1091
|
+
content: $bf-floppy-drive;
|
1092
|
+
}
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
.bf-folder-into {
|
1096
|
+
&:before {
|
1097
|
+
content: $bf-folder-into;
|
1098
|
+
}
|
1099
|
+
}
|
1100
|
+
|
1101
|
+
.bf-folder-network-option {
|
1102
|
+
&:before {
|
1103
|
+
content: $bf-folder-network-option;
|
1104
|
+
}
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
.bf-folder-out-interface-symbol {
|
1108
|
+
&:before {
|
1109
|
+
content: $bf-folder-out-interface-symbol;
|
1110
|
+
}
|
1111
|
+
}
|
1112
|
+
|
1113
|
+
.bf-folders-of-large-size-arranged {
|
1114
|
+
&:before {
|
1115
|
+
content: $bf-folders-of-large-size-arranged;
|
1116
|
+
}
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
.bf-folders-with-information {
|
1120
|
+
&:before {
|
1121
|
+
content: $bf-folders-with-information;
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
.bf-folder-with-a-document-page {
|
1126
|
+
&:before {
|
1127
|
+
content: $bf-folder-with-a-document-page;
|
1128
|
+
}
|
1129
|
+
}
|
1130
|
+
|
1131
|
+
.bf-folder-with-information {
|
1132
|
+
&:before {
|
1133
|
+
content: $bf-folder-with-information;
|
1134
|
+
}
|
1135
|
+
}
|
1136
|
+
|
1137
|
+
.bf-folder-with-label-of-large-size {
|
1138
|
+
&:before {
|
1139
|
+
content: $bf-folder-with-label-of-large-size;
|
1140
|
+
}
|
1141
|
+
}
|
1142
|
+
|
1143
|
+
.bf-folder-zip {
|
1144
|
+
&:before {
|
1145
|
+
content: $bf-folder-zip;
|
1146
|
+
}
|
1147
|
+
}
|
1148
|
+
|
1149
|
+
.bf-font {
|
1150
|
+
&:before {
|
1151
|
+
content: $bf-font;
|
1152
|
+
}
|
1153
|
+
}
|
1154
|
+
|
1155
|
+
.bf-font-style-bold {
|
1156
|
+
&:before {
|
1157
|
+
content: $bf-font-style-bold;
|
1158
|
+
}
|
1159
|
+
}
|
1160
|
+
|
1161
|
+
.bf-font-style-subscript {
|
1162
|
+
&:before {
|
1163
|
+
content: $bf-font-style-subscript;
|
1164
|
+
}
|
1165
|
+
}
|
1166
|
+
|
1167
|
+
.bf-font-style-superscript {
|
1168
|
+
&:before {
|
1169
|
+
content: $bf-font-style-superscript;
|
1170
|
+
}
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
.bf-font-style-underline {
|
1174
|
+
&:before {
|
1175
|
+
content: $bf-font-style-underline;
|
1176
|
+
}
|
1177
|
+
}
|
1178
|
+
|
1179
|
+
.bf-forbidden-sign {
|
1180
|
+
&:before {
|
1181
|
+
content: $bf-forbidden-sign;
|
1182
|
+
}
|
1183
|
+
}
|
1184
|
+
|
1185
|
+
.bf-four-arrows-meeting-at-the-center {
|
1186
|
+
&:before {
|
1187
|
+
content: $bf-four-arrows-meeting-at-the-center;
|
1188
|
+
}
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
.bf-garbage-can-half-full-with-recycle-symbol {
|
1192
|
+
&:before {
|
1193
|
+
content: $bf-garbage-can-half-full-with-recycle-symbol;
|
1194
|
+
}
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
.bf-garbage-can-with-recycling-symbol {
|
1198
|
+
&:before {
|
1199
|
+
content: $bf-garbage-can-with-recycling-symbol;
|
1200
|
+
}
|
1201
|
+
}
|
1202
|
+
|
1203
|
+
.bf-garbage-container {
|
1204
|
+
&:before {
|
1205
|
+
content: $bf-garbage-container;
|
1206
|
+
}
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
.bf-garbage-full {
|
1210
|
+
&:before {
|
1211
|
+
content: $bf-garbage-full;
|
1212
|
+
}
|
1213
|
+
}
|
1214
|
+
|
1215
|
+
.bf-garbage-with-recycle-sign-overflowing-with-trash {
|
1216
|
+
&:before {
|
1217
|
+
content: $bf-garbage-with-recycle-sign-overflowing-with-trash;
|
1218
|
+
}
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
.bf-group {
|
1222
|
+
&:before {
|
1223
|
+
content: $bf-group;
|
1224
|
+
}
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
.bf-hard-drive-computer-part {
|
1228
|
+
&:before {
|
1229
|
+
content: $bf-hard-drive-computer-part;
|
1230
|
+
}
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
.bf-hard-drive-network {
|
1234
|
+
&:before {
|
1235
|
+
content: $bf-hard-drive-network;
|
1236
|
+
}
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
.bf-history {
|
1240
|
+
&:before {
|
1241
|
+
content: $bf-history;
|
1242
|
+
}
|
1243
|
+
}
|
1244
|
+
|
1245
|
+
.bf-html-5-retro-circular-badge {
|
1246
|
+
&:before {
|
1247
|
+
content: $bf-html-5-retro-circular-badge;
|
1248
|
+
}
|
1249
|
+
}
|
1250
|
+
|
1251
|
+
.bf-id-card {
|
1252
|
+
&:before {
|
1253
|
+
content: $bf-id-card;
|
1254
|
+
}
|
1255
|
+
}
|
1256
|
+
|
1257
|
+
.bf-increased-revenue {
|
1258
|
+
&:before {
|
1259
|
+
content: $bf-increased-revenue;
|
1260
|
+
}
|
1261
|
+
}
|
1262
|
+
|
1263
|
+
.bf-indent-decrease-symbol {
|
1264
|
+
&:before {
|
1265
|
+
content: $bf-indent-decrease-symbol;
|
1266
|
+
}
|
1267
|
+
}
|
1268
|
+
|
1269
|
+
.bf-indent-increase-interface-symbol {
|
1270
|
+
&:before {
|
1271
|
+
content: $bf-indent-increase-interface-symbol;
|
1272
|
+
}
|
1273
|
+
}
|
1274
|
+
|
1275
|
+
.bf-information {
|
1276
|
+
&:before {
|
1277
|
+
content: $bf-information;
|
1278
|
+
}
|
1279
|
+
}
|
1280
|
+
|
1281
|
+
.bf-italics-font-style-variant {
|
1282
|
+
&:before {
|
1283
|
+
content: $bf-italics-font-style-variant;
|
1284
|
+
}
|
1285
|
+
}
|
1286
|
+
|
1287
|
+
.bf-justified-text-alignment {
|
1288
|
+
&:before {
|
1289
|
+
content: $bf-justified-text-alignment;
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
.bf-key-with-cross-sign {
|
1294
|
+
&:before {
|
1295
|
+
content: $bf-key-with-cross-sign;
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
.bf-led-light-lamp {
|
1300
|
+
&:before {
|
1301
|
+
content: $bf-led-light-lamp;
|
1302
|
+
}
|
1303
|
+
}
|
1304
|
+
|
1305
|
+
.bf-letter-n-lower-case-font {
|
1306
|
+
&:before {
|
1307
|
+
content: $bf-letter-n-lower-case-font;
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
|
1311
|
+
.bf-letters-abc-in-pixelated-form {
|
1312
|
+
&:before {
|
1313
|
+
content: $bf-letters-abc-in-pixelated-form;
|
1314
|
+
}
|
1315
|
+
}
|
1316
|
+
|
1317
|
+
.bf-lifebelt {
|
1318
|
+
&:before {
|
1319
|
+
content: $bf-lifebelt;
|
1320
|
+
}
|
1321
|
+
}
|
1322
|
+
|
1323
|
+
.bf-light-bulb-off {
|
1324
|
+
&:before {
|
1325
|
+
content: $bf-light-bulb-off;
|
1326
|
+
}
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
.bf-lightbulb-on {
|
1330
|
+
&:before {
|
1331
|
+
content: $bf-lightbulb-on;
|
1332
|
+
}
|
1333
|
+
}
|
1334
|
+
|
1335
|
+
.bf-line-break-symbol {
|
1336
|
+
&:before {
|
1337
|
+
content: $bf-line-break-symbol;
|
1338
|
+
}
|
1339
|
+
}
|
1340
|
+
|
1341
|
+
.bf-line-spacing-adjustment-in-a-paragraph {
|
1342
|
+
&:before {
|
1343
|
+
content: $bf-line-spacing-adjustment-in-a-paragraph;
|
1344
|
+
}
|
1345
|
+
}
|
1346
|
+
|
1347
|
+
.bf-line-spacing-text {
|
1348
|
+
&:before {
|
1349
|
+
content: $bf-line-spacing-text;
|
1350
|
+
}
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
.bf-list-roman-style-numbers {
|
1354
|
+
&:before {
|
1355
|
+
content: $bf-list-roman-style-numbers;
|
1356
|
+
}
|
1357
|
+
}
|
1358
|
+
|
1359
|
+
.bf-locator-on-an-open-folded-map {
|
1360
|
+
&:before {
|
1361
|
+
content: $bf-locator-on-an-open-folded-map;
|
1362
|
+
}
|
1363
|
+
}
|
1364
|
+
|
1365
|
+
.bf-log-in {
|
1366
|
+
&:before {
|
1367
|
+
content: $bf-log-in;
|
1368
|
+
}
|
1369
|
+
}
|
1370
|
+
|
1371
|
+
.bf-magazine-folder {
|
1372
|
+
&:before {
|
1373
|
+
content: $bf-magazine-folder;
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
|
1377
|
+
.bf-magic-wand {
|
1378
|
+
&:before {
|
1379
|
+
content: $bf-magic-wand;
|
1380
|
+
}
|
1381
|
+
}
|
1382
|
+
|
1383
|
+
.bf-magnifying-lens-with-plus-sign {
|
1384
|
+
&:before {
|
1385
|
+
content: $bf-magnifying-lens-with-plus-sign;
|
1386
|
+
}
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
.bf-male-gender-symbol-variant {
|
1390
|
+
&:before {
|
1391
|
+
content: $bf-male-gender-symbol-variant;
|
1392
|
+
}
|
1393
|
+
}
|
1394
|
+
|
1395
|
+
.bf-map {
|
1396
|
+
&:before {
|
1397
|
+
content: $bf-map;
|
1398
|
+
}
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
.bf-map-location {
|
1402
|
+
&:before {
|
1403
|
+
content: $bf-map-location;
|
1404
|
+
}
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
.bf-map-of-roads {
|
1408
|
+
&:before {
|
1409
|
+
content: $bf-map-of-roads;
|
1410
|
+
}
|
1411
|
+
}
|
1412
|
+
|
1413
|
+
.bf-map-route {
|
1414
|
+
&:before {
|
1415
|
+
content: $bf-map-route;
|
1416
|
+
}
|
1417
|
+
}
|
1418
|
+
|
1419
|
+
.bf-maximize-size-option {
|
1420
|
+
&:before {
|
1421
|
+
content: $bf-maximize-size-option;
|
1422
|
+
}
|
1423
|
+
}
|
1424
|
+
|
1425
|
+
.bf-medical-care {
|
1426
|
+
&:before {
|
1427
|
+
content: $bf-medical-care;
|
1428
|
+
}
|
1429
|
+
}
|
1430
|
+
|
1431
|
+
.bf-microsoft-word-document-file {
|
1432
|
+
&:before {
|
1433
|
+
content: $bf-microsoft-word-document-file;
|
1434
|
+
}
|
1435
|
+
}
|
1436
|
+
|
1437
|
+
.bf-minimize {
|
1438
|
+
&:before {
|
1439
|
+
content: $bf-minimize;
|
1440
|
+
}
|
1441
|
+
}
|
1442
|
+
|
1443
|
+
.bf-minus-sign {
|
1444
|
+
&:before {
|
1445
|
+
content: $bf-minus-sign;
|
1446
|
+
}
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
.bf-minus-sign-of-a-line-in-horizontal-position {
|
1450
|
+
&:before {
|
1451
|
+
content: $bf-minus-sign-of-a-line-in-horizontal-position;
|
1452
|
+
}
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
.bf-multimedia {
|
1456
|
+
&:before {
|
1457
|
+
content: $bf-multimedia;
|
1458
|
+
}
|
1459
|
+
}
|
1460
|
+
|
1461
|
+
.bf-music-document {
|
1462
|
+
&:before {
|
1463
|
+
content: $bf-music-document;
|
1464
|
+
}
|
1465
|
+
}
|
1466
|
+
|
1467
|
+
.bf-navigate-arrow-button-to-beginning {
|
1468
|
+
&:before {
|
1469
|
+
content: $bf-navigate-arrow-button-to-beginning;
|
1470
|
+
}
|
1471
|
+
}
|
1472
|
+
|
1473
|
+
.bf-navigate-arrows-pointing-to-down {
|
1474
|
+
&:before {
|
1475
|
+
content: $bf-navigate-arrows-pointing-to-down;
|
1476
|
+
}
|
1477
|
+
}
|
1478
|
+
|
1479
|
+
.bf-navigate-to-end {
|
1480
|
+
&:before {
|
1481
|
+
content: $bf-navigate-to-end;
|
1482
|
+
}
|
1483
|
+
}
|
1484
|
+
|
1485
|
+
.bf-navigate-up-arrow {
|
1486
|
+
&:before {
|
1487
|
+
content: $bf-navigate-up-arrow;
|
1488
|
+
}
|
1489
|
+
}
|
1490
|
+
|
1491
|
+
.bf-navigate-up-arrows {
|
1492
|
+
&:before {
|
1493
|
+
content: $bf-navigate-up-arrows;
|
1494
|
+
}
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
.bf-navigational-arrow-pointing-down-left-in-a-circle {
|
1498
|
+
&:before {
|
1499
|
+
content: $bf-navigational-arrow-pointing-down-left-in-a-circle;
|
1500
|
+
}
|
1501
|
+
}
|
1502
|
+
|
1503
|
+
.bf-navigation-history-interface-symbol-of-a-clock-with-an-arrow {
|
1504
|
+
&:before {
|
1505
|
+
content: $bf-navigation-history-interface-symbol-of-a-clock-with-an-arrow;
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
|
1509
|
+
.bf-navigation-up-arrow-to-the-left {
|
1510
|
+
&:before {
|
1511
|
+
content: $bf-navigation-up-arrow-to-the-left;
|
1512
|
+
}
|
1513
|
+
}
|
1514
|
+
|
1515
|
+
.bf-numbered-list-style {
|
1516
|
+
&:before {
|
1517
|
+
content: $bf-numbered-list-style;
|
1518
|
+
}
|
1519
|
+
}
|
1520
|
+
|
1521
|
+
.bf-open-door-with-border {
|
1522
|
+
&:before {
|
1523
|
+
content: $bf-open-door-with-border;
|
1524
|
+
}
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
.bf-open-folder-black-and-white-variant {
|
1528
|
+
&:before {
|
1529
|
+
content: $bf-open-folder-black-and-white-variant;
|
1530
|
+
}
|
1531
|
+
}
|
1532
|
+
|
1533
|
+
.bf-open-folder-with-document {
|
1534
|
+
&:before {
|
1535
|
+
content: $bf-open-folder-with-document;
|
1536
|
+
}
|
1537
|
+
}
|
1538
|
+
|
1539
|
+
.bf-open-scroll-outline {
|
1540
|
+
&:before {
|
1541
|
+
content: $bf-open-scroll-outline;
|
1542
|
+
}
|
1543
|
+
}
|
1544
|
+
|
1545
|
+
.bf-open-window-with-gear-sign {
|
1546
|
+
&:before {
|
1547
|
+
content: $bf-open-window-with-gear-sign;
|
1548
|
+
}
|
1549
|
+
}
|
1550
|
+
|
1551
|
+
.bf-open-window-with-height-adjustment {
|
1552
|
+
&:before {
|
1553
|
+
content: $bf-open-window-with-height-adjustment;
|
1554
|
+
}
|
1555
|
+
}
|
1556
|
+
|
1557
|
+
.bf-open-window-with-star-symbol {
|
1558
|
+
&:before {
|
1559
|
+
content: $bf-open-window-with-star-symbol;
|
1560
|
+
}
|
1561
|
+
}
|
1562
|
+
|
1563
|
+
.bf-open-window-with-timer {
|
1564
|
+
&:before {
|
1565
|
+
content: $bf-open-window-with-timer;
|
1566
|
+
}
|
1567
|
+
}
|
1568
|
+
|
1569
|
+
.bf-payment-method {
|
1570
|
+
&:before {
|
1571
|
+
content: $bf-payment-method;
|
1572
|
+
}
|
1573
|
+
}
|
1574
|
+
|
1575
|
+
.bf-people {
|
1576
|
+
&:before {
|
1577
|
+
content: $bf-people;
|
1578
|
+
}
|
1579
|
+
}
|
1580
|
+
|
1581
|
+
.bf-phone-call {
|
1582
|
+
&:before {
|
1583
|
+
content: $bf-phone-call;
|
1584
|
+
}
|
1585
|
+
}
|
1586
|
+
|
1587
|
+
.bf-plus-symbol-button {
|
1588
|
+
&:before {
|
1589
|
+
content: $bf-plus-symbol-button;
|
1590
|
+
}
|
1591
|
+
}
|
1592
|
+
|
1593
|
+
.bf-portfolio-folder-with-button-lock {
|
1594
|
+
&:before {
|
1595
|
+
content: $bf-portfolio-folder-with-button-lock;
|
1596
|
+
}
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
.bf-printer-of-network {
|
1600
|
+
&:before {
|
1601
|
+
content: $bf-printer-of-network;
|
1602
|
+
}
|
1603
|
+
}
|
1604
|
+
|
1605
|
+
.bf-printer-with-document-coming-out-of-machine {
|
1606
|
+
&:before {
|
1607
|
+
content: $bf-printer-with-document-coming-out-of-machine;
|
1608
|
+
}
|
1609
|
+
}
|
1610
|
+
|
1611
|
+
.bf-profits {
|
1612
|
+
&:before {
|
1613
|
+
content: $bf-profits;
|
1614
|
+
}
|
1615
|
+
}
|
1616
|
+
|
1617
|
+
.bf-question-mark-in-a-circle {
|
1618
|
+
&:before {
|
1619
|
+
content: $bf-question-mark-in-a-circle;
|
1620
|
+
}
|
1621
|
+
}
|
1622
|
+
|
1623
|
+
.bf-quotation-mark {
|
1624
|
+
&:before {
|
1625
|
+
content: $bf-quotation-mark;
|
1626
|
+
}
|
1627
|
+
}
|
1628
|
+
|
1629
|
+
.bf-quotation-marks {
|
1630
|
+
&:before {
|
1631
|
+
content: $bf-quotation-marks;
|
1632
|
+
}
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
.bf-quotation-right-mark {
|
1636
|
+
&:before {
|
1637
|
+
content: $bf-quotation-right-mark;
|
1638
|
+
}
|
1639
|
+
}
|
1640
|
+
|
1641
|
+
.bf-radiation-warning-sign {
|
1642
|
+
&:before {
|
1643
|
+
content: $bf-radiation-warning-sign;
|
1644
|
+
}
|
1645
|
+
}
|
1646
|
+
|
1647
|
+
.bf-recycle-symbol-made-of-arrows-with-selection-box {
|
1648
|
+
&:before {
|
1649
|
+
content: $bf-recycle-symbol-made-of-arrows-with-selection-box;
|
1650
|
+
}
|
1651
|
+
}
|
1652
|
+
|
1653
|
+
.bf-redo-navigational-arrow-in-a-circle {
|
1654
|
+
&:before {
|
1655
|
+
content: $bf-redo-navigational-arrow-in-a-circle;
|
1656
|
+
}
|
1657
|
+
}
|
1658
|
+
|
1659
|
+
.bf-refresh-arrows-couple {
|
1660
|
+
&:before {
|
1661
|
+
content: $bf-refresh-arrows-couple;
|
1662
|
+
}
|
1663
|
+
}
|
1664
|
+
|
1665
|
+
.bf-refresh-navigational-arrows-interface-symbol-inside-a-circle {
|
1666
|
+
&:before {
|
1667
|
+
content: $bf-refresh-navigational-arrows-interface-symbol-inside-a-circle;
|
1668
|
+
}
|
1669
|
+
}
|
1670
|
+
|
1671
|
+
.bf-refresh-selection-arrows-couple-inside-a-square-of-broken-line {
|
1672
|
+
&:before {
|
1673
|
+
content: $bf-refresh-selection-arrows-couple-inside-a-square-of-broken-line;
|
1674
|
+
}
|
1675
|
+
}
|
1676
|
+
|
1677
|
+
.bf-resize-arrow-inside-a-square-interface-symbol {
|
1678
|
+
&:before {
|
1679
|
+
content: $bf-resize-arrow-inside-a-square-interface-symbol;
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
|
1683
|
+
.bf-resume {
|
1684
|
+
&:before {
|
1685
|
+
content: $bf-resume;
|
1686
|
+
}
|
1687
|
+
}
|
1688
|
+
|
1689
|
+
.bf-right-thin-arrowheads {
|
1690
|
+
&:before {
|
1691
|
+
content: $bf-right-thin-arrowheads;
|
1692
|
+
}
|
1693
|
+
}
|
1694
|
+
|
1695
|
+
.bf-route-sign {
|
1696
|
+
&:before {
|
1697
|
+
content: $bf-route-sign;
|
1698
|
+
}
|
1699
|
+
}
|
1700
|
+
|
1701
|
+
.bf-scroll-variant-with-seal {
|
1702
|
+
&:before {
|
1703
|
+
content: $bf-scroll-variant-with-seal;
|
1704
|
+
}
|
1705
|
+
}
|
1706
|
+
|
1707
|
+
.bf-selection-symbol-for-interface-of-a-square-of-broken-line {
|
1708
|
+
&:before {
|
1709
|
+
content: $bf-selection-symbol-for-interface-of-a-square-of-broken-line;
|
1710
|
+
}
|
1711
|
+
}
|
1712
|
+
|
1713
|
+
.bf-service-bell {
|
1714
|
+
&:before {
|
1715
|
+
content: $bf-service-bell;
|
1716
|
+
}
|
1717
|
+
}
|
1718
|
+
|
1719
|
+
.bf-settings {
|
1720
|
+
&:before {
|
1721
|
+
content: $bf-settings;
|
1722
|
+
}
|
1723
|
+
}
|
1724
|
+
|
1725
|
+
.bf-ships-wheel {
|
1726
|
+
&:before {
|
1727
|
+
content: $bf-ships-wheel;
|
1728
|
+
}
|
1729
|
+
}
|
1730
|
+
|
1731
|
+
.bf-signaling-disc-tool {
|
1732
|
+
&:before {
|
1733
|
+
content: $bf-signaling-disc-tool;
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
|
1737
|
+
.bf-signpost-1 {
|
1738
|
+
&:before {
|
1739
|
+
content: $bf-signpost-1;
|
1740
|
+
}
|
1741
|
+
}
|
1742
|
+
|
1743
|
+
.bf-signpost-with-three-arrows {
|
1744
|
+
&:before {
|
1745
|
+
content: $bf-signpost-with-three-arrows;
|
1746
|
+
}
|
1747
|
+
}
|
1748
|
+
|
1749
|
+
.bf-speech-balloon-outline-for-conversation {
|
1750
|
+
&:before {
|
1751
|
+
content: $bf-speech-balloon-outline-for-conversation;
|
1752
|
+
}
|
1753
|
+
}
|
1754
|
+
|
1755
|
+
.bf-speech-balloon-outline-with-exclamation-mark {
|
1756
|
+
&:before {
|
1757
|
+
content: $bf-speech-balloon-outline-with-exclamation-mark;
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
|
1761
|
+
.bf-speech-balloon-outline-with-question-mark {
|
1762
|
+
&:before {
|
1763
|
+
content: $bf-speech-balloon-outline-with-question-mark;
|
1764
|
+
}
|
1765
|
+
}
|
1766
|
+
|
1767
|
+
.bf-spell-check-interface-symbol {
|
1768
|
+
&:before {
|
1769
|
+
content: $bf-spell-check-interface-symbol;
|
1770
|
+
}
|
1771
|
+
}
|
1772
|
+
|
1773
|
+
.bf-split-type-window {
|
1774
|
+
&:before {
|
1775
|
+
content: $bf-split-type-window;
|
1776
|
+
}
|
1777
|
+
}
|
1778
|
+
|
1779
|
+
.bf-square-root-of-x-math-formula {
|
1780
|
+
&:before {
|
1781
|
+
content: $bf-square-root-of-x-math-formula;
|
1782
|
+
}
|
1783
|
+
}
|
1784
|
+
|
1785
|
+
.bf-ssd-drive-part {
|
1786
|
+
&:before {
|
1787
|
+
content: $bf-ssd-drive-part;
|
1788
|
+
}
|
1789
|
+
}
|
1790
|
+
|
1791
|
+
.bf-stairs-down {
|
1792
|
+
&:before {
|
1793
|
+
content: $bf-stairs-down;
|
1794
|
+
}
|
1795
|
+
}
|
1796
|
+
|
1797
|
+
.bf-stairs-up {
|
1798
|
+
&:before {
|
1799
|
+
content: $bf-stairs-up;
|
1800
|
+
}
|
1801
|
+
}
|
1802
|
+
|
1803
|
+
.bf-star-in-black-of-five-points-shape {
|
1804
|
+
&:before {
|
1805
|
+
content: $bf-star-in-black-of-five-points-shape;
|
1806
|
+
}
|
1807
|
+
}
|
1808
|
+
|
1809
|
+
.bf-star-outline {
|
1810
|
+
&:before {
|
1811
|
+
content: $bf-star-outline;
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
|
1815
|
+
.bf-stop-sign-variant {
|
1816
|
+
&:before {
|
1817
|
+
content: $bf-stop-sign-variant;
|
1818
|
+
}
|
1819
|
+
}
|
1820
|
+
|
1821
|
+
.bf-strikethrough-font-variant {
|
1822
|
+
&:before {
|
1823
|
+
content: $bf-strikethrough-font-variant;
|
1824
|
+
}
|
1825
|
+
}
|
1826
|
+
|
1827
|
+
.bf-tags-black-couple-with-rings {
|
1828
|
+
&:before {
|
1829
|
+
content: $bf-tags-black-couple-with-rings;
|
1830
|
+
}
|
1831
|
+
}
|
1832
|
+
|
1833
|
+
.bf-teamwork {
|
1834
|
+
&:before {
|
1835
|
+
content: $bf-teamwork;
|
1836
|
+
}
|
1837
|
+
}
|
1838
|
+
|
1839
|
+
.bf-technology {
|
1840
|
+
&:before {
|
1841
|
+
content: $bf-technology;
|
1842
|
+
}
|
1843
|
+
}
|
1844
|
+
|
1845
|
+
.bf-template {
|
1846
|
+
&:before {
|
1847
|
+
content: $bf-template;
|
1848
|
+
}
|
1849
|
+
}
|
1850
|
+
|
1851
|
+
.bf-text-align-left {
|
1852
|
+
&:before {
|
1853
|
+
content: $bf-text-align-left;
|
1854
|
+
}
|
1855
|
+
}
|
1856
|
+
|
1857
|
+
.bf-text-alignment-at-the-center {
|
1858
|
+
&:before {
|
1859
|
+
content: $bf-text-alignment-at-the-center;
|
1860
|
+
}
|
1861
|
+
}
|
1862
|
+
|
1863
|
+
.bf-text-document {
|
1864
|
+
&:before {
|
1865
|
+
content: $bf-text-document;
|
1866
|
+
}
|
1867
|
+
}
|
1868
|
+
|
1869
|
+
.bf-ticket {
|
1870
|
+
&:before {
|
1871
|
+
content: $bf-ticket;
|
1872
|
+
}
|
1873
|
+
}
|
1874
|
+
|
1875
|
+
.bf-time {
|
1876
|
+
&:before {
|
1877
|
+
content: $bf-time;
|
1878
|
+
}
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
.bf-tool {
|
1882
|
+
&:before {
|
1883
|
+
content: $bf-tool;
|
1884
|
+
}
|
1885
|
+
}
|
1886
|
+
|
1887
|
+
.bf-traffic-light {
|
1888
|
+
&:before {
|
1889
|
+
content: $bf-traffic-light;
|
1890
|
+
}
|
1891
|
+
}
|
1892
|
+
|
1893
|
+
.bf-trafficlight-in-green {
|
1894
|
+
&:before {
|
1895
|
+
content: $bf-trafficlight-in-green;
|
1896
|
+
}
|
1897
|
+
}
|
1898
|
+
|
1899
|
+
.bf-traffic-light-in-red-signal {
|
1900
|
+
&:before {
|
1901
|
+
content: $bf-traffic-light-in-red-signal;
|
1902
|
+
}
|
1903
|
+
}
|
1904
|
+
|
1905
|
+
.bf-trafficlight-in-yellow {
|
1906
|
+
&:before {
|
1907
|
+
content: $bf-trafficlight-in-yellow;
|
1908
|
+
}
|
1909
|
+
}
|
1910
|
+
|
1911
|
+
.bf-trafficlight-off {
|
1912
|
+
&:before {
|
1913
|
+
content: $bf-trafficlight-off;
|
1914
|
+
}
|
1915
|
+
}
|
1916
|
+
|
1917
|
+
.bf-traffic-light-silhouette-variant {
|
1918
|
+
&:before {
|
1919
|
+
content: $bf-traffic-light-silhouette-variant;
|
1920
|
+
}
|
1921
|
+
}
|
1922
|
+
|
1923
|
+
.bf-triangular-warning-sign {
|
1924
|
+
&:before {
|
1925
|
+
content: $bf-triangular-warning-sign;
|
1926
|
+
}
|
1927
|
+
}
|
1928
|
+
|
1929
|
+
.bf-triple-arrow-merging-to-one {
|
1930
|
+
&:before {
|
1931
|
+
content: $bf-triple-arrow-merging-to-one;
|
1932
|
+
}
|
1933
|
+
}
|
1934
|
+
|
1935
|
+
.bf-undo-arrow {
|
1936
|
+
&:before {
|
1937
|
+
content: $bf-undo-arrow;
|
1938
|
+
}
|
1939
|
+
}
|
1940
|
+
|
1941
|
+
.bf-undo-navigational-arrow-in-a-circle {
|
1942
|
+
&:before {
|
1943
|
+
content: $bf-undo-navigational-arrow-in-a-circle;
|
1944
|
+
}
|
1945
|
+
}
|
1946
|
+
|
1947
|
+
.bf-up-right-arrow-in-a-circle {
|
1948
|
+
&:before {
|
1949
|
+
content: $bf-up-right-arrow-in-a-circle;
|
1950
|
+
}
|
1951
|
+
}
|
1952
|
+
|
1953
|
+
.bf-user {
|
1954
|
+
&:before {
|
1955
|
+
content: $bf-user;
|
1956
|
+
}
|
1957
|
+
}
|
1958
|
+
|
1959
|
+
.bf-user-1 {
|
1960
|
+
&:before {
|
1961
|
+
content: $bf-user-1;
|
1962
|
+
}
|
1963
|
+
}
|
1964
|
+
|
1965
|
+
.bf-user-2 {
|
1966
|
+
&:before {
|
1967
|
+
content: $bf-user-2;
|
1968
|
+
}
|
1969
|
+
}
|
1970
|
+
|
1971
|
+
.bf-user-3 {
|
1972
|
+
&:before {
|
1973
|
+
content: $bf-user-3;
|
1974
|
+
}
|
1975
|
+
}
|
1976
|
+
|
1977
|
+
.bf-user-4 {
|
1978
|
+
&:before {
|
1979
|
+
content: $bf-user-4;
|
1980
|
+
}
|
1981
|
+
}
|
1982
|
+
|
1983
|
+
.bf-user-5 {
|
1984
|
+
&:before {
|
1985
|
+
content: $bf-user-5;
|
1986
|
+
}
|
1987
|
+
}
|
1988
|
+
|
1989
|
+
.bf-user-6 {
|
1990
|
+
&:before {
|
1991
|
+
content: $bf-user-6;
|
1992
|
+
}
|
1993
|
+
}
|
1994
|
+
|
1995
|
+
.bf-user-7 {
|
1996
|
+
&:before {
|
1997
|
+
content: $bf-user-7;
|
1998
|
+
}
|
1999
|
+
}
|
2000
|
+
|
2001
|
+
.bf-user-8 {
|
2002
|
+
&:before {
|
2003
|
+
content: $bf-user-8;
|
2004
|
+
}
|
2005
|
+
}
|
2006
|
+
|
2007
|
+
.bf-user-9 {
|
2008
|
+
&:before {
|
2009
|
+
content: $bf-user-9;
|
2010
|
+
}
|
2011
|
+
}
|
2012
|
+
|
2013
|
+
.bf-user-10 {
|
2014
|
+
&:before {
|
2015
|
+
content: $bf-user-10;
|
2016
|
+
}
|
2017
|
+
}
|
2018
|
+
|
2019
|
+
.bf-user-11 {
|
2020
|
+
&:before {
|
2021
|
+
content: $bf-user-11;
|
2022
|
+
}
|
2023
|
+
}
|
2024
|
+
|
2025
|
+
.bf-user-12 {
|
2026
|
+
&:before {
|
2027
|
+
content: $bf-user-12;
|
2028
|
+
}
|
2029
|
+
}
|
2030
|
+
|
2031
|
+
.bf-user-13 {
|
2032
|
+
&:before {
|
2033
|
+
content: $bf-user-13;
|
2034
|
+
}
|
2035
|
+
}
|
2036
|
+
|
2037
|
+
.bf-user-14 {
|
2038
|
+
&:before {
|
2039
|
+
content: $bf-user-14;
|
2040
|
+
}
|
2041
|
+
}
|
2042
|
+
|
2043
|
+
.bf-user-15 {
|
2044
|
+
&:before {
|
2045
|
+
content: $bf-user-15;
|
2046
|
+
}
|
2047
|
+
}
|
2048
|
+
|
2049
|
+
.bf-user-16 {
|
2050
|
+
&:before {
|
2051
|
+
content: $bf-user-16;
|
2052
|
+
}
|
2053
|
+
}
|
2054
|
+
|
2055
|
+
.bf-view-11 {
|
2056
|
+
&:before {
|
2057
|
+
content: $bf-view-11;
|
2058
|
+
}
|
2059
|
+
}
|
2060
|
+
|
2061
|
+
.bf-warning-flammable-sign {
|
2062
|
+
&:before {
|
2063
|
+
content: $bf-warning-flammable-sign;
|
2064
|
+
}
|
2065
|
+
}
|
2066
|
+
|
2067
|
+
.bf-warning-voltage-sign-of-a-bolt-inside-a-triangle {
|
2068
|
+
&:before {
|
2069
|
+
content: $bf-warning-voltage-sign-of-a-bolt-inside-a-triangle;
|
2070
|
+
}
|
2071
|
+
}
|
2072
|
+
|
2073
|
+
.bf-warning-window-with-exclamation-sign-inside-a-triangle {
|
2074
|
+
&:before {
|
2075
|
+
content: $bf-warning-window-with-exclamation-sign-inside-a-triangle;
|
2076
|
+
}
|
2077
|
+
}
|
2078
|
+
|
2079
|
+
.bf-window-close {
|
2080
|
+
&:before {
|
2081
|
+
content: $bf-window-close;
|
2082
|
+
}
|
2083
|
+
}
|
2084
|
+
|
2085
|
+
.bf-window-networking-option {
|
2086
|
+
&:before {
|
2087
|
+
content: $bf-window-networking-option;
|
2088
|
+
}
|
2089
|
+
}
|
2090
|
+
|
2091
|
+
.bf-window-of-test-card {
|
2092
|
+
&:before {
|
2093
|
+
content: $bf-window-of-test-card;
|
2094
|
+
}
|
2095
|
+
}
|
2096
|
+
|
2097
|
+
.bf-windows-close {
|
2098
|
+
&:before {
|
2099
|
+
content: $bf-windows-close;
|
2100
|
+
}
|
2101
|
+
}
|
2102
|
+
|
2103
|
+
.bf-windows-couple {
|
2104
|
+
&:before {
|
2105
|
+
content: $bf-windows-couple;
|
2106
|
+
}
|
2107
|
+
}
|
2108
|
+
|
2109
|
+
.bf-window-size {
|
2110
|
+
&:before {
|
2111
|
+
content: $bf-window-size;
|
2112
|
+
}
|
2113
|
+
}
|
2114
|
+
|
2115
|
+
.bf-window-split-vertical {
|
2116
|
+
&:before {
|
2117
|
+
content: $bf-window-split-vertical;
|
2118
|
+
}
|
2119
|
+
}
|
2120
|
+
|
2121
|
+
.bf-window-width {
|
2122
|
+
&:before {
|
2123
|
+
content: $bf-window-width;
|
2124
|
+
}
|
2125
|
+
}
|
2126
|
+
|
2127
|
+
.bf-window-with-side-bar-selection {
|
2128
|
+
&:before {
|
2129
|
+
content: $bf-window-with-side-bar-selection;
|
2130
|
+
}
|
2131
|
+
}
|
2132
|
+
|
2133
|
+
.bf-yield-sign {
|
2134
|
+
&:before {
|
2135
|
+
content: $bf-yield-sign;
|
2136
|
+
}
|
2137
|
+
}
|
2138
|
+
|
2139
|
+
.bf-zip-file-document-variant {
|
2140
|
+
&:before {
|
2141
|
+
content: $bf-zip-file-document-variant;
|
2142
|
+
}
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
.bf-zoom-out-option {
|
2146
|
+
&:before {
|
2147
|
+
content: $bf-zoom-out-option;
|
2148
|
+
}
|
2149
|
+
}
|
2150
|
+
|