@anemona/aif-icons 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/style.scss ADDED
@@ -0,0 +1,1440 @@
1
+ @import "variables";
2
+
3
+ @font-face {
4
+ font-family: '#{$icomoon-font-family}';
5
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?w7qpdo');
6
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?w7qpdo#iefix') format('embedded-opentype'),
7
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?w7qpdo') format('truetype'),
8
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?w7qpdo') format('woff'),
9
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?w7qpdo##{$icomoon-font-family}') format('svg');
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ font-display: block;
13
+ }
14
+
15
+ .ai {
16
+ /* use !important to prevent issues with browser extensions that change fonts */
17
+ font-family: '#{$icomoon-font-family}' !important;
18
+ speak: never;
19
+ font-style: normal;
20
+ font-weight: normal;
21
+ font-variant: normal;
22
+ text-transform: none;
23
+ line-height: 1;
24
+
25
+ /* Better Font Rendering =========== */
26
+ -webkit-font-smoothing: antialiased;
27
+ -moz-osx-font-smoothing: grayscale;
28
+ }
29
+
30
+ .ai-user-box {
31
+ &:before {
32
+ content: $ai-user-box;
33
+ }
34
+ }
35
+ .ai-alarm {
36
+ &:before {
37
+ content: $ai-alarm;
38
+ }
39
+ }
40
+ .ai-apple {
41
+ &:before {
42
+ content: $ai-apple;
43
+ }
44
+ }
45
+ .ai-apps {
46
+ &:before {
47
+ content: $ai-apps;
48
+ }
49
+ }
50
+ .ai-barcode {
51
+ &:before {
52
+ content: $ai-barcode;
53
+ }
54
+ }
55
+ .ai-barcode-scan {
56
+ &:before {
57
+ content: $ai-barcode-scan;
58
+ }
59
+ }
60
+ .ai-book-open {
61
+ &:before {
62
+ content: $ai-book-open;
63
+ }
64
+ }
65
+ .ai-book-open-blank-variant {
66
+ &:before {
67
+ content: $ai-book-open-blank-variant;
68
+ }
69
+ }
70
+ .ai-cart-filled {
71
+ &:before {
72
+ content: $ai-cart-filled;
73
+ }
74
+ }
75
+ .ai-cart {
76
+ &:before {
77
+ content: $ai-cart;
78
+ }
79
+ }
80
+ .ai-cart-plus {
81
+ &:before {
82
+ content: $ai-cart-plus;
83
+ }
84
+ }
85
+ .ai-exclamation {
86
+ &:before {
87
+ content: $ai-exclamation;
88
+ }
89
+ }
90
+ .ai-classroom {
91
+ &:before {
92
+ content: $ai-classroom;
93
+ }
94
+ }
95
+ .ai-information {
96
+ &:before {
97
+ content: $ai-information;
98
+ }
99
+ }
100
+ .ai-laptop {
101
+ &:before {
102
+ content: $ai-laptop;
103
+ }
104
+ }
105
+ .ai-qrcode {
106
+ &:before {
107
+ content: $ai-qrcode;
108
+ }
109
+ }
110
+ .ai-qrcode-scan {
111
+ &:before {
112
+ content: $ai-qrcode-scan;
113
+ }
114
+ }
115
+ .ai-school {
116
+ &:before {
117
+ content: $ai-school;
118
+ }
119
+ }
120
+ .ai-shopping-filled {
121
+ &:before {
122
+ content: $ai-shopping-filled;
123
+ }
124
+ }
125
+ .ai-book-open-page-variant {
126
+ &:before {
127
+ content: $ai-book-open-page-variant;
128
+ }
129
+ }
130
+ .ai-cart-filled-off {
131
+ &:before {
132
+ content: $ai-cart-filled-off;
133
+ }
134
+ }
135
+ .ai-teach {
136
+ &:before {
137
+ content: $ai-teach;
138
+ }
139
+ }
140
+ .ai-book-open-outline {
141
+ &:before {
142
+ content: $ai-book-open-outline;
143
+ }
144
+ }
145
+ .ai-cart-minus {
146
+ &:before {
147
+ content: $ai-cart-minus;
148
+ }
149
+ }
150
+ .ai-cart-remove {
151
+ &:before {
152
+ content: $ai-cart-remove;
153
+ }
154
+ }
155
+ .ai-school-outline {
156
+ &:before {
157
+ content: $ai-school-outline;
158
+ }
159
+ }
160
+ .ai-shopping {
161
+ &:before {
162
+ content: $ai-shopping;
163
+ }
164
+ }
165
+ .ai-book-open-variant {
166
+ &:before {
167
+ content: $ai-book-open-variant;
168
+ }
169
+ }
170
+ .ai-file {
171
+ &:before {
172
+ content: $ai-file;
173
+ }
174
+ }
175
+ .ai-file-text {
176
+ &:before {
177
+ content: $ai-file-text;
178
+ }
179
+ }
180
+ .ai-thumbs-up {
181
+ &:before {
182
+ content: $ai-thumbs-up;
183
+ }
184
+ }
185
+ .ai-file-pdf {
186
+ &:before {
187
+ content: $ai-file-pdf;
188
+ }
189
+ }
190
+ .ai-file-word {
191
+ &:before {
192
+ content: $ai-file-word;
193
+ }
194
+ }
195
+ .ai-file-excel {
196
+ &:before {
197
+ content: $ai-file-excel;
198
+ }
199
+ }
200
+ .ai-file-powerpoint {
201
+ &:before {
202
+ content: $ai-file-powerpoint;
203
+ }
204
+ }
205
+ .ai-file-image {
206
+ &:before {
207
+ content: $ai-file-image;
208
+ }
209
+ }
210
+ .ai-file-archive {
211
+ &:before {
212
+ content: $ai-file-archive;
213
+ }
214
+ }
215
+ .ai-file-audio {
216
+ &:before {
217
+ content: $ai-file-audio;
218
+ }
219
+ }
220
+ .ai-file-video {
221
+ &:before {
222
+ content: $ai-file-video;
223
+ }
224
+ }
225
+ .ai-file-code {
226
+ &:before {
227
+ content: $ai-file-code;
228
+ }
229
+ }
230
+ .ai-android {
231
+ &:before {
232
+ content: $ai-android;
233
+ }
234
+ }
235
+ .ai-angular {
236
+ &:before {
237
+ content: $ai-angular;
238
+ }
239
+ }
240
+ .ai-dropbox {
241
+ &:before {
242
+ content: $ai-dropbox;
243
+ }
244
+ }
245
+ .ai-facebook {
246
+ &:before {
247
+ content: $ai-facebook;
248
+ }
249
+ }
250
+ .ai-github {
251
+ &:before {
252
+ content: $ai-github;
253
+ }
254
+ }
255
+ .ai-google {
256
+ &:before {
257
+ content: $ai-google;
258
+ }
259
+ }
260
+ .ai-instagram {
261
+ &:before {
262
+ content: $ai-instagram;
263
+ }
264
+ }
265
+ .ai-linkedin {
266
+ &:before {
267
+ content: $ai-linkedin;
268
+ }
269
+ }
270
+ .ai-paypal {
271
+ &:before {
272
+ content: $ai-paypal;
273
+ }
274
+ }
275
+ .ai-pinterest {
276
+ &:before {
277
+ content: $ai-pinterest;
278
+ }
279
+ }
280
+ .ai-play-store {
281
+ &:before {
282
+ content: $ai-play-store;
283
+ }
284
+ }
285
+ .ai-reddit {
286
+ &:before {
287
+ content: $ai-reddit;
288
+ }
289
+ }
290
+ .ai-skype {
291
+ &:before {
292
+ content: $ai-skype;
293
+ }
294
+ }
295
+ .ai-snapchat {
296
+ &:before {
297
+ content: $ai-snapchat;
298
+ }
299
+ }
300
+ .ai-telegram {
301
+ &:before {
302
+ content: $ai-telegram;
303
+ }
304
+ }
305
+ .ai-tumblr {
306
+ &:before {
307
+ content: $ai-tumblr;
308
+ }
309
+ }
310
+ .ai-twitter {
311
+ &:before {
312
+ content: $ai-twitter;
313
+ }
314
+ }
315
+ .ai-visa {
316
+ &:before {
317
+ content: $ai-visa;
318
+ }
319
+ }
320
+ .ai-windows {
321
+ &:before {
322
+ content: $ai-windows;
323
+ }
324
+ }
325
+ .ai-youtube {
326
+ &:before {
327
+ content: $ai-youtube;
328
+ }
329
+ }
330
+ .ai-alarm-off {
331
+ &:before {
332
+ content: $ai-alarm-off;
333
+ }
334
+ }
335
+ .ai-bar-chart-box {
336
+ &:before {
337
+ content: $ai-bar-chart-box;
338
+ }
339
+ }
340
+ .ai-bx-book-content {
341
+ &:before {
342
+ content: $ai-bx-book-content;
343
+ }
344
+ }
345
+ .ai-box {
346
+ &:before {
347
+ content: $ai-box;
348
+ }
349
+ }
350
+ .ai-briefcase {
351
+ &:before {
352
+ content: $ai-briefcase;
353
+ }
354
+ }
355
+ .ai-buildings {
356
+ &:before {
357
+ content: $ai-buildings;
358
+ }
359
+ }
360
+ .ai-calendar-full {
361
+ &:before {
362
+ content: $ai-calendar-full;
363
+ }
364
+ }
365
+ .ai-chalkboard {
366
+ &:before {
367
+ content: $ai-chalkboard;
368
+ }
369
+ }
370
+ .ai-chats {
371
+ &:before {
372
+ content: $ai-chats;
373
+ }
374
+ }
375
+ .ai-cog {
376
+ &:before {
377
+ content: $ai-cog;
378
+ }
379
+ }
380
+ .ai-credit-card {
381
+ &:before {
382
+ content: $ai-credit-card;
383
+ }
384
+ }
385
+ .ai-credit-card-alt {
386
+ &:before {
387
+ content: $ai-credit-card-alt;
388
+ }
389
+ }
390
+ .ai-data-base {
391
+ &:before {
392
+ content: $ai-data-base;
393
+ }
394
+ }
395
+ .ai-desktop {
396
+ &:before {
397
+ content: $ai-desktop;
398
+ }
399
+ }
400
+ .ai-dollar {
401
+ &:before {
402
+ content: $ai-dollar;
403
+ }
404
+ }
405
+ .ai-dots-horizontal {
406
+ &:before {
407
+ content: $ai-dots-horizontal;
408
+ }
409
+ }
410
+ .ai-dots-vertical {
411
+ &:before {
412
+ content: $ai-dots-vertical;
413
+ }
414
+ }
415
+ .ai-mail-closed {
416
+ &:before {
417
+ content: $ai-mail-closed;
418
+ }
419
+ }
420
+ .ai-error {
421
+ &:before {
422
+ content: $ai-error;
423
+ }
424
+ }
425
+ .ai-euro {
426
+ &:before {
427
+ content: $ai-euro;
428
+ }
429
+ }
430
+ .ai-fingerprint {
431
+ &:before {
432
+ content: $ai-fingerprint;
433
+ }
434
+ }
435
+ .ai-grid-alt {
436
+ &:before {
437
+ content: $ai-grid-alt;
438
+ }
439
+ }
440
+ .ai-grid-horizontal {
441
+ &:before {
442
+ content: $ai-grid-horizontal;
443
+ }
444
+ }
445
+ .ai-grid-small {
446
+ &:before {
447
+ content: $ai-grid-small;
448
+ }
449
+ }
450
+ .ai-group {
451
+ &:before {
452
+ content: $ai-group;
453
+ }
454
+ }
455
+ .ai-key {
456
+ &:before {
457
+ content: $ai-key;
458
+ }
459
+ }
460
+ .ai-link {
461
+ &:before {
462
+ content: $ai-link;
463
+ }
464
+ }
465
+ .ai-link-alt {
466
+ &:before {
467
+ content: $ai-link-alt;
468
+ }
469
+ }
470
+ .ai-link-external {
471
+ &:before {
472
+ content: $ai-link-external;
473
+ }
474
+ }
475
+ .ai-loader-alt {
476
+ &:before {
477
+ content: $ai-loader-alt;
478
+ }
479
+ }
480
+ .ai-loader-circle {
481
+ &:before {
482
+ content: $ai-loader-circle;
483
+ }
484
+ }
485
+ .ai-log-in {
486
+ &:before {
487
+ content: $ai-log-in;
488
+ }
489
+ }
490
+ .ai-mail-send {
491
+ &:before {
492
+ content: $ai-mail-send;
493
+ }
494
+ }
495
+ .ai-message-rounded {
496
+ &:before {
497
+ content: $ai-message-rounded;
498
+ }
499
+ }
500
+ .ai-message-rounded-dots {
501
+ &:before {
502
+ content: $ai-message-rounded-dots;
503
+ }
504
+ }
505
+ .ai-purchase-tag {
506
+ &:before {
507
+ content: $ai-purchase-tag;
508
+ }
509
+ }
510
+ .ai-search-alt {
511
+ &:before {
512
+ content: $ai-search-alt;
513
+ }
514
+ }
515
+ .ai-server {
516
+ &:before {
517
+ content: $ai-server;
518
+ }
519
+ }
520
+ .ai-sidebar {
521
+ &:before {
522
+ content: $ai-sidebar;
523
+ }
524
+ }
525
+ .ai-slider-alt {
526
+ &:before {
527
+ content: $ai-slider-alt;
528
+ }
529
+ }
530
+ .ai-sort-a-z {
531
+ &:before {
532
+ content: $ai-sort-a-z;
533
+ }
534
+ }
535
+ .ai-sort-down {
536
+ &:before {
537
+ content: $ai-sort-down;
538
+ }
539
+ }
540
+ .ai-sort-up {
541
+ &:before {
542
+ content: $ai-sort-up;
543
+ }
544
+ }
545
+ .ai-sort-z-a {
546
+ &:before {
547
+ content: $ai-sort-z-a;
548
+ }
549
+ }
550
+ .ai-support {
551
+ &:before {
552
+ content: $ai-support;
553
+ }
554
+ }
555
+ .ai-sync {
556
+ &:before {
557
+ content: $ai-sync;
558
+ }
559
+ }
560
+ .ai-table-alt {
561
+ &:before {
562
+ content: $ai-table-alt;
563
+ }
564
+ }
565
+ .ai-toggle-left {
566
+ &:before {
567
+ content: $ai-toggle-left;
568
+ }
569
+ }
570
+ .ai-toggle-right {
571
+ &:before {
572
+ content: $ai-toggle-right;
573
+ }
574
+ }
575
+ .ai-trophy {
576
+ &:before {
577
+ content: $ai-trophy;
578
+ }
579
+ }
580
+ .ai-tv {
581
+ &:before {
582
+ content: $ai-tv;
583
+ }
584
+ }
585
+ .ai-unlink {
586
+ &:before {
587
+ content: $ai-unlink;
588
+ }
589
+ }
590
+ .ai-user {
591
+ &:before {
592
+ content: $ai-user;
593
+ }
594
+ }
595
+ .ai-world {
596
+ &:before {
597
+ content: $ai-world;
598
+ }
599
+ }
600
+ .ai-bank {
601
+ &:before {
602
+ content: $ai-bank;
603
+ }
604
+ }
605
+ .ai-bar-chart-alt {
606
+ &:before {
607
+ content: $ai-bar-chart-alt;
608
+ }
609
+ }
610
+ .ai-book-bookmark {
611
+ &:before {
612
+ content: $ai-book-bookmark;
613
+ }
614
+ }
615
+ .ai-book-content {
616
+ &:before {
617
+ content: $ai-book-content;
618
+ }
619
+ }
620
+ .ai-briefcase-filled {
621
+ &:before {
622
+ content: $ai-briefcase-filled;
623
+ }
624
+ }
625
+ .ai-business {
626
+ &:before {
627
+ content: $ai-business;
628
+ }
629
+ }
630
+ .ai-calendar-filled {
631
+ &:before {
632
+ content: $ai-calendar-filled;
633
+ }
634
+ }
635
+ .ai-contact {
636
+ &:before {
637
+ content: $ai-contact;
638
+ }
639
+ }
640
+ .ai-conversation {
641
+ &:before {
642
+ content: $ai-conversation;
643
+ }
644
+ }
645
+ .ai-dashboard {
646
+ &:before {
647
+ content: $ai-dashboard;
648
+ }
649
+ }
650
+ .ai-download-alt {
651
+ &:before {
652
+ content: $ai-download-alt;
653
+ }
654
+ }
655
+ .ai-error-filled {
656
+ &:before {
657
+ content: $ai-error-filled;
658
+ }
659
+ }
660
+ .ai-graduation {
661
+ &:before {
662
+ content: $ai-graduation;
663
+ }
664
+ }
665
+ .ai-group-filled {
666
+ &:before {
667
+ content: $ai-group-filled;
668
+ }
669
+ }
670
+ .ai-landmark {
671
+ &:before {
672
+ content: $ai-landmark;
673
+ }
674
+ }
675
+ .ai-layout {
676
+ &:before {
677
+ content: $ai-layout;
678
+ }
679
+ }
680
+ .ai-purchase-tag-filled {
681
+ &:before {
682
+ content: $ai-purchase-tag-filled;
683
+ }
684
+ }
685
+ .ai-quotes {
686
+ &:before {
687
+ content: $ai-quotes;
688
+ }
689
+ }
690
+ .ai-school-alt {
691
+ &:before {
692
+ content: $ai-school-alt;
693
+ }
694
+ }
695
+ .ai-search-filled {
696
+ &:before {
697
+ content: $ai-search-filled;
698
+ }
699
+ }
700
+ .ai-spreadsheet {
701
+ &:before {
702
+ content: $ai-spreadsheet;
703
+ }
704
+ }
705
+ .ai-toggle-left-filled {
706
+ &:before {
707
+ content: $ai-toggle-left-filled;
708
+ }
709
+ }
710
+ .ai-toggle-right-filled {
711
+ &:before {
712
+ content: $ai-toggle-right-filled;
713
+ }
714
+ }
715
+ .ai-user-filled {
716
+ &:before {
717
+ content: $ai-user-filled;
718
+ }
719
+ }
720
+ .ai-user-circle {
721
+ &:before {
722
+ content: $ai-user-circle;
723
+ }
724
+ }
725
+ .ai-widget {
726
+ &:before {
727
+ content: $ai-widget;
728
+ }
729
+ }
730
+ .ai-archive {
731
+ &:before {
732
+ content: $ai-archive;
733
+ }
734
+ }
735
+ .ai-arrow-down {
736
+ &:before {
737
+ content: $ai-arrow-down;
738
+ }
739
+ }
740
+ .ai-arrow-left {
741
+ &:before {
742
+ content: $ai-arrow-left;
743
+ }
744
+ }
745
+ .ai-arrow-right {
746
+ &:before {
747
+ content: $ai-arrow-right;
748
+ }
749
+ }
750
+ .ai-arrow-up {
751
+ &:before {
752
+ content: $ai-arrow-up;
753
+ }
754
+ }
755
+ .ai-at {
756
+ &:before {
757
+ content: $ai-at;
758
+ }
759
+ }
760
+ .ai-bell-off {
761
+ &:before {
762
+ content: $ai-bell-off;
763
+ }
764
+ }
765
+ .ai-bell {
766
+ &:before {
767
+ content: $ai-bell;
768
+ }
769
+ }
770
+ .ai-bookmark {
771
+ &:before {
772
+ content: $ai-bookmark;
773
+ }
774
+ }
775
+ .ai-briefcase-alt {
776
+ &:before {
777
+ content: $ai-briefcase-alt;
778
+ }
779
+ }
780
+ .ai-bulb-alt {
781
+ &:before {
782
+ content: $ai-bulb-alt;
783
+ }
784
+ }
785
+ .ai-bulb {
786
+ &:before {
787
+ content: $ai-bulb;
788
+ }
789
+ }
790
+ .ai-calendar {
791
+ &:before {
792
+ content: $ai-calendar;
793
+ }
794
+ }
795
+ .ai-camera-off {
796
+ &:before {
797
+ content: $ai-camera-off;
798
+ }
799
+ }
800
+ .ai-camera {
801
+ &:before {
802
+ content: $ai-camera;
803
+ }
804
+ }
805
+ .ai-cast {
806
+ &:before {
807
+ content: $ai-cast;
808
+ }
809
+ }
810
+ .ai-chart {
811
+ &:before {
812
+ content: $ai-chart;
813
+ }
814
+ }
815
+ .ai-chat {
816
+ &:before {
817
+ content: $ai-chat;
818
+ }
819
+ }
820
+ .ai-check {
821
+ &:before {
822
+ content: $ai-check;
823
+ }
824
+ }
825
+ .ai-checks {
826
+ &:before {
827
+ content: $ai-checks;
828
+ }
829
+ }
830
+ .ai-chevron-down {
831
+ &:before {
832
+ content: $ai-chevron-down;
833
+ }
834
+ }
835
+ .ai-chevron-left {
836
+ &:before {
837
+ content: $ai-chevron-left;
838
+ }
839
+ }
840
+ .ai-chevron-right {
841
+ &:before {
842
+ content: $ai-chevron-right;
843
+ }
844
+ }
845
+ .ai-chevron-up {
846
+ &:before {
847
+ content: $ai-chevron-up;
848
+ }
849
+ }
850
+ .ai-chevrons-down {
851
+ &:before {
852
+ content: $ai-chevrons-down;
853
+ }
854
+ }
855
+ .ai-chevrons-left {
856
+ &:before {
857
+ content: $ai-chevrons-left;
858
+ }
859
+ }
860
+ .ai-chevrons-right {
861
+ &:before {
862
+ content: $ai-chevrons-right;
863
+ }
864
+ }
865
+ .ai-chevrons-up {
866
+ &:before {
867
+ content: $ai-chevrons-up;
868
+ }
869
+ }
870
+ .ai-alert-alt {
871
+ &:before {
872
+ content: $ai-alert-alt;
873
+ }
874
+ }
875
+ .ai-circle-check-filled {
876
+ &:before {
877
+ content: $ai-circle-check-filled;
878
+ }
879
+ }
880
+ .ai-circle-check {
881
+ &:before {
882
+ content: $ai-circle-check;
883
+ }
884
+ }
885
+ .ai-help {
886
+ &:before {
887
+ content: $ai-help;
888
+ }
889
+ }
890
+ .ai-info {
891
+ &:before {
892
+ content: $ai-info;
893
+ }
894
+ }
895
+ .ai-circle-slash {
896
+ &:before {
897
+ content: $ai-circle-slash;
898
+ }
899
+ }
900
+ .ai-clock {
901
+ &:before {
902
+ content: $ai-clock;
903
+ }
904
+ }
905
+ .ai-cloud-upload {
906
+ &:before {
907
+ content: $ai-cloud-upload;
908
+ }
909
+ }
910
+ .ai-cloud {
911
+ &:before {
912
+ content: $ai-cloud;
913
+ }
914
+ }
915
+ .ai-code {
916
+ &:before {
917
+ content: $ai-code;
918
+ }
919
+ }
920
+ .ai-cross-alt {
921
+ &:before {
922
+ content: $ai-cross-alt;
923
+ }
924
+ }
925
+ .ai-cross {
926
+ &:before {
927
+ content: $ai-cross;
928
+ }
929
+ }
930
+ .ai-cup-hot {
931
+ &:before {
932
+ content: $ai-cup-hot;
933
+ }
934
+ }
935
+ .ai-cup {
936
+ &:before {
937
+ content: $ai-cup;
938
+ }
939
+ }
940
+ .ai-database {
941
+ &:before {
942
+ content: $ai-database;
943
+ }
944
+ }
945
+ .ai-dots {
946
+ &:before {
947
+ content: $ai-dots;
948
+ }
949
+ }
950
+ .ai-download {
951
+ &:before {
952
+ content: $ai-download;
953
+ }
954
+ }
955
+ .ai-drawer {
956
+ &:before {
957
+ content: $ai-drawer;
958
+ }
959
+ }
960
+ .ai-edit-alt {
961
+ &:before {
962
+ content: $ai-edit-alt;
963
+ }
964
+ }
965
+ .ai-edit {
966
+ &:before {
967
+ content: $ai-edit;
968
+ }
969
+ }
970
+ .ai-emoji-happy {
971
+ &:before {
972
+ content: $ai-emoji-happy;
973
+ }
974
+ }
975
+ .ai-emoji-meh {
976
+ &:before {
977
+ content: $ai-emoji-meh;
978
+ }
979
+ }
980
+ .ai-emoji-sad {
981
+ &:before {
982
+ content: $ai-emoji-sad;
983
+ }
984
+ }
985
+ .ai-emoji-smile {
986
+ &:before {
987
+ content: $ai-emoji-smile;
988
+ }
989
+ }
990
+ .ai-emoji-surprise {
991
+ &:before {
992
+ content: $ai-emoji-surprise;
993
+ }
994
+ }
995
+ .ai-external-link {
996
+ &:before {
997
+ content: $ai-external-link;
998
+ }
999
+ }
1000
+ .ai-fast-forward {
1001
+ &:before {
1002
+ content: $ai-fast-forward;
1003
+ }
1004
+ }
1005
+ .ai-filter {
1006
+ &:before {
1007
+ content: $ai-filter;
1008
+ }
1009
+ }
1010
+ .ai-flag {
1011
+ &:before {
1012
+ content: $ai-flag;
1013
+ }
1014
+ }
1015
+ .ai-folder {
1016
+ &:before {
1017
+ content: $ai-folder;
1018
+ }
1019
+ }
1020
+ .ai-fruit {
1021
+ &:before {
1022
+ content: $ai-fruit;
1023
+ }
1024
+ }
1025
+ .ai-globe {
1026
+ &:before {
1027
+ content: $ai-globe;
1028
+ }
1029
+ }
1030
+ .ai-grid {
1031
+ &:before {
1032
+ content: $ai-grid;
1033
+ }
1034
+ }
1035
+ .ai-hard-drive {
1036
+ &:before {
1037
+ content: $ai-hard-drive;
1038
+ }
1039
+ }
1040
+ .ai-heart-filled {
1041
+ &:before {
1042
+ content: $ai-heart-filled;
1043
+ }
1044
+ }
1045
+ .ai-heart {
1046
+ &:before {
1047
+ content: $ai-heart;
1048
+ }
1049
+ }
1050
+ .ai-hide {
1051
+ &:before {
1052
+ content: $ai-hide;
1053
+ }
1054
+ }
1055
+ .ai-home {
1056
+ &:before {
1057
+ content: $ai-home;
1058
+ }
1059
+ }
1060
+ .ai-image {
1061
+ &:before {
1062
+ content: $ai-image;
1063
+ }
1064
+ }
1065
+ .ai-lock-closed {
1066
+ &:before {
1067
+ content: $ai-lock-closed;
1068
+ }
1069
+ }
1070
+ .ai-lock-open {
1071
+ &:before {
1072
+ content: $ai-lock-open;
1073
+ }
1074
+ }
1075
+ .ai-login {
1076
+ &:before {
1077
+ content: $ai-login;
1078
+ }
1079
+ }
1080
+ .ai-logout {
1081
+ &:before {
1082
+ content: $ai-logout;
1083
+ }
1084
+ }
1085
+ .ai-mail-filled {
1086
+ &:before {
1087
+ content: $ai-mail-filled;
1088
+ }
1089
+ }
1090
+ .ai-mail {
1091
+ &:before {
1092
+ content: $ai-mail;
1093
+ }
1094
+ }
1095
+ .ai-map-pin {
1096
+ &:before {
1097
+ content: $ai-map-pin;
1098
+ }
1099
+ }
1100
+ .ai-map {
1101
+ &:before {
1102
+ content: $ai-map;
1103
+ }
1104
+ }
1105
+ .ai-maximize {
1106
+ &:before {
1107
+ content: $ai-maximize;
1108
+ }
1109
+ }
1110
+ .ai-message {
1111
+ &:before {
1112
+ content: $ai-message;
1113
+ }
1114
+ }
1115
+ .ai-messages {
1116
+ &:before {
1117
+ content: $ai-messages;
1118
+ }
1119
+ }
1120
+ .ai-microphone-off {
1121
+ &:before {
1122
+ content: $ai-microphone-off;
1123
+ }
1124
+ }
1125
+ .ai-microphone {
1126
+ &:before {
1127
+ content: $ai-microphone;
1128
+ }
1129
+ }
1130
+ .ai-moon {
1131
+ &:before {
1132
+ content: $ai-moon;
1133
+ }
1134
+ }
1135
+ .ai-note {
1136
+ &:before {
1137
+ content: $ai-note;
1138
+ }
1139
+ }
1140
+ .ai-book-open-alt {
1141
+ &:before {
1142
+ content: $ai-book-open-alt;
1143
+ }
1144
+ }
1145
+ .ai-paperclip {
1146
+ &:before {
1147
+ content: $ai-paperclip;
1148
+ }
1149
+ }
1150
+ .ai-pause {
1151
+ &:before {
1152
+ content: $ai-pause;
1153
+ }
1154
+ }
1155
+ .ai-pencil {
1156
+ &:before {
1157
+ content: $ai-pencil;
1158
+ }
1159
+ }
1160
+ .ai-phone-call {
1161
+ &:before {
1162
+ content: $ai-phone-call;
1163
+ }
1164
+ }
1165
+ .ai-phone {
1166
+ &:before {
1167
+ content: $ai-phone;
1168
+ }
1169
+ }
1170
+ .ai-chart-pie {
1171
+ &:before {
1172
+ content: $ai-chart-pie;
1173
+ }
1174
+ }
1175
+ .ai-pin {
1176
+ &:before {
1177
+ content: $ai-pin;
1178
+ }
1179
+ }
1180
+ .ai-play-filled {
1181
+ &:before {
1182
+ content: $ai-play-filled;
1183
+ }
1184
+ }
1185
+ .ai-play-next {
1186
+ &:before {
1187
+ content: $ai-play-next;
1188
+ }
1189
+ }
1190
+ .ai-play-previous {
1191
+ &:before {
1192
+ content: $ai-play-previous;
1193
+ }
1194
+ }
1195
+ .ai-play {
1196
+ &:before {
1197
+ content: $ai-play;
1198
+ }
1199
+ }
1200
+ .ai-plus {
1201
+ &:before {
1202
+ content: $ai-plus;
1203
+ }
1204
+ }
1205
+ .ai-power {
1206
+ &:before {
1207
+ content: $ai-power;
1208
+ }
1209
+ }
1210
+ .ai-printer {
1211
+ &:before {
1212
+ content: $ai-printer;
1213
+ }
1214
+ }
1215
+ .ai-quotes-alt {
1216
+ &:before {
1217
+ content: $ai-quotes-alt;
1218
+ }
1219
+ }
1220
+ .ai-refresh {
1221
+ &:before {
1222
+ content: $ai-refresh;
1223
+ }
1224
+ }
1225
+ .ai-rewind {
1226
+ &:before {
1227
+ content: $ai-rewind;
1228
+ }
1229
+ }
1230
+ .ai-rotate-right {
1231
+ &:before {
1232
+ content: $ai-rotate-right;
1233
+ }
1234
+ }
1235
+ .ai-save {
1236
+ &:before {
1237
+ content: $ai-save;
1238
+ }
1239
+ }
1240
+ .ai-scan {
1241
+ &:before {
1242
+ content: $ai-scan;
1243
+ }
1244
+ }
1245
+ .ai-search {
1246
+ &:before {
1247
+ content: $ai-search;
1248
+ }
1249
+ }
1250
+ .ai-send {
1251
+ &:before {
1252
+ content: $ai-send;
1253
+ }
1254
+ }
1255
+ .ai-settings-filled {
1256
+ &:before {
1257
+ content: $ai-settings-filled;
1258
+ }
1259
+ }
1260
+ .ai-settings {
1261
+ &:before {
1262
+ content: $ai-settings;
1263
+ }
1264
+ }
1265
+ .ai-share {
1266
+ &:before {
1267
+ content: $ai-share;
1268
+ }
1269
+ }
1270
+ .ai-shield {
1271
+ &:before {
1272
+ content: $ai-shield;
1273
+ }
1274
+ }
1275
+ .ai-show {
1276
+ &:before {
1277
+ content: $ai-show;
1278
+ }
1279
+ }
1280
+ .ai-slider {
1281
+ &:before {
1282
+ content: $ai-slider;
1283
+ }
1284
+ }
1285
+ .ai-info-alt {
1286
+ &:before {
1287
+ content: $ai-info-alt;
1288
+ }
1289
+ }
1290
+ .ai-square-plus {
1291
+ &:before {
1292
+ content: $ai-square-plus;
1293
+ }
1294
+ }
1295
+ .ai-square-x {
1296
+ &:before {
1297
+ content: $ai-square-x;
1298
+ }
1299
+ }
1300
+ .ai-square {
1301
+ &:before {
1302
+ content: $ai-square;
1303
+ }
1304
+ }
1305
+ .ai-star-filled {
1306
+ &:before {
1307
+ content: $ai-star-filled;
1308
+ }
1309
+ }
1310
+ .ai-star-half {
1311
+ &:before {
1312
+ content: $ai-star-half;
1313
+ }
1314
+ }
1315
+ .ai-star {
1316
+ &:before {
1317
+ content: $ai-star;
1318
+ }
1319
+ }
1320
+ .ai-sun {
1321
+ &:before {
1322
+ content: $ai-sun;
1323
+ }
1324
+ }
1325
+ .ai-table-row {
1326
+ &:before {
1327
+ content: $ai-table-row;
1328
+ }
1329
+ }
1330
+ .ai-table {
1331
+ &:before {
1332
+ content: $ai-table;
1333
+ }
1334
+ }
1335
+ .ai-time {
1336
+ &:before {
1337
+ content: $ai-time;
1338
+ }
1339
+ }
1340
+ .ai-toggle-left-alt {
1341
+ &:before {
1342
+ content: $ai-toggle-left-alt;
1343
+ }
1344
+ }
1345
+ .ai-toggle-right-alt {
1346
+ &:before {
1347
+ content: $ai-toggle-right-alt;
1348
+ }
1349
+ }
1350
+ .ai-tool {
1351
+ &:before {
1352
+ content: $ai-tool;
1353
+ }
1354
+ }
1355
+ .ai-trash {
1356
+ &:before {
1357
+ content: $ai-trash;
1358
+ }
1359
+ }
1360
+ .ai-alert {
1361
+ &:before {
1362
+ content: $ai-alert;
1363
+ }
1364
+ }
1365
+ .ai-undo {
1366
+ &:before {
1367
+ content: $ai-undo;
1368
+ }
1369
+ }
1370
+ .ai-upload {
1371
+ &:before {
1372
+ content: $ai-upload;
1373
+ }
1374
+ }
1375
+ .ai-video-off {
1376
+ &:before {
1377
+ content: $ai-video-off;
1378
+ }
1379
+ }
1380
+ .ai-video {
1381
+ &:before {
1382
+ content: $ai-video;
1383
+ }
1384
+ }
1385
+ .ai-volume-1 {
1386
+ &:before {
1387
+ content: $ai-volume-1;
1388
+ }
1389
+ }
1390
+ .ai-volume-2 {
1391
+ &:before {
1392
+ content: $ai-volume-2;
1393
+ }
1394
+ }
1395
+ .ai-volume-x {
1396
+ &:before {
1397
+ content: $ai-volume-x;
1398
+ }
1399
+ }
1400
+ .ai-volume {
1401
+ &:before {
1402
+ content: $ai-volume;
1403
+ }
1404
+ }
1405
+ .ai-vote-down {
1406
+ &:before {
1407
+ content: $ai-vote-down;
1408
+ }
1409
+ }
1410
+ .ai-vote-up {
1411
+ &:before {
1412
+ content: $ai-vote-up;
1413
+ }
1414
+ }
1415
+ .ai-whatsapp {
1416
+ &:before {
1417
+ content: $ai-whatsapp;
1418
+ }
1419
+ }
1420
+ .ai-wifi-off {
1421
+ &:before {
1422
+ content: $ai-wifi-off;
1423
+ }
1424
+ }
1425
+ .ai-wifi {
1426
+ &:before {
1427
+ content: $ai-wifi;
1428
+ }
1429
+ }
1430
+ .ai-zoom-in {
1431
+ &:before {
1432
+ content: $ai-zoom-in;
1433
+ }
1434
+ }
1435
+ .ai-zoom-out {
1436
+ &:before {
1437
+ content: $ai-zoom-out;
1438
+ }
1439
+ }
1440
+