@iris.interactive/handcook 1.0.0 → 1.0.4

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.
Files changed (31) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
  3. package/public/fonts/svgfont/etourisme/etourisme-font.eot +0 -0
  4. package/public/fonts/svgfont/etourisme/etourisme-font.svg +1 -0
  5. package/public/fonts/svgfont/etourisme/etourisme-font.ttf +0 -0
  6. package/public/fonts/svgfont/etourisme/etourisme-font.woff +0 -0
  7. package/public/fonts/svgfont/info-neige/info-neige-font.eot +0 -0
  8. package/public/fonts/svgfont/info-neige/info-neige-font.svg +1 -0
  9. package/public/fonts/svgfont/info-neige/info-neige-font.ttf +0 -0
  10. package/public/fonts/svgfont/info-neige/info-neige-font.woff +0 -0
  11. package/public/fonts/svgfont/iris-tides/iris-tides-font.eot +0 -0
  12. package/public/fonts/svgfont/iris-tides/iris-tides-font.svg +1 -0
  13. package/public/fonts/svgfont/iris-tides/iris-tides-font.ttf +0 -0
  14. package/public/fonts/svgfont/iris-tides/iris-tides-font.woff +0 -0
  15. package/public/fonts/svgfont/iris-weather/iris-weather-font.eot +0 -0
  16. package/public/fonts/svgfont/iris-weather/iris-weather-font.svg +1 -0
  17. package/public/fonts/svgfont/iris-weather/iris-weather-font.ttf +0 -0
  18. package/public/fonts/svgfont/iris-weather/iris-weather-font.woff +0 -0
  19. package/public/fonts/svgfont/theme/theme-font.eot +0 -0
  20. package/public/fonts/svgfont/theme/theme-font.svg +1 -0
  21. package/public/fonts/svgfont/theme/theme-font.ttf +0 -0
  22. package/public/fonts/svgfont/theme/theme-font.woff +0 -0
  23. package/public/scripts/index.js +236 -2
  24. package/public/styles/scss/_mixin-font.scss +30 -0
  25. package/public/styles/scss/lib/_etourisme-font.scss +55 -0
  26. package/public/styles/scss/lib/_info-neige-font.scss +37 -0
  27. package/public/styles/scss/lib/_iris-tides-font.scss +39 -0
  28. package/public/styles/scss/lib/_iris-weather-font.scss +48 -0
  29. package/public/styles/scss/lib/_theme-font.scss +135 -0
  30. package/public/styles/style.css +1025 -0
  31. package/public/scripts/index.js.map +0 -1
@@ -0,0 +1,1025 @@
1
+ /*
2
+ * Created by IRIS Interactive
3
+ * User : IRIS Interactive
4
+ */
5
+ /* Import
6
+ /* ============================================= */
7
+ /* Fonticon
8
+ /* ============================================= */
9
+ /*
10
+ * Created by IRIS Interactive
11
+ * User : IRIS Interactive
12
+ */
13
+ /* Import
14
+ /* ============================================= */
15
+ /* Fonticon
16
+ /* ============================================= */
17
+ @font-face {
18
+ font-family: "etourisme-font";
19
+ font-weight: normal;
20
+ font-style: normal;
21
+ src: url("../fonts/svgfont/etourisme/etourisme-font.eot"), url("../fonts/svgfont/etourisme/etourisme-font.woff") format("woff"), url("../fonts/svgfont/etourisme/etourisme-font.ttf") format("truetype"), url("../fonts/svgfont/etourisme/etourisme-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/etourisme/etourisme-font.svg#etourisme-font") format("svg");
22
+ font-display: swap;
23
+ }
24
+ .ei:before,
25
+ .ei:after {
26
+ display: inline-block;
27
+ vertical-align: middle;
28
+ font-family: "etourisme-font", sans-serif;
29
+ font-style: initial;
30
+ }
31
+
32
+ .ei--danger:not(.ei--after):before {
33
+ content: "\ea01";
34
+ }
35
+
36
+ .ei--danger.ei--after:after {
37
+ content: "\ea01";
38
+ }
39
+
40
+ .ei--denivele:not(.ei--after):before {
41
+ content: "\ea02";
42
+ }
43
+
44
+ .ei--denivele.ei--after:after {
45
+ content: "\ea02";
46
+ }
47
+
48
+ .ei--distance:not(.ei--after):before {
49
+ content: "\ea03";
50
+ }
51
+
52
+ .ei--distance.ei--after:after {
53
+ content: "\ea03";
54
+ }
55
+
56
+ .ei--duration:not(.ei--after):before {
57
+ content: "\ea04";
58
+ }
59
+
60
+ .ei--duration.ei--after:after {
61
+ content: "\ea04";
62
+ }
63
+
64
+ .ei--environment:not(.ei--after):before {
65
+ content: "\ea05";
66
+ }
67
+
68
+ .ei--environment.ei--after:after {
69
+ content: "\ea05";
70
+ }
71
+
72
+ .ei--file-downlaod:not(.ei--after):before {
73
+ content: "\ea06";
74
+ }
75
+
76
+ .ei--file-downlaod.ei--after:after {
77
+ content: "\ea06";
78
+ }
79
+
80
+ .ei--flag:not(.ei--after):before {
81
+ content: "\ea07";
82
+ }
83
+
84
+ .ei--flag.ei--after:after {
85
+ content: "\ea07";
86
+ }
87
+
88
+ .ei--itinerary:not(.ei--after):before {
89
+ content: "\ea08";
90
+ }
91
+
92
+ .ei--itinerary.ei--after:after {
93
+ content: "\ea08";
94
+ }
95
+
96
+ .ei--level:not(.ei--after):before {
97
+ content: "\ea09";
98
+ }
99
+
100
+ .ei--level.ei--after:after {
101
+ content: "\ea09";
102
+ }
103
+
104
+ .ei--location-on:not(.ei--after):before {
105
+ content: "\ea0a";
106
+ }
107
+
108
+ .ei--location-on.ei--after:after {
109
+ content: "\ea0a";
110
+ }
111
+
112
+ .ei--loop:not(.ei--after):before {
113
+ content: "\ea0b";
114
+ }
115
+
116
+ .ei--loop.ei--after:after {
117
+ content: "\ea0b";
118
+ }
119
+
120
+ .ei--path:not(.ei--after):before {
121
+ content: "\ea0c";
122
+ }
123
+
124
+ .ei--path.ei--after:after {
125
+ content: "\ea0c";
126
+ }
127
+
128
+ .ei--period:not(.ei--after):before {
129
+ content: "\ea0d";
130
+ }
131
+
132
+ .ei--period.ei--after:after {
133
+ content: "\ea0d";
134
+ }
135
+
136
+ /*
137
+ * Created by IRIS Interactive
138
+ * User : IRIS Interactive
139
+ */
140
+ /* Import
141
+ /* ============================================= */
142
+ /* Fonticon
143
+ /* ============================================= */
144
+ @font-face {
145
+ font-family: "info-neige-font";
146
+ font-weight: normal;
147
+ font-style: normal;
148
+ src: url("../fonts/svgfont/info-neige/info-neige-font.eot"), url("../fonts/svgfont/info-neige/info-neige-font.woff") format("woff"), url("../fonts/svgfont/info-neige/info-neige-font.ttf") format("truetype"), url("../fonts/svgfont/info-neige/info-neige-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/info-neige/info-neige-font.svg#info-neige-font") format("svg");
149
+ font-display: swap;
150
+ }
151
+ .ni:before {
152
+ font-family: "info-neige-font", sans-serif;
153
+ font-style: initial;
154
+ }
155
+
156
+ .ni-bullet:before {
157
+ content: "\ea01";
158
+ }
159
+
160
+ /*
161
+ * Created by IRIS Interactive
162
+ * User : IRIS Interactive
163
+ */
164
+ /* Import
165
+ /* ============================================= */
166
+ /* Fonticon
167
+ /* ============================================= */
168
+ @font-face {
169
+ font-family: "iris-tides-font";
170
+ font-weight: normal;
171
+ font-style: normal;
172
+ src: url("../fonts/svgfont/iris-tides/iris-tides-font.eot"), url("../fonts/svgfont/iris-tides/iris-tides-font.woff") format("woff"), url("../fonts/svgfont/iris-tides/iris-tides-font.ttf") format("truetype"), url("../fonts/svgfont/iris-tides/iris-tides-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/iris-tides/iris-tides-font.svg#iris-tides-font") format("svg");
173
+ font-display: swap;
174
+ }
175
+ .ti:before {
176
+ font-family: "iris-tides-font", sans-serif;
177
+ font-style: initial;
178
+ }
179
+
180
+ .ti-coefficient:before {
181
+ content: "\ea01";
182
+ }
183
+
184
+ .ti-high-tide:before {
185
+ content: "\ea02";
186
+ }
187
+
188
+ .ti-low-tide:before {
189
+ content: "\ea03";
190
+ }
191
+
192
+ /*
193
+ * Created by IRIS Interactive
194
+ * User : IRIS Interactive
195
+ */
196
+ /* Import
197
+ /* ============================================= */
198
+ /* Fonticon
199
+ /* ============================================= */
200
+ @font-face {
201
+ font-family: "iris-weather-font";
202
+ font-weight: normal;
203
+ font-style: normal;
204
+ src: url("../fonts/svgfont/iris-weather/iris-weather-font.eot"), url("../fonts/svgfont/iris-weather/iris-weather-font.woff") format("woff"), url("../fonts/svgfont/iris-weather/iris-weather-font.ttf") format("truetype"), url("../fonts/svgfont/iris-weather/iris-weather-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/iris-weather/iris-weather-font.svg#iris-weather-font") format("svg");
205
+ font-display: swap;
206
+ }
207
+ .wi:before {
208
+ font-family: "iris-weather-font", sans-serif;
209
+ font-style: initial;
210
+ }
211
+
212
+ .wi-day-cloudy:before {
213
+ content: "\ea01";
214
+ }
215
+
216
+ .wi-day-fog:before {
217
+ content: "\ea02";
218
+ }
219
+
220
+ .wi-day-rain:before {
221
+ content: "\ea03";
222
+ }
223
+
224
+ .wi-day-sleet:before {
225
+ content: "\ea04";
226
+ }
227
+
228
+ .wi-day-snow:before {
229
+ content: "\ea05";
230
+ }
231
+
232
+ .wi-day-sunny:before {
233
+ content: "\ea06";
234
+ }
235
+
236
+ .wi-day-windy:before {
237
+ content: "\ea07";
238
+ }
239
+
240
+ .wi-flag-wind:before {
241
+ content: "\ea08";
242
+ }
243
+
244
+ .wi-humidity:before {
245
+ content: "\ea09";
246
+ }
247
+
248
+ .wi-night-clear:before {
249
+ content: "\ea0a";
250
+ }
251
+
252
+ .wi-night-cloudy:before {
253
+ content: "\ea0b";
254
+ }
255
+
256
+ .wi-thermostat:before {
257
+ content: "\ea0c";
258
+ }
259
+
260
+ /*
261
+ * Created by IRIS Interactive
262
+ * User : IRIS Interactive
263
+ */
264
+ /* Import
265
+ /* ============================================= */
266
+ /* Fonticon
267
+ /* ============================================= */
268
+ @font-face {
269
+ font-family: "theme-font";
270
+ font-weight: normal;
271
+ font-style: normal;
272
+ src: url("../fonts/svgfont/theme/theme-font.eot"), url("../fonts/svgfont/theme/theme-font.woff") format("woff"), url("../fonts/svgfont/theme/theme-font.ttf") format("truetype"), url("../fonts/svgfont/theme/theme-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/theme/theme-font.svg#theme-font") format("svg");
273
+ font-display: swap;
274
+ }
275
+ .fi:before,
276
+ .fi:after {
277
+ display: inline-block;
278
+ vertical-align: middle;
279
+ font-family: "theme-font", sans-serif;
280
+ font-style: initial;
281
+ }
282
+
283
+ .fi--activites:not(.fi--after):before {
284
+ content: "\ea01";
285
+ }
286
+
287
+ .fi--activites.fi--after:after {
288
+ content: "\ea01";
289
+ }
290
+
291
+ .fi--add-location-alt-line:not(.fi--after):before {
292
+ content: "\ea02";
293
+ }
294
+
295
+ .fi--add-location-alt-line.fi--after:after {
296
+ content: "\ea02";
297
+ }
298
+
299
+ .fi--add-location-alt:not(.fi--after):before {
300
+ content: "\ea03";
301
+ }
302
+
303
+ .fi--add-location-alt.fi--after:after {
304
+ content: "\ea03";
305
+ }
306
+
307
+ .fi--add:not(.fi--after):before {
308
+ content: "\ea04";
309
+ }
310
+
311
+ .fi--add.fi--after:after {
312
+ content: "\ea04";
313
+ }
314
+
315
+ .fi--arrow-back:not(.fi--after):before {
316
+ content: "\ea05";
317
+ }
318
+
319
+ .fi--arrow-back.fi--after:after {
320
+ content: "\ea05";
321
+ }
322
+
323
+ .fi--arrow-downward:not(.fi--after):before {
324
+ content: "\ea06";
325
+ }
326
+
327
+ .fi--arrow-downward.fi--after:after {
328
+ content: "\ea06";
329
+ }
330
+
331
+ .fi--arrow-forward:not(.fi--after):before {
332
+ content: "\ea07";
333
+ }
334
+
335
+ .fi--arrow-forward.fi--after:after {
336
+ content: "\ea07";
337
+ }
338
+
339
+ .fi--arrow-upward:not(.fi--after):before {
340
+ content: "\ea08";
341
+ }
342
+
343
+ .fi--arrow-upward.fi--after:after {
344
+ content: "\ea08";
345
+ }
346
+
347
+ .fi--beenhere:not(.fi--after):before {
348
+ content: "\ea09";
349
+ }
350
+
351
+ .fi--beenhere.fi--after:after {
352
+ content: "\ea09";
353
+ }
354
+
355
+ .fi--by-a-boat:not(.fi--after):before {
356
+ content: "\ea0a";
357
+ }
358
+
359
+ .fi--by-a-boat.fi--after:after {
360
+ content: "\ea0a";
361
+ }
362
+
363
+ .fi--by-car:not(.fi--after):before {
364
+ content: "\ea0b";
365
+ }
366
+
367
+ .fi--by-car.fi--after:after {
368
+ content: "\ea0b";
369
+ }
370
+
371
+ .fi--by-plane:not(.fi--after):before {
372
+ content: "\ea0c";
373
+ }
374
+
375
+ .fi--by-plane.fi--after:after {
376
+ content: "\ea0c";
377
+ }
378
+
379
+ .fi--by-train:not(.fi--after):before {
380
+ content: "\ea0d";
381
+ }
382
+
383
+ .fi--by-train.fi--after:after {
384
+ content: "\ea0d";
385
+ }
386
+
387
+ .fi--calendar-today:not(.fi--after):before {
388
+ content: "\ea0e";
389
+ }
390
+
391
+ .fi--calendar-today.fi--after:after {
392
+ content: "\ea0e";
393
+ }
394
+
395
+ .fi--call:not(.fi--after):before {
396
+ content: "\ea0f";
397
+ }
398
+
399
+ .fi--call.fi--after:after {
400
+ content: "\ea0f";
401
+ }
402
+
403
+ .fi--capacity-banquet:not(.fi--after):before {
404
+ content: "\ea10";
405
+ }
406
+
407
+ .fi--capacity-banquet.fi--after:after {
408
+ content: "\ea10";
409
+ }
410
+
411
+ .fi--capacity-carre:not(.fi--after):before {
412
+ content: "\ea11";
413
+ }
414
+
415
+ .fi--capacity-carre.fi--after:after {
416
+ content: "\ea11";
417
+ }
418
+
419
+ .fi--capacity-class:not(.fi--after):before {
420
+ content: "\ea12";
421
+ }
422
+
423
+ .fi--capacity-class.fi--after:after {
424
+ content: "\ea12";
425
+ }
426
+
427
+ .fi--capacity-cocktail:not(.fi--after):before {
428
+ content: "\ea13";
429
+ }
430
+
431
+ .fi--capacity-cocktail.fi--after:after {
432
+ content: "\ea13";
433
+ }
434
+
435
+ .fi--capacity-modular:not(.fi--after):before {
436
+ content: "\ea14";
437
+ }
438
+
439
+ .fi--capacity-modular.fi--after:after {
440
+ content: "\ea14";
441
+ }
442
+
443
+ .fi--capacity-theatre:not(.fi--after):before {
444
+ content: "\ea15";
445
+ }
446
+
447
+ .fi--capacity-theatre.fi--after:after {
448
+ content: "\ea15";
449
+ }
450
+
451
+ .fi--capacity-u:not(.fi--after):before {
452
+ content: "\ea16";
453
+ }
454
+
455
+ .fi--capacity-u.fi--after:after {
456
+ content: "\ea16";
457
+ }
458
+
459
+ .fi--category:not(.fi--after):before {
460
+ content: "\ea17";
461
+ }
462
+
463
+ .fi--category.fi--after:after {
464
+ content: "\ea17";
465
+ }
466
+
467
+ .fi--centered-position:not(.fi--after):before {
468
+ content: "\ea18";
469
+ }
470
+
471
+ .fi--centered-position.fi--after:after {
472
+ content: "\ea18";
473
+ }
474
+
475
+ .fi--check-box:not(.fi--after):before {
476
+ content: "\ea19";
477
+ }
478
+
479
+ .fi--check-box.fi--after:after {
480
+ content: "\ea19";
481
+ }
482
+
483
+ .fi--chevron-bottom:not(.fi--after):before {
484
+ content: "\ea1a";
485
+ }
486
+
487
+ .fi--chevron-bottom.fi--after:after {
488
+ content: "\ea1a";
489
+ }
490
+
491
+ .fi--chevron-left:not(.fi--after):before {
492
+ content: "\ea1b";
493
+ }
494
+
495
+ .fi--chevron-left.fi--after:after {
496
+ content: "\ea1b";
497
+ }
498
+
499
+ .fi--chevron-right:not(.fi--after):before {
500
+ content: "\ea1c";
501
+ }
502
+
503
+ .fi--chevron-right.fi--after:after {
504
+ content: "\ea1c";
505
+ }
506
+
507
+ .fi--chevron-top:not(.fi--after):before {
508
+ content: "\ea1d";
509
+ }
510
+
511
+ .fi--chevron-top.fi--after:after {
512
+ content: "\ea1d";
513
+ }
514
+
515
+ .fi--circle:not(.fi--after):before {
516
+ content: "\ea1e";
517
+ }
518
+
519
+ .fi--circle.fi--after:after {
520
+ content: "\ea1e";
521
+ }
522
+
523
+ .fi--close:not(.fi--after):before {
524
+ content: "\ea1f";
525
+ }
526
+
527
+ .fi--close.fi--after:after {
528
+ content: "\ea1f";
529
+ }
530
+
531
+ .fi--computer:not(.fi--after):before {
532
+ content: "\ea20";
533
+ }
534
+
535
+ .fi--computer.fi--after:after {
536
+ content: "\ea20";
537
+ }
538
+
539
+ .fi--confirmation-number:not(.fi--after):before {
540
+ content: "\ea21";
541
+ }
542
+
543
+ .fi--confirmation-number.fi--after:after {
544
+ content: "\ea21";
545
+ }
546
+
547
+ .fi--credit-score:not(.fi--after):before {
548
+ content: "\ea22";
549
+ }
550
+
551
+ .fi--credit-score.fi--after:after {
552
+ content: "\ea22";
553
+ }
554
+
555
+ .fi--delete-forever:not(.fi--after):before {
556
+ content: "\ea23";
557
+ }
558
+
559
+ .fi--delete-forever.fi--after:after {
560
+ content: "\ea23";
561
+ }
562
+
563
+ .fi--direction-run:not(.fi--after):before {
564
+ content: "\ea24";
565
+ }
566
+
567
+ .fi--direction-run.fi--after:after {
568
+ content: "\ea24";
569
+ }
570
+
571
+ .fi--edit:not(.fi--after):before {
572
+ content: "\ea25";
573
+ }
574
+
575
+ .fi--edit.fi--after:after {
576
+ content: "\ea25";
577
+ }
578
+
579
+ .fi--email:not(.fi--after):before {
580
+ content: "\ea26";
581
+ }
582
+
583
+ .fi--email.fi--after:after {
584
+ content: "\ea26";
585
+ }
586
+
587
+ .fi--error:not(.fi--after):before {
588
+ content: "\ea27";
589
+ }
590
+
591
+ .fi--error.fi--after:after {
592
+ content: "\ea27";
593
+ }
594
+
595
+ .fi--event-available:not(.fi--after):before {
596
+ content: "\ea28";
597
+ }
598
+
599
+ .fi--event-available.fi--after:after {
600
+ content: "\ea28";
601
+ }
602
+
603
+ .fi--facebook:not(.fi--after):before {
604
+ content: "\ea29";
605
+ }
606
+
607
+ .fi--facebook.fi--after:after {
608
+ content: "\ea29";
609
+ }
610
+
611
+ .fi--favorite-filled:not(.fi--after):before {
612
+ content: "\ea2a";
613
+ }
614
+
615
+ .fi--favorite-filled.fi--after:after {
616
+ content: "\ea2a";
617
+ }
618
+
619
+ .fi--favorite:not(.fi--after):before {
620
+ content: "\ea2b";
621
+ }
622
+
623
+ .fi--favorite.fi--after:after {
624
+ content: "\ea2b";
625
+ }
626
+
627
+ .fi--file-download:not(.fi--after):before {
628
+ content: "\ea2c";
629
+ }
630
+
631
+ .fi--file-download.fi--after:after {
632
+ content: "\ea2c";
633
+ }
634
+
635
+ .fi--file-upload:not(.fi--after):before {
636
+ content: "\ea2d";
637
+ }
638
+
639
+ .fi--file-upload.fi--after:after {
640
+ content: "\ea2d";
641
+ }
642
+
643
+ .fi--filter:not(.fi--after):before {
644
+ content: "\ea2e";
645
+ }
646
+
647
+ .fi--filter.fi--after:after {
648
+ content: "\ea2e";
649
+ }
650
+
651
+ .fi--forward-to-inbox:not(.fi--after):before {
652
+ content: "\ea2f";
653
+ }
654
+
655
+ .fi--forward-to-inbox.fi--after:after {
656
+ content: "\ea2f";
657
+ }
658
+
659
+ .fi--fullscreen:not(.fi--after):before {
660
+ content: "\ea30";
661
+ }
662
+
663
+ .fi--fullscreen.fi--after:after {
664
+ content: "\ea30";
665
+ }
666
+
667
+ .fi--group:not(.fi--after):before {
668
+ content: "\ea31";
669
+ }
670
+
671
+ .fi--group.fi--after:after {
672
+ content: "\ea31";
673
+ }
674
+
675
+ .fi--hebergement:not(.fi--after):before {
676
+ content: "\ea32";
677
+ }
678
+
679
+ .fi--hebergement.fi--after:after {
680
+ content: "\ea32";
681
+ }
682
+
683
+ .fi--hebergements:not(.fi--after):before {
684
+ content: "\ea33";
685
+ }
686
+
687
+ .fi--hebergements.fi--after:after {
688
+ content: "\ea33";
689
+ }
690
+
691
+ .fi--hotel:not(.fi--after):before {
692
+ content: "\ea34";
693
+ }
694
+
695
+ .fi--hotel.fi--after:after {
696
+ content: "\ea34";
697
+ }
698
+
699
+ .fi--infos-pratiques:not(.fi--after):before {
700
+ content: "\ea35";
701
+ }
702
+
703
+ .fi--infos-pratiques.fi--after:after {
704
+ content: "\ea35";
705
+ }
706
+
707
+ .fi--instagram:not(.fi--after):before {
708
+ content: "\ea36";
709
+ }
710
+
711
+ .fi--instagram.fi--after:after {
712
+ content: "\ea36";
713
+ }
714
+
715
+ .fi--layers:not(.fi--after):before {
716
+ content: "\ea37";
717
+ }
718
+
719
+ .fi--layers.fi--after:after {
720
+ content: "\ea37";
721
+ }
722
+
723
+ .fi--local-activity:not(.fi--after):before {
724
+ content: "\ea38";
725
+ }
726
+
727
+ .fi--local-activity.fi--after:after {
728
+ content: "\ea38";
729
+ }
730
+
731
+ .fi--location-on-line:not(.fi--after):before {
732
+ content: "\ea39";
733
+ }
734
+
735
+ .fi--location-on-line.fi--after:after {
736
+ content: "\ea39";
737
+ }
738
+
739
+ .fi--location-on:not(.fi--after):before {
740
+ content: "\ea3a";
741
+ }
742
+
743
+ .fi--location-on.fi--after:after {
744
+ content: "\ea3a";
745
+ }
746
+
747
+ .fi--map:not(.fi--after):before {
748
+ content: "\ea3b";
749
+ }
750
+
751
+ .fi--map.fi--after:after {
752
+ content: "\ea3b";
753
+ }
754
+
755
+ .fi--menu-book:not(.fi--after):before {
756
+ content: "\ea3c";
757
+ }
758
+
759
+ .fi--menu-book.fi--after:after {
760
+ content: "\ea3c";
761
+ }
762
+
763
+ .fi--mic:not(.fi--after):before {
764
+ content: "\ea3d";
765
+ }
766
+
767
+ .fi--mic.fi--after:after {
768
+ content: "\ea3d";
769
+ }
770
+
771
+ .fi--photo-camera:not(.fi--after):before {
772
+ content: "\ea3e";
773
+ }
774
+
775
+ .fi--photo-camera.fi--after:after {
776
+ content: "\ea3e";
777
+ }
778
+
779
+ .fi--picture-as-pdf:not(.fi--after):before {
780
+ content: "\ea3f";
781
+ }
782
+
783
+ .fi--picture-as-pdf.fi--after:after {
784
+ content: "\ea3f";
785
+ }
786
+
787
+ .fi--play-circle:not(.fi--after):before {
788
+ content: "\ea40";
789
+ }
790
+
791
+ .fi--play-circle.fi--after:after {
792
+ content: "\ea40";
793
+ }
794
+
795
+ .fi--print:not(.fi--after):before {
796
+ content: "\ea41";
797
+ }
798
+
799
+ .fi--print.fi--after:after {
800
+ content: "\ea41";
801
+ }
802
+
803
+ .fi--question-answer:not(.fi--after):before {
804
+ content: "\ea42";
805
+ }
806
+
807
+ .fi--question-answer.fi--after:after {
808
+ content: "\ea42";
809
+ }
810
+
811
+ .fi--quote:not(.fi--after):before {
812
+ content: "\ea43";
813
+ }
814
+
815
+ .fi--quote.fi--after:after {
816
+ content: "\ea43";
817
+ }
818
+
819
+ .fi--remove:not(.fi--after):before {
820
+ content: "\ea44";
821
+ }
822
+
823
+ .fi--remove.fi--after:after {
824
+ content: "\ea44";
825
+ }
826
+
827
+ .fi--replay:not(.fi--after):before {
828
+ content: "\ea45";
829
+ }
830
+
831
+ .fi--replay.fi--after:after {
832
+ content: "\ea45";
833
+ }
834
+
835
+ .fi--reply:not(.fi--after):before {
836
+ content: "\ea46";
837
+ }
838
+
839
+ .fi--reply.fi--after:after {
840
+ content: "\ea46";
841
+ }
842
+
843
+ .fi--reset:not(.fi--after):before {
844
+ content: "\ea47";
845
+ }
846
+
847
+ .fi--reset.fi--after:after {
848
+ content: "\ea47";
849
+ }
850
+
851
+ .fi--restaurant:not(.fi--after):before {
852
+ content: "\ea48";
853
+ }
854
+
855
+ .fi--restaurant.fi--after:after {
856
+ content: "\ea48";
857
+ }
858
+
859
+ .fi--restaurants:not(.fi--after):before {
860
+ content: "\ea49";
861
+ }
862
+
863
+ .fi--restaurants.fi--after:after {
864
+ content: "\ea49";
865
+ }
866
+
867
+ .fi--schedule:not(.fi--after):before {
868
+ content: "\ea4a";
869
+ }
870
+
871
+ .fi--schedule.fi--after:after {
872
+ content: "\ea4a";
873
+ }
874
+
875
+ .fi--search:not(.fi--after):before {
876
+ content: "\ea4b";
877
+ }
878
+
879
+ .fi--search.fi--after:after {
880
+ content: "\ea4b";
881
+ }
882
+
883
+ .fi--sell:not(.fi--after):before {
884
+ content: "\ea4c";
885
+ }
886
+
887
+ .fi--sell.fi--after:after {
888
+ content: "\ea4c";
889
+ }
890
+
891
+ .fi--share:not(.fi--after):before {
892
+ content: "\ea4d";
893
+ }
894
+
895
+ .fi--share.fi--after:after {
896
+ content: "\ea4d";
897
+ }
898
+
899
+ .fi--shopping-cart:not(.fi--after):before {
900
+ content: "\ea4e";
901
+ }
902
+
903
+ .fi--shopping-cart.fi--after:after {
904
+ content: "\ea4e";
905
+ }
906
+
907
+ .fi--sites-visites:not(.fi--after):before {
908
+ content: "\ea4f";
909
+ }
910
+
911
+ .fi--sites-visites.fi--after:after {
912
+ content: "\ea4f";
913
+ }
914
+
915
+ .fi--support:not(.fi--after):before {
916
+ content: "\ea50";
917
+ }
918
+
919
+ .fi--support.fi--after:after {
920
+ content: "\ea50";
921
+ }
922
+
923
+ .fi--thermostat:not(.fi--after):before {
924
+ content: "\ea51";
925
+ }
926
+
927
+ .fi--thermostat.fi--after:after {
928
+ content: "\ea51";
929
+ }
930
+
931
+ .fi--thumb-down:not(.fi--after):before {
932
+ content: "\ea52";
933
+ }
934
+
935
+ .fi--thumb-down.fi--after:after {
936
+ content: "\ea52";
937
+ }
938
+
939
+ .fi--thumb-up:not(.fi--after):before {
940
+ content: "\ea53";
941
+ }
942
+
943
+ .fi--thumb-up.fi--after:after {
944
+ content: "\ea53";
945
+ }
946
+
947
+ .fi--toggle-off:not(.fi--after):before {
948
+ content: "\ea54";
949
+ }
950
+
951
+ .fi--toggle-off.fi--after:after {
952
+ content: "\ea54";
953
+ }
954
+
955
+ .fi--toggle-on:not(.fi--after):before {
956
+ content: "\ea55";
957
+ }
958
+
959
+ .fi--toggle-on.fi--after:after {
960
+ content: "\ea55";
961
+ }
962
+
963
+ .fi--twitter:not(.fi--after):before {
964
+ content: "\ea56";
965
+ }
966
+
967
+ .fi--twitter.fi--after:after {
968
+ content: "\ea56";
969
+ }
970
+
971
+ .fi--videocam:not(.fi--after):before {
972
+ content: "\ea57";
973
+ }
974
+
975
+ .fi--videocam.fi--after:after {
976
+ content: "\ea57";
977
+ }
978
+
979
+ .fi--visibility:not(.fi--after):before {
980
+ content: "\ea58";
981
+ }
982
+
983
+ .fi--visibility.fi--after:after {
984
+ content: "\ea58";
985
+ }
986
+
987
+ .fi--volume-off:not(.fi--after):before {
988
+ content: "\ea59";
989
+ }
990
+
991
+ .fi--volume-off.fi--after:after {
992
+ content: "\ea59";
993
+ }
994
+
995
+ .fi--volume-up:not(.fi--after):before {
996
+ content: "\ea5a";
997
+ }
998
+
999
+ .fi--volume-up.fi--after:after {
1000
+ content: "\ea5a";
1001
+ }
1002
+
1003
+ .fi--whatsapp:not(.fi--after):before {
1004
+ content: "\ea5b";
1005
+ }
1006
+
1007
+ .fi--whatsapp.fi--after:after {
1008
+ content: "\ea5b";
1009
+ }
1010
+
1011
+ .fi--work:not(.fi--after):before {
1012
+ content: "\ea5c";
1013
+ }
1014
+
1015
+ .fi--work.fi--after:after {
1016
+ content: "\ea5c";
1017
+ }
1018
+
1019
+ .fi--youtube:not(.fi--after):before {
1020
+ content: "\ea5d";
1021
+ }
1022
+
1023
+ .fi--youtube.fi--after:after {
1024
+ content: "\ea5d";
1025
+ }