@flyos/design-system 0.0.1-reserved → 1.0.0

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.
@@ -0,0 +1,1328 @@
1
+ @font-face {
2
+ font-family: 'primeicons';
3
+ font-display: swap;
4
+ src: url('./fonts/primeicons.woff2') format('woff2'), url('./fonts/primeicons.woff') format('woff'), url('./fonts/primeicons.ttf') format('truetype');
5
+ font-weight: normal;
6
+ font-style: normal;
7
+ }
8
+
9
+ .pi {
10
+ font-family: 'primeicons';
11
+ speak: none;
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ font-variant: normal;
15
+ text-transform: none;
16
+ line-height: 1;
17
+ display: inline-block;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ .pi:before {
23
+ --webkit-backface-visibility:hidden;
24
+ backface-visibility: hidden;
25
+ }
26
+
27
+ .pi-fw {
28
+ width: 1.28571429em;
29
+ text-align: center;
30
+ }
31
+
32
+ .pi-spin {
33
+ -webkit-animation: fa-spin 2s infinite linear;
34
+ animation: fa-spin 2s infinite linear;
35
+ }
36
+
37
+ @media (prefers-reduced-motion: reduce) {
38
+ .pi-spin {
39
+ -webkit-animation-delay: -1ms;
40
+ animation-delay: -1ms;
41
+ -webkit-animation-duration: 1ms;
42
+ animation-duration: 1ms;
43
+ -webkit-animation-iteration-count: 1;
44
+ animation-iteration-count: 1;
45
+ -webkit-transition-delay: 0s;
46
+ transition-delay: 0s;
47
+ -webkit-transition-duration: 0s;
48
+ transition-duration: 0s;
49
+ }
50
+ }
51
+
52
+ @-webkit-keyframes fa-spin {
53
+ 0% {
54
+ -webkit-transform: rotate(0deg);
55
+ transform: rotate(0deg);
56
+ }
57
+ 100% {
58
+ -webkit-transform: rotate(359deg);
59
+ transform: rotate(359deg);
60
+ }
61
+ }
62
+
63
+ @keyframes fa-spin {
64
+ 0% {
65
+ -webkit-transform: rotate(0deg);
66
+ transform: rotate(0deg);
67
+ }
68
+ 100% {
69
+ -webkit-transform: rotate(359deg);
70
+ transform: rotate(359deg);
71
+ }
72
+ }
73
+
74
+ .pi-folder-plus:before {
75
+ content: "\ea05";
76
+ }
77
+
78
+ .pi-receipt:before {
79
+ content: "\ea06";
80
+ }
81
+
82
+ .pi-asterisk:before {
83
+ content: "\ea07";
84
+ }
85
+
86
+ .pi-face-smile:before {
87
+ content: "\ea08";
88
+ }
89
+
90
+ .pi-pinterest:before {
91
+ content: "\ea09";
92
+ }
93
+
94
+ .pi-expand:before {
95
+ content: "\ea0a";
96
+ }
97
+
98
+ .pi-pen-to-square:before {
99
+ content: "\ea0b";
100
+ }
101
+
102
+ .pi-wave-pulse:before {
103
+ content: "\ea0c";
104
+ }
105
+
106
+ .pi-turkish-lira:before {
107
+ content: "\ea0d";
108
+ }
109
+
110
+ .pi-spinner-dotted:before {
111
+ content: "\ea0e";
112
+ }
113
+
114
+ .pi-crown:before {
115
+ content: "\ea0f";
116
+ }
117
+
118
+ .pi-pause-circle:before {
119
+ content: "\ea10";
120
+ }
121
+
122
+ .pi-warehouse:before {
123
+ content: "\ea11";
124
+ }
125
+
126
+ .pi-objects-column:before {
127
+ content: "\ea12";
128
+ }
129
+
130
+ .pi-clipboard:before {
131
+ content: "\ea13";
132
+ }
133
+
134
+ .pi-play-circle:before {
135
+ content: "\ea14";
136
+ }
137
+
138
+ .pi-venus:before {
139
+ content: "\ea15";
140
+ }
141
+
142
+ .pi-cart-minus:before {
143
+ content: "\ea16";
144
+ }
145
+
146
+ .pi-file-plus:before {
147
+ content: "\ea17";
148
+ }
149
+
150
+ .pi-microchip:before {
151
+ content: "\ea18";
152
+ }
153
+
154
+ .pi-twitch:before {
155
+ content: "\ea19";
156
+ }
157
+
158
+ .pi-building-columns:before {
159
+ content: "\ea1a";
160
+ }
161
+
162
+ .pi-file-check:before {
163
+ content: "\ea1b";
164
+ }
165
+
166
+ .pi-microchip-ai:before {
167
+ content: "\ea1c";
168
+ }
169
+
170
+ .pi-trophy:before {
171
+ content: "\ea1d";
172
+ }
173
+
174
+ .pi-barcode:before {
175
+ content: "\ea1e";
176
+ }
177
+
178
+ .pi-file-arrow-up:before {
179
+ content: "\ea1f";
180
+ }
181
+
182
+ .pi-mars:before {
183
+ content: "\ea20";
184
+ }
185
+
186
+ .pi-tiktok:before {
187
+ content: "\ea21";
188
+ }
189
+
190
+ .pi-arrow-up-right-and-arrow-down-left-from-center:before {
191
+ content: "\ea22";
192
+ }
193
+
194
+ .pi-ethereum:before {
195
+ content: "\ea23";
196
+ }
197
+
198
+ .pi-list-check:before {
199
+ content: "\ea24";
200
+ }
201
+
202
+ .pi-thumbtack:before {
203
+ content: "\ea25";
204
+ }
205
+
206
+ .pi-arrow-down-left-and-arrow-up-right-to-center:before {
207
+ content: "\ea26";
208
+ }
209
+
210
+ .pi-equals:before {
211
+ content: "\ea27";
212
+ }
213
+
214
+ .pi-lightbulb:before {
215
+ content: "\ea28";
216
+ }
217
+
218
+ .pi-star-half:before {
219
+ content: "\ea29";
220
+ }
221
+
222
+ .pi-address-book:before {
223
+ content: "\ea2a";
224
+ }
225
+
226
+ .pi-chart-scatter:before {
227
+ content: "\ea2b";
228
+ }
229
+
230
+ .pi-indian-rupee:before {
231
+ content: "\ea2c";
232
+ }
233
+
234
+ .pi-star-half-fill:before {
235
+ content: "\ea2d";
236
+ }
237
+
238
+ .pi-cart-arrow-down:before {
239
+ content: "\ea2e";
240
+ }
241
+
242
+ .pi-calendar-clock:before {
243
+ content: "\ea2f";
244
+ }
245
+
246
+ .pi-sort-up-fill:before {
247
+ content: "\ea30";
248
+ }
249
+
250
+ .pi-sparkles:before {
251
+ content: "\ea31";
252
+ }
253
+
254
+ .pi-bullseye:before {
255
+ content: "\ea32";
256
+ }
257
+
258
+ .pi-sort-down-fill:before {
259
+ content: "\ea33";
260
+ }
261
+
262
+ .pi-graduation-cap:before {
263
+ content: "\ea34";
264
+ }
265
+
266
+ .pi-hammer:before {
267
+ content: "\ea35";
268
+ }
269
+
270
+ .pi-bell-slash:before {
271
+ content: "\ea36";
272
+ }
273
+
274
+ .pi-gauge:before {
275
+ content: "\ea37";
276
+ }
277
+
278
+ .pi-shop:before {
279
+ content: "\ea38";
280
+ }
281
+
282
+ .pi-headphones:before {
283
+ content: "\ea39";
284
+ }
285
+
286
+ .pi-eraser:before {
287
+ content: "\ea04";
288
+ }
289
+
290
+ .pi-stopwatch:before {
291
+ content: "\ea01";
292
+ }
293
+
294
+ .pi-verified:before {
295
+ content: "\ea02";
296
+ }
297
+
298
+ .pi-delete-left:before {
299
+ content: "\ea03";
300
+ }
301
+
302
+ .pi-hourglass:before {
303
+ content: "\e9fe";
304
+ }
305
+
306
+ .pi-truck:before {
307
+ content: "\ea00";
308
+ }
309
+
310
+ .pi-wrench:before {
311
+ content: "\e9ff";
312
+ }
313
+
314
+ .pi-microphone:before {
315
+ content: "\e9fa";
316
+ }
317
+
318
+ .pi-megaphone:before {
319
+ content: "\e9fb";
320
+ }
321
+
322
+ .pi-arrow-right-arrow-left:before {
323
+ content: "\e9fc";
324
+ }
325
+
326
+ .pi-bitcoin:before {
327
+ content: "\e9fd";
328
+ }
329
+
330
+ .pi-file-edit:before {
331
+ content: "\e9f6";
332
+ }
333
+
334
+ .pi-language:before {
335
+ content: "\e9f7";
336
+ }
337
+
338
+ .pi-file-export:before {
339
+ content: "\e9f8";
340
+ }
341
+
342
+ .pi-file-import:before {
343
+ content: "\e9f9";
344
+ }
345
+
346
+ .pi-file-word:before {
347
+ content: "\e9f1";
348
+ }
349
+
350
+ .pi-gift:before {
351
+ content: "\e9f2";
352
+ }
353
+
354
+ .pi-cart-plus:before {
355
+ content: "\e9f3";
356
+ }
357
+
358
+ .pi-thumbs-down-fill:before {
359
+ content: "\e9f4";
360
+ }
361
+
362
+ .pi-thumbs-up-fill:before {
363
+ content: "\e9f5";
364
+ }
365
+
366
+ .pi-arrows-alt:before {
367
+ content: "\e9f0";
368
+ }
369
+
370
+ .pi-calculator:before {
371
+ content: "\e9ef";
372
+ }
373
+
374
+ .pi-sort-alt-slash:before {
375
+ content: "\e9ee";
376
+ }
377
+
378
+ .pi-arrows-h:before {
379
+ content: "\e9ec";
380
+ }
381
+
382
+ .pi-arrows-v:before {
383
+ content: "\e9ed";
384
+ }
385
+
386
+ .pi-pound:before {
387
+ content: "\e9eb";
388
+ }
389
+
390
+ .pi-prime:before {
391
+ content: "\e9ea";
392
+ }
393
+
394
+ .pi-chart-pie:before {
395
+ content: "\e9e9";
396
+ }
397
+
398
+ .pi-reddit:before {
399
+ content: "\e9e8";
400
+ }
401
+
402
+ .pi-code:before {
403
+ content: "\e9e7";
404
+ }
405
+
406
+ .pi-sync:before {
407
+ content: "\e9e6";
408
+ }
409
+
410
+ .pi-shopping-bag:before {
411
+ content: "\e9e5";
412
+ }
413
+
414
+ .pi-server:before {
415
+ content: "\e9e4";
416
+ }
417
+
418
+ .pi-database:before {
419
+ content: "\e9e3";
420
+ }
421
+
422
+ .pi-hashtag:before {
423
+ content: "\e9e2";
424
+ }
425
+
426
+ .pi-bookmark-fill:before {
427
+ content: "\e9df";
428
+ }
429
+
430
+ .pi-filter-fill:before {
431
+ content: "\e9e0";
432
+ }
433
+
434
+ .pi-heart-fill:before {
435
+ content: "\e9e1";
436
+ }
437
+
438
+ .pi-flag-fill:before {
439
+ content: "\e9de";
440
+ }
441
+
442
+ .pi-circle:before {
443
+ content: "\e9dc";
444
+ }
445
+
446
+ .pi-circle-fill:before {
447
+ content: "\e9dd";
448
+ }
449
+
450
+ .pi-bolt:before {
451
+ content: "\e9db";
452
+ }
453
+
454
+ .pi-history:before {
455
+ content: "\e9da";
456
+ }
457
+
458
+ .pi-box:before {
459
+ content: "\e9d9";
460
+ }
461
+
462
+ .pi-at:before {
463
+ content: "\e9d8";
464
+ }
465
+
466
+ .pi-arrow-up-right:before {
467
+ content: "\e9d4";
468
+ }
469
+
470
+ .pi-arrow-up-left:before {
471
+ content: "\e9d5";
472
+ }
473
+
474
+ .pi-arrow-down-left:before {
475
+ content: "\e9d6";
476
+ }
477
+
478
+ .pi-arrow-down-right:before {
479
+ content: "\e9d7";
480
+ }
481
+
482
+ .pi-telegram:before {
483
+ content: "\e9d3";
484
+ }
485
+
486
+ .pi-stop-circle:before {
487
+ content: "\e9d2";
488
+ }
489
+
490
+ .pi-stop:before {
491
+ content: "\e9d1";
492
+ }
493
+
494
+ .pi-whatsapp:before {
495
+ content: "\e9d0";
496
+ }
497
+
498
+ .pi-building:before {
499
+ content: "\e9cf";
500
+ }
501
+
502
+ .pi-qrcode:before {
503
+ content: "\e9ce";
504
+ }
505
+
506
+ .pi-car:before {
507
+ content: "\e9cd";
508
+ }
509
+
510
+ .pi-instagram:before {
511
+ content: "\e9cc";
512
+ }
513
+
514
+ .pi-linkedin:before {
515
+ content: "\e9cb";
516
+ }
517
+
518
+ .pi-send:before {
519
+ content: "\e9ca";
520
+ }
521
+
522
+ .pi-slack:before {
523
+ content: "\e9c9";
524
+ }
525
+
526
+ .pi-sun:before {
527
+ content: "\e9c8";
528
+ }
529
+
530
+ .pi-moon:before {
531
+ content: "\e9c7";
532
+ }
533
+
534
+ .pi-vimeo:before {
535
+ content: "\e9c6";
536
+ }
537
+
538
+ .pi-youtube:before {
539
+ content: "\e9c5";
540
+ }
541
+
542
+ .pi-flag:before {
543
+ content: "\e9c4";
544
+ }
545
+
546
+ .pi-wallet:before {
547
+ content: "\e9c3";
548
+ }
549
+
550
+ .pi-map:before {
551
+ content: "\e9c2";
552
+ }
553
+
554
+ .pi-link:before {
555
+ content: "\e9c1";
556
+ }
557
+
558
+ .pi-credit-card:before {
559
+ content: "\e9bf";
560
+ }
561
+
562
+ .pi-discord:before {
563
+ content: "\e9c0";
564
+ }
565
+
566
+ .pi-percentage:before {
567
+ content: "\e9be";
568
+ }
569
+
570
+ .pi-euro:before {
571
+ content: "\e9bd";
572
+ }
573
+
574
+ .pi-book:before {
575
+ content: "\e9ba";
576
+ }
577
+
578
+ .pi-shield:before {
579
+ content: "\e9b9";
580
+ }
581
+
582
+ .pi-paypal:before {
583
+ content: "\e9bb";
584
+ }
585
+
586
+ .pi-amazon:before {
587
+ content: "\e9bc";
588
+ }
589
+
590
+ .pi-phone:before {
591
+ content: "\e9b8";
592
+ }
593
+
594
+ .pi-filter-slash:before {
595
+ content: "\e9b7";
596
+ }
597
+
598
+ .pi-facebook:before {
599
+ content: "\e9b4";
600
+ }
601
+
602
+ .pi-github:before {
603
+ content: "\e9b5";
604
+ }
605
+
606
+ .pi-twitter:before {
607
+ content: "\e9b6";
608
+ }
609
+
610
+ .pi-step-backward-alt:before {
611
+ content: "\e9ac";
612
+ }
613
+
614
+ .pi-step-forward-alt:before {
615
+ content: "\e9ad";
616
+ }
617
+
618
+ .pi-forward:before {
619
+ content: "\e9ae";
620
+ }
621
+
622
+ .pi-backward:before {
623
+ content: "\e9af";
624
+ }
625
+
626
+ .pi-fast-backward:before {
627
+ content: "\e9b0";
628
+ }
629
+
630
+ .pi-fast-forward:before {
631
+ content: "\e9b1";
632
+ }
633
+
634
+ .pi-pause:before {
635
+ content: "\e9b2";
636
+ }
637
+
638
+ .pi-play:before {
639
+ content: "\e9b3";
640
+ }
641
+
642
+ .pi-compass:before {
643
+ content: "\e9ab";
644
+ }
645
+
646
+ .pi-id-card:before {
647
+ content: "\e9aa";
648
+ }
649
+
650
+ .pi-ticket:before {
651
+ content: "\e9a9";
652
+ }
653
+
654
+ .pi-file-o:before {
655
+ content: "\e9a8";
656
+ }
657
+
658
+ .pi-reply:before {
659
+ content: "\e9a7";
660
+ }
661
+
662
+ .pi-directions-alt:before {
663
+ content: "\e9a5";
664
+ }
665
+
666
+ .pi-directions:before {
667
+ content: "\e9a6";
668
+ }
669
+
670
+ .pi-thumbs-up:before {
671
+ content: "\e9a3";
672
+ }
673
+
674
+ .pi-thumbs-down:before {
675
+ content: "\e9a4";
676
+ }
677
+
678
+ .pi-sort-numeric-down-alt:before {
679
+ content: "\e996";
680
+ }
681
+
682
+ .pi-sort-numeric-up-alt:before {
683
+ content: "\e997";
684
+ }
685
+
686
+ .pi-sort-alpha-down-alt:before {
687
+ content: "\e998";
688
+ }
689
+
690
+ .pi-sort-alpha-up-alt:before {
691
+ content: "\e999";
692
+ }
693
+
694
+ .pi-sort-numeric-down:before {
695
+ content: "\e99a";
696
+ }
697
+
698
+ .pi-sort-numeric-up:before {
699
+ content: "\e99b";
700
+ }
701
+
702
+ .pi-sort-alpha-down:before {
703
+ content: "\e99c";
704
+ }
705
+
706
+ .pi-sort-alpha-up:before {
707
+ content: "\e99d";
708
+ }
709
+
710
+ .pi-sort-alt:before {
711
+ content: "\e99e";
712
+ }
713
+
714
+ .pi-sort-amount-up:before {
715
+ content: "\e99f";
716
+ }
717
+
718
+ .pi-sort-amount-down:before {
719
+ content: "\e9a0";
720
+ }
721
+
722
+ .pi-sort-amount-down-alt:before {
723
+ content: "\e9a1";
724
+ }
725
+
726
+ .pi-sort-amount-up-alt:before {
727
+ content: "\e9a2";
728
+ }
729
+
730
+ .pi-palette:before {
731
+ content: "\e995";
732
+ }
733
+
734
+ .pi-undo:before {
735
+ content: "\e994";
736
+ }
737
+
738
+ .pi-desktop:before {
739
+ content: "\e993";
740
+ }
741
+
742
+ .pi-sliders-v:before {
743
+ content: "\e991";
744
+ }
745
+
746
+ .pi-sliders-h:before {
747
+ content: "\e992";
748
+ }
749
+
750
+ .pi-search-plus:before {
751
+ content: "\e98f";
752
+ }
753
+
754
+ .pi-search-minus:before {
755
+ content: "\e990";
756
+ }
757
+
758
+ .pi-file-excel:before {
759
+ content: "\e98e";
760
+ }
761
+
762
+ .pi-file-pdf:before {
763
+ content: "\e98d";
764
+ }
765
+
766
+ .pi-check-square:before {
767
+ content: "\e98c";
768
+ }
769
+
770
+ .pi-chart-line:before {
771
+ content: "\e98b";
772
+ }
773
+
774
+ .pi-user-edit:before {
775
+ content: "\e98a";
776
+ }
777
+
778
+ .pi-exclamation-circle:before {
779
+ content: "\e989";
780
+ }
781
+
782
+ .pi-android:before {
783
+ content: "\e985";
784
+ }
785
+
786
+ .pi-google:before {
787
+ content: "\e986";
788
+ }
789
+
790
+ .pi-apple:before {
791
+ content: "\e987";
792
+ }
793
+
794
+ .pi-microsoft:before {
795
+ content: "\e988";
796
+ }
797
+
798
+ .pi-heart:before {
799
+ content: "\e984";
800
+ }
801
+
802
+ .pi-mobile:before {
803
+ content: "\e982";
804
+ }
805
+
806
+ .pi-tablet:before {
807
+ content: "\e983";
808
+ }
809
+
810
+ .pi-key:before {
811
+ content: "\e981";
812
+ }
813
+
814
+ .pi-shopping-cart:before {
815
+ content: "\e980";
816
+ }
817
+
818
+ .pi-comments:before {
819
+ content: "\e97e";
820
+ }
821
+
822
+ .pi-comment:before {
823
+ content: "\e97f";
824
+ }
825
+
826
+ .pi-briefcase:before {
827
+ content: "\e97d";
828
+ }
829
+
830
+ .pi-bell:before {
831
+ content: "\e97c";
832
+ }
833
+
834
+ .pi-paperclip:before {
835
+ content: "\e97b";
836
+ }
837
+
838
+ .pi-share-alt:before {
839
+ content: "\e97a";
840
+ }
841
+
842
+ .pi-envelope:before {
843
+ content: "\e979";
844
+ }
845
+
846
+ .pi-volume-down:before {
847
+ content: "\e976";
848
+ }
849
+
850
+ .pi-volume-up:before {
851
+ content: "\e977";
852
+ }
853
+
854
+ .pi-volume-off:before {
855
+ content: "\e978";
856
+ }
857
+
858
+ .pi-eject:before {
859
+ content: "\e975";
860
+ }
861
+
862
+ .pi-money-bill:before {
863
+ content: "\e974";
864
+ }
865
+
866
+ .pi-images:before {
867
+ content: "\e973";
868
+ }
869
+
870
+ .pi-image:before {
871
+ content: "\e972";
872
+ }
873
+
874
+ .pi-sign-in:before {
875
+ content: "\e970";
876
+ }
877
+
878
+ .pi-sign-out:before {
879
+ content: "\e971";
880
+ }
881
+
882
+ .pi-wifi:before {
883
+ content: "\e96f";
884
+ }
885
+
886
+ .pi-sitemap:before {
887
+ content: "\e96e";
888
+ }
889
+
890
+ .pi-chart-bar:before {
891
+ content: "\e96d";
892
+ }
893
+
894
+ .pi-camera:before {
895
+ content: "\e96c";
896
+ }
897
+
898
+ .pi-dollar:before {
899
+ content: "\e96b";
900
+ }
901
+
902
+ .pi-lock-open:before {
903
+ content: "\e96a";
904
+ }
905
+
906
+ .pi-table:before {
907
+ content: "\e969";
908
+ }
909
+
910
+ .pi-map-marker:before {
911
+ content: "\e968";
912
+ }
913
+
914
+ .pi-list:before {
915
+ content: "\e967";
916
+ }
917
+
918
+ .pi-eye-slash:before {
919
+ content: "\e965";
920
+ }
921
+
922
+ .pi-eye:before {
923
+ content: "\e966";
924
+ }
925
+
926
+ .pi-folder-open:before {
927
+ content: "\e964";
928
+ }
929
+
930
+ .pi-folder:before {
931
+ content: "\e963";
932
+ }
933
+
934
+ .pi-video:before {
935
+ content: "\e962";
936
+ }
937
+
938
+ .pi-inbox:before {
939
+ content: "\e961";
940
+ }
941
+
942
+ .pi-lock:before {
943
+ content: "\e95f";
944
+ }
945
+
946
+ .pi-unlock:before {
947
+ content: "\e960";
948
+ }
949
+
950
+ .pi-tags:before {
951
+ content: "\e95d";
952
+ }
953
+
954
+ .pi-tag:before {
955
+ content: "\e95e";
956
+ }
957
+
958
+ .pi-power-off:before {
959
+ content: "\e95c";
960
+ }
961
+
962
+ .pi-save:before {
963
+ content: "\e95b";
964
+ }
965
+
966
+ .pi-question-circle:before {
967
+ content: "\e959";
968
+ }
969
+
970
+ .pi-question:before {
971
+ content: "\e95a";
972
+ }
973
+
974
+ .pi-copy:before {
975
+ content: "\e957";
976
+ }
977
+
978
+ .pi-file:before {
979
+ content: "\e958";
980
+ }
981
+
982
+ .pi-clone:before {
983
+ content: "\e955";
984
+ }
985
+
986
+ .pi-calendar-times:before {
987
+ content: "\e952";
988
+ }
989
+
990
+ .pi-calendar-minus:before {
991
+ content: "\e953";
992
+ }
993
+
994
+ .pi-calendar-plus:before {
995
+ content: "\e954";
996
+ }
997
+
998
+ .pi-ellipsis-v:before {
999
+ content: "\e950";
1000
+ }
1001
+
1002
+ .pi-ellipsis-h:before {
1003
+ content: "\e951";
1004
+ }
1005
+
1006
+ .pi-bookmark:before {
1007
+ content: "\e94e";
1008
+ }
1009
+
1010
+ .pi-globe:before {
1011
+ content: "\e94f";
1012
+ }
1013
+
1014
+ .pi-replay:before {
1015
+ content: "\e94d";
1016
+ }
1017
+
1018
+ .pi-filter:before {
1019
+ content: "\e94c";
1020
+ }
1021
+
1022
+ .pi-print:before {
1023
+ content: "\e94b";
1024
+ }
1025
+
1026
+ .pi-align-right:before {
1027
+ content: "\e946";
1028
+ }
1029
+
1030
+ .pi-align-left:before {
1031
+ content: "\e947";
1032
+ }
1033
+
1034
+ .pi-align-center:before {
1035
+ content: "\e948";
1036
+ }
1037
+
1038
+ .pi-align-justify:before {
1039
+ content: "\e949";
1040
+ }
1041
+
1042
+ .pi-cog:before {
1043
+ content: "\e94a";
1044
+ }
1045
+
1046
+ .pi-cloud-download:before {
1047
+ content: "\e943";
1048
+ }
1049
+
1050
+ .pi-cloud-upload:before {
1051
+ content: "\e944";
1052
+ }
1053
+
1054
+ .pi-cloud:before {
1055
+ content: "\e945";
1056
+ }
1057
+
1058
+ .pi-pencil:before {
1059
+ content: "\e942";
1060
+ }
1061
+
1062
+ .pi-users:before {
1063
+ content: "\e941";
1064
+ }
1065
+
1066
+ .pi-clock:before {
1067
+ content: "\e940";
1068
+ }
1069
+
1070
+ .pi-user-minus:before {
1071
+ content: "\e93e";
1072
+ }
1073
+
1074
+ .pi-user-plus:before {
1075
+ content: "\e93f";
1076
+ }
1077
+
1078
+ .pi-trash:before {
1079
+ content: "\e93d";
1080
+ }
1081
+
1082
+ .pi-external-link:before {
1083
+ content: "\e93c";
1084
+ }
1085
+
1086
+ .pi-window-maximize:before {
1087
+ content: "\e93b";
1088
+ }
1089
+
1090
+ .pi-window-minimize:before {
1091
+ content: "\e93a";
1092
+ }
1093
+
1094
+ .pi-refresh:before {
1095
+ content: "\e938";
1096
+ }
1097
+
1098
+ .pi-user:before {
1099
+ content: "\e939";
1100
+ }
1101
+
1102
+ .pi-exclamation-triangle:before {
1103
+ content: "\e922";
1104
+ }
1105
+
1106
+ .pi-calendar:before {
1107
+ content: "\e927";
1108
+ }
1109
+
1110
+ .pi-chevron-circle-left:before {
1111
+ content: "\e928";
1112
+ }
1113
+
1114
+ .pi-chevron-circle-down:before {
1115
+ content: "\e929";
1116
+ }
1117
+
1118
+ .pi-chevron-circle-right:before {
1119
+ content: "\e92a";
1120
+ }
1121
+
1122
+ .pi-chevron-circle-up:before {
1123
+ content: "\e92b";
1124
+ }
1125
+
1126
+ .pi-angle-double-down:before {
1127
+ content: "\e92c";
1128
+ }
1129
+
1130
+ .pi-angle-double-left:before {
1131
+ content: "\e92d";
1132
+ }
1133
+
1134
+ .pi-angle-double-right:before {
1135
+ content: "\e92e";
1136
+ }
1137
+
1138
+ .pi-angle-double-up:before {
1139
+ content: "\e92f";
1140
+ }
1141
+
1142
+ .pi-angle-down:before {
1143
+ content: "\e930";
1144
+ }
1145
+
1146
+ .pi-angle-left:before {
1147
+ content: "\e931";
1148
+ }
1149
+
1150
+ .pi-angle-right:before {
1151
+ content: "\e932";
1152
+ }
1153
+
1154
+ .pi-angle-up:before {
1155
+ content: "\e933";
1156
+ }
1157
+
1158
+ .pi-upload:before {
1159
+ content: "\e934";
1160
+ }
1161
+
1162
+ .pi-download:before {
1163
+ content: "\e956";
1164
+ }
1165
+
1166
+ .pi-ban:before {
1167
+ content: "\e935";
1168
+ }
1169
+
1170
+ .pi-star-fill:before {
1171
+ content: "\e936";
1172
+ }
1173
+
1174
+ .pi-star:before {
1175
+ content: "\e937";
1176
+ }
1177
+
1178
+ .pi-chevron-left:before {
1179
+ content: "\e900";
1180
+ }
1181
+
1182
+ .pi-chevron-right:before {
1183
+ content: "\e901";
1184
+ }
1185
+
1186
+ .pi-chevron-down:before {
1187
+ content: "\e902";
1188
+ }
1189
+
1190
+ .pi-chevron-up:before {
1191
+ content: "\e903";
1192
+ }
1193
+
1194
+ .pi-caret-left:before {
1195
+ content: "\e904";
1196
+ }
1197
+
1198
+ .pi-caret-right:before {
1199
+ content: "\e905";
1200
+ }
1201
+
1202
+ .pi-caret-down:before {
1203
+ content: "\e906";
1204
+ }
1205
+
1206
+ .pi-caret-up:before {
1207
+ content: "\e907";
1208
+ }
1209
+
1210
+ .pi-search:before {
1211
+ content: "\e908";
1212
+ }
1213
+
1214
+ .pi-check:before {
1215
+ content: "\e909";
1216
+ }
1217
+
1218
+ .pi-check-circle:before {
1219
+ content: "\e90a";
1220
+ }
1221
+
1222
+ .pi-times:before {
1223
+ content: "\e90b";
1224
+ }
1225
+
1226
+ .pi-times-circle:before {
1227
+ content: "\e90c";
1228
+ }
1229
+
1230
+ .pi-plus:before {
1231
+ content: "\e90d";
1232
+ }
1233
+
1234
+ .pi-plus-circle:before {
1235
+ content: "\e90e";
1236
+ }
1237
+
1238
+ .pi-minus:before {
1239
+ content: "\e90f";
1240
+ }
1241
+
1242
+ .pi-minus-circle:before {
1243
+ content: "\e910";
1244
+ }
1245
+
1246
+ .pi-circle-on:before {
1247
+ content: "\e911";
1248
+ }
1249
+
1250
+ .pi-circle-off:before {
1251
+ content: "\e912";
1252
+ }
1253
+
1254
+ .pi-sort-down:before {
1255
+ content: "\e913";
1256
+ }
1257
+
1258
+ .pi-sort-up:before {
1259
+ content: "\e914";
1260
+ }
1261
+
1262
+ .pi-sort:before {
1263
+ content: "\e915";
1264
+ }
1265
+
1266
+ .pi-step-backward:before {
1267
+ content: "\e916";
1268
+ }
1269
+
1270
+ .pi-step-forward:before {
1271
+ content: "\e917";
1272
+ }
1273
+
1274
+ .pi-th-large:before {
1275
+ content: "\e918";
1276
+ }
1277
+
1278
+ .pi-arrow-down:before {
1279
+ content: "\e919";
1280
+ }
1281
+
1282
+ .pi-arrow-left:before {
1283
+ content: "\e91a";
1284
+ }
1285
+
1286
+ .pi-arrow-right:before {
1287
+ content: "\e91b";
1288
+ }
1289
+
1290
+ .pi-arrow-up:before {
1291
+ content: "\e91c";
1292
+ }
1293
+
1294
+ .pi-bars:before {
1295
+ content: "\e91d";
1296
+ }
1297
+
1298
+ .pi-arrow-circle-down:before {
1299
+ content: "\e91e";
1300
+ }
1301
+
1302
+ .pi-arrow-circle-left:before {
1303
+ content: "\e91f";
1304
+ }
1305
+
1306
+ .pi-arrow-circle-right:before {
1307
+ content: "\e920";
1308
+ }
1309
+
1310
+ .pi-arrow-circle-up:before {
1311
+ content: "\e921";
1312
+ }
1313
+
1314
+ .pi-info:before {
1315
+ content: "\e923";
1316
+ }
1317
+
1318
+ .pi-info-circle:before {
1319
+ content: "\e924";
1320
+ }
1321
+
1322
+ .pi-home:before {
1323
+ content: "\e925";
1324
+ }
1325
+
1326
+ .pi-spinner:before {
1327
+ content: "\e926";
1328
+ }