@nationalarchives/frontend 0.22.0 → 0.23.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.
Files changed (106) hide show
  1. package/nationalarchives/all+analytics.js +1 -1
  2. package/nationalarchives/all+analytics.js.map +1 -1
  3. package/nationalarchives/all.css +1 -1
  4. package/nationalarchives/all.css.map +1 -1
  5. package/nationalarchives/all.js +1 -1
  6. package/nationalarchives/all.js.map +1 -1
  7. package/nationalarchives/analytics.js +1 -1
  8. package/nationalarchives/analytics.js.map +1 -1
  9. package/nationalarchives/analytics.mjs +12 -4
  10. package/nationalarchives/assets/fonts/fa-brands-400.woff2 +0 -0
  11. package/nationalarchives/assets/fonts/fa-solid-900.woff2 +0 -0
  12. package/nationalarchives/components/accordion/accordion.js +1 -1
  13. package/nationalarchives/components/accordion/accordion.js.map +1 -1
  14. package/nationalarchives/components/accordion/accordion.mjs +1 -1
  15. package/nationalarchives/components/accordion/fixtures.json +26 -7
  16. package/nationalarchives/components/accordion/macro-options.json +9 -2
  17. package/nationalarchives/components/accordion/template.njk +2 -2
  18. package/nationalarchives/components/breadcrumbs/breadcrumbs.js +1 -1
  19. package/nationalarchives/components/breadcrumbs/breadcrumbs.js.map +1 -1
  20. package/nationalarchives/components/breadcrumbs/breadcrumbs.mjs +1 -0
  21. package/nationalarchives/components/card/card.css +1 -1
  22. package/nationalarchives/components/card/card.css.map +1 -1
  23. package/nationalarchives/components/card/card.scss +10 -4
  24. package/nationalarchives/components/cookie-banner/cookie-banner.js +1 -1
  25. package/nationalarchives/components/cookie-banner/cookie-banner.js.map +1 -1
  26. package/nationalarchives/components/cookie-banner/cookie-banner.mjs +1 -1
  27. package/nationalarchives/components/date-input/date-input.css +1 -1
  28. package/nationalarchives/components/date-input/date-input.css.map +1 -1
  29. package/nationalarchives/components/date-input/date-input.js +1 -1
  30. package/nationalarchives/components/date-input/date-input.js.map +1 -1
  31. package/nationalarchives/components/date-input/date-input.scss +4 -0
  32. package/nationalarchives/components/error-summary/error-summary.js +1 -1
  33. package/nationalarchives/components/error-summary/error-summary.js.map +1 -1
  34. package/nationalarchives/components/file-input/file-input.css.map +1 -1
  35. package/nationalarchives/components/file-input/file-input.js +1 -1
  36. package/nationalarchives/components/file-input/file-input.js.map +1 -1
  37. package/nationalarchives/components/file-input/file-input.scss +3 -3
  38. package/nationalarchives/components/footer/fixtures.json +3 -3
  39. package/nationalarchives/components/footer/footer.js +1 -1
  40. package/nationalarchives/components/footer/footer.js.map +1 -1
  41. package/nationalarchives/components/footer/template.njk +1 -1
  42. package/nationalarchives/components/gallery/gallery.css +1 -1
  43. package/nationalarchives/components/gallery/gallery.css.map +1 -1
  44. package/nationalarchives/components/gallery/gallery.js +1 -1
  45. package/nationalarchives/components/gallery/gallery.js.map +1 -1
  46. package/nationalarchives/components/gallery/gallery.scss +2 -2
  47. package/nationalarchives/components/global-header/global-header.js +1 -1
  48. package/nationalarchives/components/global-header/global-header.js.map +1 -1
  49. package/nationalarchives/components/header/header.js +1 -1
  50. package/nationalarchives/components/header/header.js.map +1 -1
  51. package/nationalarchives/components/hero/fixtures.json +7 -7
  52. package/nationalarchives/components/hero/hero.css +1 -1
  53. package/nationalarchives/components/hero/hero.css.map +1 -1
  54. package/nationalarchives/components/hero/hero.scss +20 -24
  55. package/nationalarchives/components/hero/template.njk +3 -3
  56. package/nationalarchives/components/picture/picture.css.map +1 -1
  57. package/nationalarchives/components/picture/picture.js +1 -1
  58. package/nationalarchives/components/picture/picture.js.map +1 -1
  59. package/nationalarchives/components/picture/picture.scss +2 -3
  60. package/nationalarchives/components/skip-link/skip-link.js +1 -1
  61. package/nationalarchives/components/skip-link/skip-link.js.map +1 -1
  62. package/nationalarchives/components/tabs/tabs.js +1 -1
  63. package/nationalarchives/components/tabs/tabs.js.map +1 -1
  64. package/nationalarchives/components/text-input/text-input.js +1 -1
  65. package/nationalarchives/components/text-input/text-input.js.map +1 -1
  66. package/nationalarchives/font-awesome.css +9 -9
  67. package/nationalarchives/font-awesome.css.map +1 -1
  68. package/nationalarchives/font-awesome.scss +6 -5
  69. package/nationalarchives/lib/analytics-helpers.mjs +9 -13
  70. package/nationalarchives/lib/cookies.mjs +69 -14
  71. package/nationalarchives/lib/font-awesome/_animated.scss +93 -98
  72. package/nationalarchives/lib/font-awesome/_bordered.scss +27 -0
  73. package/nationalarchives/lib/font-awesome/_core.scss +20 -40
  74. package/nationalarchives/lib/font-awesome/_fa.scss +3 -0
  75. package/nationalarchives/lib/font-awesome/_functions.scss +3 -52
  76. package/nationalarchives/lib/font-awesome/_icons.scss +6 -4
  77. package/nationalarchives/lib/font-awesome/_list.scss +9 -6
  78. package/nationalarchives/lib/font-awesome/_mixins.scss +23 -60
  79. package/nationalarchives/lib/font-awesome/_pulled.scss +15 -0
  80. package/nationalarchives/lib/font-awesome/_rotated-flipped.scss +10 -9
  81. package/nationalarchives/lib/font-awesome/_shims.scss +1255 -1250
  82. package/nationalarchives/lib/font-awesome/_sizing.scss +6 -4
  83. package/nationalarchives/lib/font-awesome/_stacked.scss +11 -10
  84. package/nationalarchives/lib/font-awesome/_variables.scss +5110 -5025
  85. package/nationalarchives/lib/font-awesome/_widths.scss +12 -0
  86. package/nationalarchives/lib/font-awesome/brands.css +3 -3
  87. package/nationalarchives/lib/font-awesome/brands.css.map +1 -1
  88. package/nationalarchives/lib/font-awesome/brands.scss +29 -16
  89. package/nationalarchives/lib/font-awesome/fontawesome.css +3 -3
  90. package/nationalarchives/lib/font-awesome/fontawesome.css.map +1 -1
  91. package/nationalarchives/lib/font-awesome/fontawesome.scss +12 -15
  92. package/nationalarchives/lib/font-awesome/solid.css +3 -3
  93. package/nationalarchives/lib/font-awesome/solid.css.map +1 -1
  94. package/nationalarchives/lib/font-awesome/solid.scss +39 -14
  95. package/nationalarchives/lib/font-awesome/v4-shims.css +3 -3
  96. package/nationalarchives/lib/font-awesome/v4-shims.css.map +1 -1
  97. package/nationalarchives/lib/font-awesome/v4-shims.scss +5 -5
  98. package/nationalarchives/prototype-kit.css +1 -1
  99. package/nationalarchives/prototype-kit.css.map +1 -1
  100. package/nationalarchives/templates/fixtures.json +6 -6
  101. package/nationalarchives/tools/_index.scss +1 -0
  102. package/nationalarchives/tools/_shadows.scss +5 -0
  103. package/nationalarchives/utilities/lists/_index.scss +0 -1
  104. package/package.json +2 -2
  105. package/nationalarchives/assets/fonts/fa-brands-400.ttf +0 -0
  106. package/nationalarchives/assets/fonts/fa-solid-900.ttf +0 -0
@@ -1,2194 +1,2199 @@
1
- .#{$fa-css-prefix}.#{$fa-css-prefix}-glass {
2
- #{$fa-icon-property}: unquote('"#{ $fa-var-martini-glass-empty }"');
1
+ @use "sass:string";
2
+ @use "variables" as v;
3
+
4
+ .#{v.$css-prefix}.#{v.$css-prefix}-glass {
5
+ #{v.$icon-property}: string.unquote('"#{ v.$var-martini-glass-empty }"');
3
6
  }
4
- .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
5
- font-family: "Font Awesome 6 Free";
7
+ .#{v.$css-prefix}.#{v.$css-prefix}-envelope-o {
8
+ font-family: "Font Awesome 7 Free";
6
9
  font-weight: 400;
7
10
  }
8
- .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
9
- #{$fa-icon-property}: unquote('"#{ $fa-var-envelope }"');
11
+ .#{v.$css-prefix}.#{v.$css-prefix}-envelope-o {
12
+ #{v.$icon-property}: string.unquote('"#{ v.$var-envelope }"');
10
13
  }
11
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
12
- font-family: "Font Awesome 6 Free";
14
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-o {
15
+ font-family: "Font Awesome 7 Free";
13
16
  font-weight: 400;
14
17
  }
15
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
16
- #{$fa-icon-property}: unquote('"#{ $fa-var-star }"');
18
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-o {
19
+ #{v.$icon-property}: string.unquote('"#{ v.$var-star }"');
17
20
  }
18
- .#{$fa-css-prefix}.#{$fa-css-prefix}-remove {
19
- #{$fa-icon-property}: unquote('"#{ $fa-var-xmark }"');
21
+ .#{v.$css-prefix}.#{v.$css-prefix}-remove {
22
+ #{v.$icon-property}: string.unquote('"#{ v.$var-xmark }"');
20
23
  }
21
- .#{$fa-css-prefix}.#{$fa-css-prefix}-close {
22
- #{$fa-icon-property}: unquote('"#{ $fa-var-xmark }"');
24
+ .#{v.$css-prefix}.#{v.$css-prefix}-close {
25
+ #{v.$icon-property}: string.unquote('"#{ v.$var-xmark }"');
23
26
  }
24
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gear {
25
- #{$fa-icon-property}: unquote('"#{ $fa-var-gear }"');
27
+ .#{v.$css-prefix}.#{v.$css-prefix}-gear {
28
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gear }"');
26
29
  }
27
- .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
28
- font-family: "Font Awesome 6 Free";
30
+ .#{v.$css-prefix}.#{v.$css-prefix}-trash-o {
31
+ font-family: "Font Awesome 7 Free";
29
32
  font-weight: 400;
30
33
  }
31
- .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
32
- #{$fa-icon-property}: unquote('"#{ $fa-var-trash-can }"');
34
+ .#{v.$css-prefix}.#{v.$css-prefix}-trash-o {
35
+ #{v.$icon-property}: string.unquote('"#{ v.$var-trash-can }"');
33
36
  }
34
- .#{$fa-css-prefix}.#{$fa-css-prefix}-home {
35
- #{$fa-icon-property}: unquote('"#{ $fa-var-house }"');
37
+ .#{v.$css-prefix}.#{v.$css-prefix}-home {
38
+ #{v.$icon-property}: string.unquote('"#{ v.$var-house }"');
36
39
  }
37
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
38
- font-family: "Font Awesome 6 Free";
40
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-o {
41
+ font-family: "Font Awesome 7 Free";
39
42
  font-weight: 400;
40
43
  }
41
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
42
- #{$fa-icon-property}: unquote('"#{ $fa-var-file }"');
44
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-o {
45
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file }"');
43
46
  }
44
- .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
45
- font-family: "Font Awesome 6 Free";
47
+ .#{v.$css-prefix}.#{v.$css-prefix}-clock-o {
48
+ font-family: "Font Awesome 7 Free";
46
49
  font-weight: 400;
47
50
  }
48
- .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
49
- #{$fa-icon-property}: unquote('"#{ $fa-var-clock }"');
51
+ .#{v.$css-prefix}.#{v.$css-prefix}-clock-o {
52
+ #{v.$icon-property}: string.unquote('"#{ v.$var-clock }"');
50
53
  }
51
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
52
- font-family: "Font Awesome 6 Free";
54
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-down {
55
+ font-family: "Font Awesome 7 Free";
53
56
  font-weight: 400;
54
57
  }
55
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
56
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-down }"');
58
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-down {
59
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-down }"');
57
60
  }
58
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
59
- font-family: "Font Awesome 6 Free";
61
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-up {
62
+ font-family: "Font Awesome 7 Free";
60
63
  font-weight: 400;
61
64
  }
62
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
63
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-up }"');
65
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-up {
66
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-up }"');
64
67
  }
65
- .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
66
- font-family: "Font Awesome 6 Free";
68
+ .#{v.$css-prefix}.#{v.$css-prefix}-play-circle-o {
69
+ font-family: "Font Awesome 7 Free";
67
70
  font-weight: 400;
68
71
  }
69
- .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
70
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-play }"');
72
+ .#{v.$css-prefix}.#{v.$css-prefix}-play-circle-o {
73
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-play }"');
71
74
  }
72
- .#{$fa-css-prefix}.#{$fa-css-prefix}-repeat {
73
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-rotate-right }"');
75
+ .#{v.$css-prefix}.#{v.$css-prefix}-repeat {
76
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-rotate-right }"');
74
77
  }
75
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right {
76
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-rotate-right }"');
78
+ .#{v.$css-prefix}.#{v.$css-prefix}-rotate-right {
79
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-rotate-right }"');
77
80
  }
78
- .#{$fa-css-prefix}.#{$fa-css-prefix}-refresh {
79
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrows-rotate }"');
81
+ .#{v.$css-prefix}.#{v.$css-prefix}-refresh {
82
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrows-rotate }"');
80
83
  }
81
- .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
82
- font-family: "Font Awesome 6 Free";
84
+ .#{v.$css-prefix}.#{v.$css-prefix}-list-alt {
85
+ font-family: "Font Awesome 7 Free";
83
86
  font-weight: 400;
84
87
  }
85
- .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
86
- #{$fa-icon-property}: unquote('"#{ $fa-var-rectangle-list }"');
88
+ .#{v.$css-prefix}.#{v.$css-prefix}-list-alt {
89
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rectangle-list }"');
87
90
  }
88
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dedent {
89
- #{$fa-icon-property}: unquote('"#{ $fa-var-outdent }"');
91
+ .#{v.$css-prefix}.#{v.$css-prefix}-dedent {
92
+ #{v.$icon-property}: string.unquote('"#{ v.$var-outdent }"');
90
93
  }
91
- .#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera {
92
- #{$fa-icon-property}: unquote('"#{ $fa-var-video }"');
94
+ .#{v.$css-prefix}.#{v.$css-prefix}-video-camera {
95
+ #{v.$icon-property}: string.unquote('"#{ v.$var-video }"');
93
96
  }
94
- .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
95
- font-family: "Font Awesome 6 Free";
97
+ .#{v.$css-prefix}.#{v.$css-prefix}-picture-o {
98
+ font-family: "Font Awesome 7 Free";
96
99
  font-weight: 400;
97
100
  }
98
- .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
99
- #{$fa-icon-property}: unquote('"#{ $fa-var-image }"');
101
+ .#{v.$css-prefix}.#{v.$css-prefix}-picture-o {
102
+ #{v.$icon-property}: string.unquote('"#{ v.$var-image }"');
100
103
  }
101
- .#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
102
- font-family: "Font Awesome 6 Free";
104
+ .#{v.$css-prefix}.#{v.$css-prefix}-photo {
105
+ font-family: "Font Awesome 7 Free";
103
106
  font-weight: 400;
104
107
  }
105
- .#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
106
- #{$fa-icon-property}: unquote('"#{ $fa-var-image }"');
108
+ .#{v.$css-prefix}.#{v.$css-prefix}-photo {
109
+ #{v.$icon-property}: string.unquote('"#{ v.$var-image }"');
107
110
  }
108
- .#{$fa-css-prefix}.#{$fa-css-prefix}-image {
109
- font-family: "Font Awesome 6 Free";
111
+ .#{v.$css-prefix}.#{v.$css-prefix}-image {
112
+ font-family: "Font Awesome 7 Free";
110
113
  font-weight: 400;
111
114
  }
112
- .#{$fa-css-prefix}.#{$fa-css-prefix}-image {
113
- #{$fa-icon-property}: unquote('"#{ $fa-var-image }"');
115
+ .#{v.$css-prefix}.#{v.$css-prefix}-image {
116
+ #{v.$icon-property}: string.unquote('"#{ v.$var-image }"');
114
117
  }
115
- .#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker {
116
- #{$fa-icon-property}: unquote('"#{ $fa-var-location-dot }"');
118
+ .#{v.$css-prefix}.#{v.$css-prefix}-map-marker {
119
+ #{v.$icon-property}: string.unquote('"#{ v.$var-location-dot }"');
117
120
  }
118
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
119
- font-family: "Font Awesome 6 Free";
121
+ .#{v.$css-prefix}.#{v.$css-prefix}-pencil-square-o {
122
+ font-family: "Font Awesome 7 Free";
120
123
  font-weight: 400;
121
124
  }
122
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
123
- #{$fa-icon-property}: unquote('"#{ $fa-var-pen-to-square }"');
125
+ .#{v.$css-prefix}.#{v.$css-prefix}-pencil-square-o {
126
+ #{v.$icon-property}: string.unquote('"#{ v.$var-pen-to-square }"');
124
127
  }
125
- .#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
126
- font-family: "Font Awesome 6 Free";
128
+ .#{v.$css-prefix}.#{v.$css-prefix}-edit {
129
+ font-family: "Font Awesome 7 Free";
127
130
  font-weight: 400;
128
131
  }
129
- .#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
130
- #{$fa-icon-property}: unquote('"#{ $fa-var-pen-to-square }"');
132
+ .#{v.$css-prefix}.#{v.$css-prefix}-edit {
133
+ #{v.$icon-property}: string.unquote('"#{ v.$var-pen-to-square }"');
131
134
  }
132
- .#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o {
133
- #{$fa-icon-property}: unquote('"#{ $fa-var-share-from-square }"');
135
+ .#{v.$css-prefix}.#{v.$css-prefix}-share-square-o {
136
+ #{v.$icon-property}: string.unquote('"#{ v.$var-share-from-square }"');
134
137
  }
135
- .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
136
- font-family: "Font Awesome 6 Free";
138
+ .#{v.$css-prefix}.#{v.$css-prefix}-check-square-o {
139
+ font-family: "Font Awesome 7 Free";
137
140
  font-weight: 400;
138
141
  }
139
- .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
140
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-check }"');
142
+ .#{v.$css-prefix}.#{v.$css-prefix}-check-square-o {
143
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-check }"');
141
144
  }
142
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows {
143
- #{$fa-icon-property}: unquote('"#{ $fa-var-up-down-left-right }"');
145
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrows {
146
+ #{v.$icon-property}: string.unquote('"#{ v.$var-up-down-left-right }"');
144
147
  }
145
- .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
146
- font-family: "Font Awesome 6 Free";
148
+ .#{v.$css-prefix}.#{v.$css-prefix}-times-circle-o {
149
+ font-family: "Font Awesome 7 Free";
147
150
  font-weight: 400;
148
151
  }
149
- .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
150
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-xmark }"');
152
+ .#{v.$css-prefix}.#{v.$css-prefix}-times-circle-o {
153
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-xmark }"');
151
154
  }
152
- .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
153
- font-family: "Font Awesome 6 Free";
155
+ .#{v.$css-prefix}.#{v.$css-prefix}-check-circle-o {
156
+ font-family: "Font Awesome 7 Free";
154
157
  font-weight: 400;
155
158
  }
156
- .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
157
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-check }"');
159
+ .#{v.$css-prefix}.#{v.$css-prefix}-check-circle-o {
160
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-check }"');
158
161
  }
159
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward {
160
- #{$fa-icon-property}: unquote('"#{ $fa-var-share }"');
162
+ .#{v.$css-prefix}.#{v.$css-prefix}-mail-forward {
163
+ #{v.$icon-property}: string.unquote('"#{ v.$var-share }"');
161
164
  }
162
- .#{$fa-css-prefix}.#{$fa-css-prefix}-expand {
163
- #{$fa-icon-property}: unquote(
164
- '"#{ $fa-var-up-right-and-down-left-from-center }"'
165
+ .#{v.$css-prefix}.#{v.$css-prefix}-expand {
166
+ #{v.$icon-property}: string.unquote(
167
+ '"#{ v.$var-up-right-and-down-left-from-center }"'
165
168
  );
166
169
  }
167
- .#{$fa-css-prefix}.#{$fa-css-prefix}-compress {
168
- #{$fa-icon-property}: unquote(
169
- '"#{ $fa-var-down-left-and-up-right-to-center }"'
170
+ .#{v.$css-prefix}.#{v.$css-prefix}-compress {
171
+ #{v.$icon-property}: string.unquote(
172
+ '"#{ v.$var-down-left-and-up-right-to-center }"'
170
173
  );
171
174
  }
172
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eye {
173
- font-family: "Font Awesome 6 Free";
175
+ .#{v.$css-prefix}.#{v.$css-prefix}-eye {
176
+ font-family: "Font Awesome 7 Free";
174
177
  font-weight: 400;
175
178
  }
176
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash {
177
- font-family: "Font Awesome 6 Free";
179
+ .#{v.$css-prefix}.#{v.$css-prefix}-eye-slash {
180
+ font-family: "Font Awesome 7 Free";
178
181
  font-weight: 400;
179
182
  }
180
- .#{$fa-css-prefix}.#{$fa-css-prefix}-warning {
181
- #{$fa-icon-property}: unquote('"#{ $fa-var-triangle-exclamation }"');
183
+ .#{v.$css-prefix}.#{v.$css-prefix}-warning {
184
+ #{v.$icon-property}: string.unquote('"#{ v.$var-triangle-exclamation }"');
182
185
  }
183
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar {
184
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar-days }"');
186
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar {
187
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar-days }"');
185
188
  }
186
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v {
187
- #{$fa-icon-property}: unquote('"#{ $fa-var-up-down }"');
189
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrows-v {
190
+ #{v.$icon-property}: string.unquote('"#{ v.$var-up-down }"');
188
191
  }
189
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h {
190
- #{$fa-icon-property}: unquote('"#{ $fa-var-left-right }"');
192
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrows-h {
193
+ #{v.$icon-property}: string.unquote('"#{ v.$var-left-right }"');
191
194
  }
192
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart {
193
- #{$fa-icon-property}: unquote('"#{ $fa-var-chart-column }"');
195
+ .#{v.$css-prefix}.#{v.$css-prefix}-bar-chart {
196
+ #{v.$icon-property}: string.unquote('"#{ v.$var-chart-column }"');
194
197
  }
195
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o {
196
- #{$fa-icon-property}: unquote('"#{ $fa-var-chart-column }"');
198
+ .#{v.$css-prefix}.#{v.$css-prefix}-bar-chart-o {
199
+ #{v.$icon-property}: string.unquote('"#{ v.$var-chart-column }"');
197
200
  }
198
- .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
199
- font-family: "Font Awesome 6 Brands";
201
+ .#{v.$css-prefix}.#{v.$css-prefix}-twitter-square {
202
+ font-family: "Font Awesome 7 Brands";
200
203
  font-weight: 400;
201
204
  }
202
- .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
203
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-twitter }"');
205
+ .#{v.$css-prefix}.#{v.$css-prefix}-twitter-square {
206
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-twitter }"');
204
207
  }
205
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square {
206
- font-family: "Font Awesome 6 Brands";
208
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-square {
209
+ font-family: "Font Awesome 7 Brands";
207
210
  font-weight: 400;
208
211
  }
209
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square {
210
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-facebook }"');
212
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-square {
213
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-facebook }"');
211
214
  }
212
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gears {
213
- #{$fa-icon-property}: unquote('"#{ $fa-var-gears }"');
215
+ .#{v.$css-prefix}.#{v.$css-prefix}-gears {
216
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gears }"');
214
217
  }
215
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
216
- font-family: "Font Awesome 6 Free";
218
+ .#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-up {
219
+ font-family: "Font Awesome 7 Free";
217
220
  font-weight: 400;
218
221
  }
219
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
220
- #{$fa-icon-property}: unquote('"#{ $fa-var-thumbs-up }"');
222
+ .#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-up {
223
+ #{v.$icon-property}: string.unquote('"#{ v.$var-thumbs-up }"');
221
224
  }
222
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
223
- font-family: "Font Awesome 6 Free";
225
+ .#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-down {
226
+ font-family: "Font Awesome 7 Free";
224
227
  font-weight: 400;
225
228
  }
226
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
227
- #{$fa-icon-property}: unquote('"#{ $fa-var-thumbs-down }"');
229
+ .#{v.$css-prefix}.#{v.$css-prefix}-thumbs-o-down {
230
+ #{v.$icon-property}: string.unquote('"#{ v.$var-thumbs-down }"');
228
231
  }
229
- .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
230
- font-family: "Font Awesome 6 Free";
232
+ .#{v.$css-prefix}.#{v.$css-prefix}-heart-o {
233
+ font-family: "Font Awesome 7 Free";
231
234
  font-weight: 400;
232
235
  }
233
- .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
234
- #{$fa-icon-property}: unquote('"#{ $fa-var-heart }"');
236
+ .#{v.$css-prefix}.#{v.$css-prefix}-heart-o {
237
+ #{v.$icon-property}: string.unquote('"#{ v.$var-heart }"');
235
238
  }
236
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out {
237
- #{$fa-icon-property}: unquote('"#{ $fa-var-right-from-bracket }"');
239
+ .#{v.$css-prefix}.#{v.$css-prefix}-sign-out {
240
+ #{v.$icon-property}: string.unquote('"#{ v.$var-right-from-bracket }"');
238
241
  }
239
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
240
- font-family: "Font Awesome 6 Brands";
242
+ .#{v.$css-prefix}.#{v.$css-prefix}-linkedin-square {
243
+ font-family: "Font Awesome 7 Brands";
241
244
  font-weight: 400;
242
245
  }
243
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
244
- #{$fa-icon-property}: unquote('"#{ $fa-var-linkedin }"');
246
+ .#{v.$css-prefix}.#{v.$css-prefix}-linkedin-square {
247
+ #{v.$icon-property}: string.unquote('"#{ v.$var-linkedin }"');
245
248
  }
246
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack {
247
- #{$fa-icon-property}: unquote('"#{ $fa-var-thumbtack }"');
249
+ .#{v.$css-prefix}.#{v.$css-prefix}-thumb-tack {
250
+ #{v.$icon-property}: string.unquote('"#{ v.$var-thumbtack }"');
248
251
  }
249
- .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link {
250
- #{$fa-icon-property}: unquote('"#{ $fa-var-up-right-from-square }"');
252
+ .#{v.$css-prefix}.#{v.$css-prefix}-external-link {
253
+ #{v.$icon-property}: string.unquote('"#{ v.$var-up-right-from-square }"');
251
254
  }
252
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in {
253
- #{$fa-icon-property}: unquote('"#{ $fa-var-right-to-bracket }"');
255
+ .#{v.$css-prefix}.#{v.$css-prefix}-sign-in {
256
+ #{v.$icon-property}: string.unquote('"#{ v.$var-right-to-bracket }"');
254
257
  }
255
- .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
256
- font-family: "Font Awesome 6 Brands";
258
+ .#{v.$css-prefix}.#{v.$css-prefix}-github-square {
259
+ font-family: "Font Awesome 7 Brands";
257
260
  font-weight: 400;
258
261
  }
259
- .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
260
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-github }"');
262
+ .#{v.$css-prefix}.#{v.$css-prefix}-github-square {
263
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-github }"');
261
264
  }
262
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o {
263
- font-family: "Font Awesome 6 Free";
265
+ .#{v.$css-prefix}.#{v.$css-prefix}-lemon-o {
266
+ font-family: "Font Awesome 7 Free";
264
267
  font-weight: 400;
265
268
  }
266
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o {
267
- #{$fa-icon-property}: unquote('"#{ $fa-var-lemon }"');
269
+ .#{v.$css-prefix}.#{v.$css-prefix}-lemon-o {
270
+ #{v.$icon-property}: string.unquote('"#{ v.$var-lemon }"');
268
271
  }
269
- .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
270
- font-family: "Font Awesome 6 Free";
272
+ .#{v.$css-prefix}.#{v.$css-prefix}-square-o {
273
+ font-family: "Font Awesome 7 Free";
271
274
  font-weight: 400;
272
275
  }
273
- .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
274
- #{$fa-icon-property}: unquote('"#{ $fa-var-square }"');
276
+ .#{v.$css-prefix}.#{v.$css-prefix}-square-o {
277
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square }"');
275
278
  }
276
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
277
- font-family: "Font Awesome 6 Free";
279
+ .#{v.$css-prefix}.#{v.$css-prefix}-bookmark-o {
280
+ font-family: "Font Awesome 7 Free";
278
281
  font-weight: 400;
279
282
  }
280
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
281
- #{$fa-icon-property}: unquote('"#{ $fa-var-bookmark }"');
283
+ .#{v.$css-prefix}.#{v.$css-prefix}-bookmark-o {
284
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bookmark }"');
282
285
  }
283
- .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter {
284
- font-family: "Font Awesome 6 Brands";
286
+ .#{v.$css-prefix}.#{v.$css-prefix}-twitter {
287
+ font-family: "Font Awesome 7 Brands";
285
288
  font-weight: 400;
286
289
  }
287
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook {
288
- font-family: "Font Awesome 6 Brands";
290
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook {
291
+ font-family: "Font Awesome 7 Brands";
289
292
  font-weight: 400;
290
293
  }
291
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook {
292
- #{$fa-icon-property}: unquote('"#{ $fa-var-facebook-f }"');
294
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook {
295
+ #{v.$icon-property}: string.unquote('"#{ v.$var-facebook-f }"');
293
296
  }
294
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
295
- font-family: "Font Awesome 6 Brands";
297
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-f {
298
+ font-family: "Font Awesome 7 Brands";
296
299
  font-weight: 400;
297
300
  }
298
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
299
- #{$fa-icon-property}: unquote('"#{ $fa-var-facebook-f }"');
301
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-f {
302
+ #{v.$icon-property}: string.unquote('"#{ v.$var-facebook-f }"');
300
303
  }
301
- .#{$fa-css-prefix}.#{$fa-css-prefix}-github {
302
- font-family: "Font Awesome 6 Brands";
304
+ .#{v.$css-prefix}.#{v.$css-prefix}-github {
305
+ font-family: "Font Awesome 7 Brands";
303
306
  font-weight: 400;
304
307
  }
305
- .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card {
306
- font-family: "Font Awesome 6 Free";
308
+ .#{v.$css-prefix}.#{v.$css-prefix}-credit-card {
309
+ font-family: "Font Awesome 7 Free";
307
310
  font-weight: 400;
308
311
  }
309
- .#{$fa-css-prefix}.#{$fa-css-prefix}-feed {
310
- #{$fa-icon-property}: unquote('"#{ $fa-var-rss }"');
312
+ .#{v.$css-prefix}.#{v.$css-prefix}-feed {
313
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rss }"');
311
314
  }
312
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
313
- font-family: "Font Awesome 6 Free";
315
+ .#{v.$css-prefix}.#{v.$css-prefix}-hdd-o {
316
+ font-family: "Font Awesome 7 Free";
314
317
  font-weight: 400;
315
318
  }
316
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
317
- #{$fa-icon-property}: unquote('"#{ $fa-var-hard-drive }"');
319
+ .#{v.$css-prefix}.#{v.$css-prefix}-hdd-o {
320
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hard-drive }"');
318
321
  }
319
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
320
- font-family: "Font Awesome 6 Free";
322
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-right {
323
+ font-family: "Font Awesome 7 Free";
321
324
  font-weight: 400;
322
325
  }
323
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
324
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-point-right }"');
326
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-right {
327
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-point-right }"');
325
328
  }
326
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
327
- font-family: "Font Awesome 6 Free";
329
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-left {
330
+ font-family: "Font Awesome 7 Free";
328
331
  font-weight: 400;
329
332
  }
330
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
331
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-point-left }"');
333
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-left {
334
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-point-left }"');
332
335
  }
333
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
334
- font-family: "Font Awesome 6 Free";
336
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-up {
337
+ font-family: "Font Awesome 7 Free";
335
338
  font-weight: 400;
336
339
  }
337
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
338
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-point-up }"');
340
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-up {
341
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-point-up }"');
339
342
  }
340
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
341
- font-family: "Font Awesome 6 Free";
343
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-down {
344
+ font-family: "Font Awesome 7 Free";
342
345
  font-weight: 400;
343
346
  }
344
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
345
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-point-down }"');
347
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-o-down {
348
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-point-down }"');
346
349
  }
347
- .#{$fa-css-prefix}.#{$fa-css-prefix}-globe {
348
- #{$fa-icon-property}: unquote('"#{ $fa-var-earth-americas }"');
350
+ .#{v.$css-prefix}.#{v.$css-prefix}-globe {
351
+ #{v.$icon-property}: string.unquote('"#{ v.$var-earth-americas }"');
349
352
  }
350
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tasks {
351
- #{$fa-icon-property}: unquote('"#{ $fa-var-bars-progress }"');
353
+ .#{v.$css-prefix}.#{v.$css-prefix}-tasks {
354
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bars-progress }"');
352
355
  }
353
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt {
354
- #{$fa-icon-property}: unquote('"#{ $fa-var-maximize }"');
356
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrows-alt {
357
+ #{v.$icon-property}: string.unquote('"#{ v.$var-maximize }"');
355
358
  }
356
- .#{$fa-css-prefix}.#{$fa-css-prefix}-group {
357
- #{$fa-icon-property}: unquote('"#{ $fa-var-users }"');
359
+ .#{v.$css-prefix}.#{v.$css-prefix}-group {
360
+ #{v.$icon-property}: string.unquote('"#{ v.$var-users }"');
358
361
  }
359
- .#{$fa-css-prefix}.#{$fa-css-prefix}-chain {
360
- #{$fa-icon-property}: unquote('"#{ $fa-var-link }"');
362
+ .#{v.$css-prefix}.#{v.$css-prefix}-chain {
363
+ #{v.$icon-property}: string.unquote('"#{ v.$var-link }"');
361
364
  }
362
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cut {
363
- #{$fa-icon-property}: unquote('"#{ $fa-var-scissors }"');
365
+ .#{v.$css-prefix}.#{v.$css-prefix}-cut {
366
+ #{v.$icon-property}: string.unquote('"#{ v.$var-scissors }"');
364
367
  }
365
- .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
366
- font-family: "Font Awesome 6 Free";
368
+ .#{v.$css-prefix}.#{v.$css-prefix}-files-o {
369
+ font-family: "Font Awesome 7 Free";
367
370
  font-weight: 400;
368
371
  }
369
- .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
370
- #{$fa-icon-property}: unquote('"#{ $fa-var-copy }"');
372
+ .#{v.$css-prefix}.#{v.$css-prefix}-files-o {
373
+ #{v.$icon-property}: string.unquote('"#{ v.$var-copy }"');
371
374
  }
372
- .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
373
- font-family: "Font Awesome 6 Free";
375
+ .#{v.$css-prefix}.#{v.$css-prefix}-floppy-o {
376
+ font-family: "Font Awesome 7 Free";
374
377
  font-weight: 400;
375
378
  }
376
- .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
377
- #{$fa-icon-property}: unquote('"#{ $fa-var-floppy-disk }"');
379
+ .#{v.$css-prefix}.#{v.$css-prefix}-floppy-o {
380
+ #{v.$icon-property}: string.unquote('"#{ v.$var-floppy-disk }"');
378
381
  }
379
- .#{$fa-css-prefix}.#{$fa-css-prefix}-save {
380
- font-family: "Font Awesome 6 Free";
382
+ .#{v.$css-prefix}.#{v.$css-prefix}-save {
383
+ font-family: "Font Awesome 7 Free";
381
384
  font-weight: 400;
382
385
  }
383
- .#{$fa-css-prefix}.#{$fa-css-prefix}-save {
384
- #{$fa-icon-property}: unquote('"#{ $fa-var-floppy-disk }"');
386
+ .#{v.$css-prefix}.#{v.$css-prefix}-save {
387
+ #{v.$icon-property}: string.unquote('"#{ v.$var-floppy-disk }"');
385
388
  }
386
- .#{$fa-css-prefix}.#{$fa-css-prefix}-navicon {
387
- #{$fa-icon-property}: unquote('"#{ $fa-var-bars }"');
389
+ .#{v.$css-prefix}.#{v.$css-prefix}-navicon {
390
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bars }"');
388
391
  }
389
- .#{$fa-css-prefix}.#{$fa-css-prefix}-reorder {
390
- #{$fa-icon-property}: unquote('"#{ $fa-var-bars }"');
392
+ .#{v.$css-prefix}.#{v.$css-prefix}-reorder {
393
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bars }"');
391
394
  }
392
- .#{$fa-css-prefix}.#{$fa-css-prefix}-magic {
393
- #{$fa-icon-property}: unquote('"#{ $fa-var-wand-magic-sparkles }"');
395
+ .#{v.$css-prefix}.#{v.$css-prefix}-magic {
396
+ #{v.$icon-property}: string.unquote('"#{ v.$var-wand-magic-sparkles }"');
394
397
  }
395
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest {
396
- font-family: "Font Awesome 6 Brands";
398
+ .#{v.$css-prefix}.#{v.$css-prefix}-pinterest {
399
+ font-family: "Font Awesome 7 Brands";
397
400
  font-weight: 400;
398
401
  }
399
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square {
400
- font-family: "Font Awesome 6 Brands";
402
+ .#{v.$css-prefix}.#{v.$css-prefix}-pinterest-square {
403
+ font-family: "Font Awesome 7 Brands";
401
404
  font-weight: 400;
402
405
  }
403
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square {
404
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-pinterest }"');
406
+ .#{v.$css-prefix}.#{v.$css-prefix}-pinterest-square {
407
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-pinterest }"');
405
408
  }
406
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square {
407
- font-family: "Font Awesome 6 Brands";
409
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-square {
410
+ font-family: "Font Awesome 7 Brands";
408
411
  font-weight: 400;
409
412
  }
410
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square {
411
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-google-plus }"');
413
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-square {
414
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-google-plus }"');
412
415
  }
413
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus {
414
- font-family: "Font Awesome 6 Brands";
416
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus {
417
+ font-family: "Font Awesome 7 Brands";
415
418
  font-weight: 400;
416
419
  }
417
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus {
418
- #{$fa-icon-property}: unquote('"#{ $fa-var-google-plus-g }"');
420
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus {
421
+ #{v.$icon-property}: string.unquote('"#{ v.$var-google-plus-g }"');
419
422
  }
420
- .#{$fa-css-prefix}.#{$fa-css-prefix}-money {
421
- #{$fa-icon-property}: unquote('"#{ $fa-var-money-bill-1 }"');
423
+ .#{v.$css-prefix}.#{v.$css-prefix}-money {
424
+ #{v.$icon-property}: string.unquote('"#{ v.$var-money-bill-1 }"');
422
425
  }
423
- .#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted {
424
- #{$fa-icon-property}: unquote('"#{ $fa-var-sort }"');
426
+ .#{v.$css-prefix}.#{v.$css-prefix}-unsorted {
427
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sort }"');
425
428
  }
426
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc {
427
- #{$fa-icon-property}: unquote('"#{ $fa-var-sort-down }"');
429
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-desc {
430
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sort-down }"');
428
431
  }
429
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc {
430
- #{$fa-icon-property}: unquote('"#{ $fa-var-sort-up }"');
432
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-asc {
433
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sort-up }"');
431
434
  }
432
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
433
- font-family: "Font Awesome 6 Brands";
435
+ .#{v.$css-prefix}.#{v.$css-prefix}-linkedin {
436
+ font-family: "Font Awesome 7 Brands";
434
437
  font-weight: 400;
435
438
  }
436
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
437
- #{$fa-icon-property}: unquote('"#{ $fa-var-linkedin-in }"');
439
+ .#{v.$css-prefix}.#{v.$css-prefix}-linkedin {
440
+ #{v.$icon-property}: string.unquote('"#{ v.$var-linkedin-in }"');
438
441
  }
439
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left {
440
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-rotate-left }"');
442
+ .#{v.$css-prefix}.#{v.$css-prefix}-rotate-left {
443
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-rotate-left }"');
441
444
  }
442
- .#{$fa-css-prefix}.#{$fa-css-prefix}-legal {
443
- #{$fa-icon-property}: unquote('"#{ $fa-var-gavel }"');
445
+ .#{v.$css-prefix}.#{v.$css-prefix}-legal {
446
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gavel }"');
444
447
  }
445
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer {
446
- #{$fa-icon-property}: unquote('"#{ $fa-var-gauge-high }"');
448
+ .#{v.$css-prefix}.#{v.$css-prefix}-tachometer {
449
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gauge-high }"');
447
450
  }
448
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard {
449
- #{$fa-icon-property}: unquote('"#{ $fa-var-gauge-high }"');
451
+ .#{v.$css-prefix}.#{v.$css-prefix}-dashboard {
452
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gauge-high }"');
450
453
  }
451
- .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
452
- font-family: "Font Awesome 6 Free";
454
+ .#{v.$css-prefix}.#{v.$css-prefix}-comment-o {
455
+ font-family: "Font Awesome 7 Free";
453
456
  font-weight: 400;
454
457
  }
455
- .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
456
- #{$fa-icon-property}: unquote('"#{ $fa-var-comment }"');
458
+ .#{v.$css-prefix}.#{v.$css-prefix}-comment-o {
459
+ #{v.$icon-property}: string.unquote('"#{ v.$var-comment }"');
457
460
  }
458
- .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
459
- font-family: "Font Awesome 6 Free";
461
+ .#{v.$css-prefix}.#{v.$css-prefix}-comments-o {
462
+ font-family: "Font Awesome 7 Free";
460
463
  font-weight: 400;
461
464
  }
462
- .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
463
- #{$fa-icon-property}: unquote('"#{ $fa-var-comments }"');
465
+ .#{v.$css-prefix}.#{v.$css-prefix}-comments-o {
466
+ #{v.$icon-property}: string.unquote('"#{ v.$var-comments }"');
464
467
  }
465
- .#{$fa-css-prefix}.#{$fa-css-prefix}-flash {
466
- #{$fa-icon-property}: unquote('"#{ $fa-var-bolt }"');
468
+ .#{v.$css-prefix}.#{v.$css-prefix}-flash {
469
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bolt }"');
467
470
  }
468
- .#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard {
469
- #{$fa-icon-property}: unquote('"#{ $fa-var-paste }"');
471
+ .#{v.$css-prefix}.#{v.$css-prefix}-clipboard {
472
+ #{v.$icon-property}: string.unquote('"#{ v.$var-paste }"');
470
473
  }
471
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
472
- font-family: "Font Awesome 6 Free";
474
+ .#{v.$css-prefix}.#{v.$css-prefix}-lightbulb-o {
475
+ font-family: "Font Awesome 7 Free";
473
476
  font-weight: 400;
474
477
  }
475
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
476
- #{$fa-icon-property}: unquote('"#{ $fa-var-lightbulb }"');
478
+ .#{v.$css-prefix}.#{v.$css-prefix}-lightbulb-o {
479
+ #{v.$icon-property}: string.unquote('"#{ v.$var-lightbulb }"');
477
480
  }
478
- .#{$fa-css-prefix}.#{$fa-css-prefix}-exchange {
479
- #{$fa-icon-property}: unquote('"#{ $fa-var-right-left }"');
481
+ .#{v.$css-prefix}.#{v.$css-prefix}-exchange {
482
+ #{v.$icon-property}: string.unquote('"#{ v.$var-right-left }"');
480
483
  }
481
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download {
482
- #{$fa-icon-property}: unquote('"#{ $fa-var-cloud-arrow-down }"');
484
+ .#{v.$css-prefix}.#{v.$css-prefix}-cloud-download {
485
+ #{v.$icon-property}: string.unquote('"#{ v.$var-cloud-arrow-down }"');
483
486
  }
484
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload {
485
- #{$fa-icon-property}: unquote('"#{ $fa-var-cloud-arrow-up }"');
487
+ .#{v.$css-prefix}.#{v.$css-prefix}-cloud-upload {
488
+ #{v.$icon-property}: string.unquote('"#{ v.$var-cloud-arrow-up }"');
486
489
  }
487
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
488
- font-family: "Font Awesome 6 Free";
490
+ .#{v.$css-prefix}.#{v.$css-prefix}-bell-o {
491
+ font-family: "Font Awesome 7 Free";
489
492
  font-weight: 400;
490
493
  }
491
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
492
- #{$fa-icon-property}: unquote('"#{ $fa-var-bell }"');
494
+ .#{v.$css-prefix}.#{v.$css-prefix}-bell-o {
495
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bell }"');
493
496
  }
494
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery {
495
- #{$fa-icon-property}: unquote('"#{ $fa-var-utensils }"');
497
+ .#{v.$css-prefix}.#{v.$css-prefix}-cutlery {
498
+ #{v.$icon-property}: string.unquote('"#{ v.$var-utensils }"');
496
499
  }
497
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
498
- font-family: "Font Awesome 6 Free";
500
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-text-o {
501
+ font-family: "Font Awesome 7 Free";
499
502
  font-weight: 400;
500
503
  }
501
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
502
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-lines }"');
504
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-text-o {
505
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-lines }"');
503
506
  }
504
- .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
505
- font-family: "Font Awesome 6 Free";
507
+ .#{v.$css-prefix}.#{v.$css-prefix}-building-o {
508
+ font-family: "Font Awesome 7 Free";
506
509
  font-weight: 400;
507
510
  }
508
- .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
509
- #{$fa-icon-property}: unquote('"#{ $fa-var-building }"');
511
+ .#{v.$css-prefix}.#{v.$css-prefix}-building-o {
512
+ #{v.$icon-property}: string.unquote('"#{ v.$var-building }"');
510
513
  }
511
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
512
- font-family: "Font Awesome 6 Free";
514
+ .#{v.$css-prefix}.#{v.$css-prefix}-hospital-o {
515
+ font-family: "Font Awesome 7 Free";
513
516
  font-weight: 400;
514
517
  }
515
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
516
- #{$fa-icon-property}: unquote('"#{ $fa-var-hospital }"');
518
+ .#{v.$css-prefix}.#{v.$css-prefix}-hospital-o {
519
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hospital }"');
517
520
  }
518
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tablet {
519
- #{$fa-icon-property}: unquote('"#{ $fa-var-tablet-screen-button }"');
521
+ .#{v.$css-prefix}.#{v.$css-prefix}-tablet {
522
+ #{v.$icon-property}: string.unquote('"#{ v.$var-tablet-screen-button }"');
520
523
  }
521
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile {
522
- #{$fa-icon-property}: unquote('"#{ $fa-var-mobile-screen-button }"');
524
+ .#{v.$css-prefix}.#{v.$css-prefix}-mobile {
525
+ #{v.$icon-property}: string.unquote('"#{ v.$var-mobile-screen-button }"');
523
526
  }
524
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone {
525
- #{$fa-icon-property}: unquote('"#{ $fa-var-mobile-screen-button }"');
527
+ .#{v.$css-prefix}.#{v.$css-prefix}-mobile-phone {
528
+ #{v.$icon-property}: string.unquote('"#{ v.$var-mobile-screen-button }"');
526
529
  }
527
- .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
528
- font-family: "Font Awesome 6 Free";
530
+ .#{v.$css-prefix}.#{v.$css-prefix}-circle-o {
531
+ font-family: "Font Awesome 7 Free";
529
532
  font-weight: 400;
530
533
  }
531
- .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
532
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle }"');
534
+ .#{v.$css-prefix}.#{v.$css-prefix}-circle-o {
535
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle }"');
533
536
  }
534
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply {
535
- #{$fa-icon-property}: unquote('"#{ $fa-var-reply }"');
537
+ .#{v.$css-prefix}.#{v.$css-prefix}-mail-reply {
538
+ #{v.$icon-property}: string.unquote('"#{ v.$var-reply }"');
536
539
  }
537
- .#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt {
538
- font-family: "Font Awesome 6 Brands";
540
+ .#{v.$css-prefix}.#{v.$css-prefix}-github-alt {
541
+ font-family: "Font Awesome 7 Brands";
539
542
  font-weight: 400;
540
543
  }
541
- .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o {
542
- font-family: "Font Awesome 6 Free";
544
+ .#{v.$css-prefix}.#{v.$css-prefix}-folder-o {
545
+ font-family: "Font Awesome 7 Free";
543
546
  font-weight: 400;
544
547
  }
545
- .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o {
546
- #{$fa-icon-property}: unquote('"#{ $fa-var-folder }"');
548
+ .#{v.$css-prefix}.#{v.$css-prefix}-folder-o {
549
+ #{v.$icon-property}: string.unquote('"#{ v.$var-folder }"');
547
550
  }
548
- .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
549
- font-family: "Font Awesome 6 Free";
551
+ .#{v.$css-prefix}.#{v.$css-prefix}-folder-open-o {
552
+ font-family: "Font Awesome 7 Free";
550
553
  font-weight: 400;
551
554
  }
552
- .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
553
- #{$fa-icon-property}: unquote('"#{ $fa-var-folder-open }"');
555
+ .#{v.$css-prefix}.#{v.$css-prefix}-folder-open-o {
556
+ #{v.$icon-property}: string.unquote('"#{ v.$var-folder-open }"');
554
557
  }
555
- .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
556
- font-family: "Font Awesome 6 Free";
558
+ .#{v.$css-prefix}.#{v.$css-prefix}-smile-o {
559
+ font-family: "Font Awesome 7 Free";
557
560
  font-weight: 400;
558
561
  }
559
- .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
560
- #{$fa-icon-property}: unquote('"#{ $fa-var-face-smile }"');
562
+ .#{v.$css-prefix}.#{v.$css-prefix}-smile-o {
563
+ #{v.$icon-property}: string.unquote('"#{ v.$var-face-smile }"');
561
564
  }
562
- .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
563
- font-family: "Font Awesome 6 Free";
565
+ .#{v.$css-prefix}.#{v.$css-prefix}-frown-o {
566
+ font-family: "Font Awesome 7 Free";
564
567
  font-weight: 400;
565
568
  }
566
- .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
567
- #{$fa-icon-property}: unquote('"#{ $fa-var-face-frown }"');
569
+ .#{v.$css-prefix}.#{v.$css-prefix}-frown-o {
570
+ #{v.$icon-property}: string.unquote('"#{ v.$var-face-frown }"');
568
571
  }
569
- .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
570
- font-family: "Font Awesome 6 Free";
572
+ .#{v.$css-prefix}.#{v.$css-prefix}-meh-o {
573
+ font-family: "Font Awesome 7 Free";
571
574
  font-weight: 400;
572
575
  }
573
- .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
574
- #{$fa-icon-property}: unquote('"#{ $fa-var-face-meh }"');
576
+ .#{v.$css-prefix}.#{v.$css-prefix}-meh-o {
577
+ #{v.$icon-property}: string.unquote('"#{ v.$var-face-meh }"');
575
578
  }
576
- .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
577
- font-family: "Font Awesome 6 Free";
579
+ .#{v.$css-prefix}.#{v.$css-prefix}-keyboard-o {
580
+ font-family: "Font Awesome 7 Free";
578
581
  font-weight: 400;
579
582
  }
580
- .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
581
- #{$fa-icon-property}: unquote('"#{ $fa-var-keyboard }"');
583
+ .#{v.$css-prefix}.#{v.$css-prefix}-keyboard-o {
584
+ #{v.$icon-property}: string.unquote('"#{ v.$var-keyboard }"');
582
585
  }
583
- .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
584
- font-family: "Font Awesome 6 Free";
586
+ .#{v.$css-prefix}.#{v.$css-prefix}-flag-o {
587
+ font-family: "Font Awesome 7 Free";
585
588
  font-weight: 400;
586
589
  }
587
- .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
588
- #{$fa-icon-property}: unquote('"#{ $fa-var-flag }"');
590
+ .#{v.$css-prefix}.#{v.$css-prefix}-flag-o {
591
+ #{v.$icon-property}: string.unquote('"#{ v.$var-flag }"');
589
592
  }
590
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all {
591
- #{$fa-icon-property}: unquote('"#{ $fa-var-reply-all }"');
593
+ .#{v.$css-prefix}.#{v.$css-prefix}-mail-reply-all {
594
+ #{v.$icon-property}: string.unquote('"#{ v.$var-reply-all }"');
592
595
  }
593
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
594
- font-family: "Font Awesome 6 Free";
596
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-o {
597
+ font-family: "Font Awesome 7 Free";
595
598
  font-weight: 400;
596
599
  }
597
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
598
- #{$fa-icon-property}: unquote('"#{ $fa-var-star-half-stroke }"');
600
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-o {
601
+ #{v.$icon-property}: string.unquote('"#{ v.$var-star-half-stroke }"');
599
602
  }
600
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
601
- font-family: "Font Awesome 6 Free";
603
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-empty {
604
+ font-family: "Font Awesome 7 Free";
602
605
  font-weight: 400;
603
606
  }
604
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
605
- #{$fa-icon-property}: unquote('"#{ $fa-var-star-half-stroke }"');
607
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-empty {
608
+ #{v.$icon-property}: string.unquote('"#{ v.$var-star-half-stroke }"');
606
609
  }
607
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
608
- font-family: "Font Awesome 6 Free";
610
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-full {
611
+ font-family: "Font Awesome 7 Free";
609
612
  font-weight: 400;
610
613
  }
611
- .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
612
- #{$fa-icon-property}: unquote('"#{ $fa-var-star-half-stroke }"');
614
+ .#{v.$css-prefix}.#{v.$css-prefix}-star-half-full {
615
+ #{v.$icon-property}: string.unquote('"#{ v.$var-star-half-stroke }"');
613
616
  }
614
- .#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork {
615
- #{$fa-icon-property}: unquote('"#{ $fa-var-code-branch }"');
617
+ .#{v.$css-prefix}.#{v.$css-prefix}-code-fork {
618
+ #{v.$icon-property}: string.unquote('"#{ v.$var-code-branch }"');
616
619
  }
617
- .#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken {
618
- #{$fa-icon-property}: unquote('"#{ $fa-var-link-slash }"');
620
+ .#{v.$css-prefix}.#{v.$css-prefix}-chain-broken {
621
+ #{v.$icon-property}: string.unquote('"#{ v.$var-link-slash }"');
619
622
  }
620
- .#{$fa-css-prefix}.#{$fa-css-prefix}-unlink {
621
- #{$fa-icon-property}: unquote('"#{ $fa-var-link-slash }"');
623
+ .#{v.$css-prefix}.#{v.$css-prefix}-unlink {
624
+ #{v.$icon-property}: string.unquote('"#{ v.$var-link-slash }"');
622
625
  }
623
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
624
- font-family: "Font Awesome 6 Free";
626
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-o {
627
+ font-family: "Font Awesome 7 Free";
625
628
  font-weight: 400;
626
629
  }
627
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
628
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar }"');
630
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-o {
631
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar }"');
629
632
  }
630
- .#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn {
631
- font-family: "Font Awesome 6 Brands";
633
+ .#{v.$css-prefix}.#{v.$css-prefix}-maxcdn {
634
+ font-family: "Font Awesome 7 Brands";
632
635
  font-weight: 400;
633
636
  }
634
- .#{$fa-css-prefix}.#{$fa-css-prefix}-html5 {
635
- font-family: "Font Awesome 6 Brands";
637
+ .#{v.$css-prefix}.#{v.$css-prefix}-html5 {
638
+ font-family: "Font Awesome 7 Brands";
636
639
  font-weight: 400;
637
640
  }
638
- .#{$fa-css-prefix}.#{$fa-css-prefix}-css3 {
639
- font-family: "Font Awesome 6 Brands";
641
+ .#{v.$css-prefix}.#{v.$css-prefix}-css3 {
642
+ font-family: "Font Awesome 7 Brands";
640
643
  font-weight: 400;
641
644
  }
642
- .#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt {
643
- #{$fa-icon-property}: unquote('"#{ $fa-var-unlock }"');
645
+ .#{v.$css-prefix}.#{v.$css-prefix}-unlock-alt {
646
+ #{v.$icon-property}: string.unquote('"#{ v.$var-unlock }"');
644
647
  }
645
- .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
646
- font-family: "Font Awesome 6 Free";
648
+ .#{v.$css-prefix}.#{v.$css-prefix}-minus-square-o {
649
+ font-family: "Font Awesome 7 Free";
647
650
  font-weight: 400;
648
651
  }
649
- .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
650
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-minus }"');
652
+ .#{v.$css-prefix}.#{v.$css-prefix}-minus-square-o {
653
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-minus }"');
651
654
  }
652
- .#{$fa-css-prefix}.#{$fa-css-prefix}-level-up {
653
- #{$fa-icon-property}: unquote('"#{ $fa-var-turn-up }"');
655
+ .#{v.$css-prefix}.#{v.$css-prefix}-level-up {
656
+ #{v.$icon-property}: string.unquote('"#{ v.$var-turn-up }"');
654
657
  }
655
- .#{$fa-css-prefix}.#{$fa-css-prefix}-level-down {
656
- #{$fa-icon-property}: unquote('"#{ $fa-var-turn-down }"');
658
+ .#{v.$css-prefix}.#{v.$css-prefix}-level-down {
659
+ #{v.$icon-property}: string.unquote('"#{ v.$var-turn-down }"');
657
660
  }
658
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square {
659
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-pen }"');
661
+ .#{v.$css-prefix}.#{v.$css-prefix}-pencil-square {
662
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-pen }"');
660
663
  }
661
- .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square {
662
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-up-right }"');
664
+ .#{v.$css-prefix}.#{v.$css-prefix}-external-link-square {
665
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-up-right }"');
663
666
  }
664
- .#{$fa-css-prefix}.#{$fa-css-prefix}-compass {
665
- font-family: "Font Awesome 6 Free";
667
+ .#{v.$css-prefix}.#{v.$css-prefix}-compass {
668
+ font-family: "Font Awesome 7 Free";
666
669
  font-weight: 400;
667
670
  }
668
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down {
669
- font-family: "Font Awesome 6 Free";
671
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-down {
672
+ font-family: "Font Awesome 7 Free";
670
673
  font-weight: 400;
671
674
  }
672
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down {
673
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-down }"');
675
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-down {
676
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-down }"');
674
677
  }
675
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
676
- font-family: "Font Awesome 6 Free";
678
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-down {
679
+ font-family: "Font Awesome 7 Free";
677
680
  font-weight: 400;
678
681
  }
679
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
680
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-down }"');
682
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-down {
683
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-down }"');
681
684
  }
682
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
683
- font-family: "Font Awesome 6 Free";
685
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-up {
686
+ font-family: "Font Awesome 7 Free";
684
687
  font-weight: 400;
685
688
  }
686
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
687
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-up }"');
689
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-up {
690
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-up }"');
688
691
  }
689
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
690
- font-family: "Font Awesome 6 Free";
692
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-up {
693
+ font-family: "Font Awesome 7 Free";
691
694
  font-weight: 400;
692
695
  }
693
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
694
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-up }"');
696
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-up {
697
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-up }"');
695
698
  }
696
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
697
- font-family: "Font Awesome 6 Free";
699
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-right {
700
+ font-family: "Font Awesome 7 Free";
698
701
  font-weight: 400;
699
702
  }
700
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
701
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-right }"');
703
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-right {
704
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-right }"');
702
705
  }
703
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
704
- font-family: "Font Awesome 6 Free";
706
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-right {
707
+ font-family: "Font Awesome 7 Free";
705
708
  font-weight: 400;
706
709
  }
707
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
708
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-right }"');
710
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-right {
711
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-right }"');
709
712
  }
710
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eur {
711
- #{$fa-icon-property}: unquote('"#{ $fa-var-euro-sign }"');
713
+ .#{v.$css-prefix}.#{v.$css-prefix}-eur {
714
+ #{v.$icon-property}: string.unquote('"#{ v.$var-euro-sign }"');
712
715
  }
713
- .#{$fa-css-prefix}.#{$fa-css-prefix}-euro {
714
- #{$fa-icon-property}: unquote('"#{ $fa-var-euro-sign }"');
716
+ .#{v.$css-prefix}.#{v.$css-prefix}-euro {
717
+ #{v.$icon-property}: string.unquote('"#{ v.$var-euro-sign }"');
715
718
  }
716
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gbp {
717
- #{$fa-icon-property}: unquote('"#{ $fa-var-sterling-sign }"');
719
+ .#{v.$css-prefix}.#{v.$css-prefix}-gbp {
720
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sterling-sign }"');
718
721
  }
719
- .#{$fa-css-prefix}.#{$fa-css-prefix}-usd {
720
- #{$fa-icon-property}: unquote('"#{ $fa-var-dollar-sign }"');
722
+ .#{v.$css-prefix}.#{v.$css-prefix}-usd {
723
+ #{v.$icon-property}: string.unquote('"#{ v.$var-dollar-sign }"');
721
724
  }
722
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dollar {
723
- #{$fa-icon-property}: unquote('"#{ $fa-var-dollar-sign }"');
725
+ .#{v.$css-prefix}.#{v.$css-prefix}-dollar {
726
+ #{v.$icon-property}: string.unquote('"#{ v.$var-dollar-sign }"');
724
727
  }
725
- .#{$fa-css-prefix}.#{$fa-css-prefix}-inr {
726
- #{$fa-icon-property}: unquote('"#{ $fa-var-indian-rupee-sign }"');
728
+ .#{v.$css-prefix}.#{v.$css-prefix}-inr {
729
+ #{v.$icon-property}: string.unquote('"#{ v.$var-indian-rupee-sign }"');
727
730
  }
728
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rupee {
729
- #{$fa-icon-property}: unquote('"#{ $fa-var-indian-rupee-sign }"');
731
+ .#{v.$css-prefix}.#{v.$css-prefix}-rupee {
732
+ #{v.$icon-property}: string.unquote('"#{ v.$var-indian-rupee-sign }"');
730
733
  }
731
- .#{$fa-css-prefix}.#{$fa-css-prefix}-jpy {
732
- #{$fa-icon-property}: unquote('"#{ $fa-var-yen-sign }"');
734
+ .#{v.$css-prefix}.#{v.$css-prefix}-jpy {
735
+ #{v.$icon-property}: string.unquote('"#{ v.$var-yen-sign }"');
733
736
  }
734
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cny {
735
- #{$fa-icon-property}: unquote('"#{ $fa-var-yen-sign }"');
737
+ .#{v.$css-prefix}.#{v.$css-prefix}-cny {
738
+ #{v.$icon-property}: string.unquote('"#{ v.$var-yen-sign }"');
736
739
  }
737
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rmb {
738
- #{$fa-icon-property}: unquote('"#{ $fa-var-yen-sign }"');
740
+ .#{v.$css-prefix}.#{v.$css-prefix}-rmb {
741
+ #{v.$icon-property}: string.unquote('"#{ v.$var-yen-sign }"');
739
742
  }
740
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yen {
741
- #{$fa-icon-property}: unquote('"#{ $fa-var-yen-sign }"');
743
+ .#{v.$css-prefix}.#{v.$css-prefix}-yen {
744
+ #{v.$icon-property}: string.unquote('"#{ v.$var-yen-sign }"');
742
745
  }
743
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rub {
744
- #{$fa-icon-property}: unquote('"#{ $fa-var-ruble-sign }"');
746
+ .#{v.$css-prefix}.#{v.$css-prefix}-rub {
747
+ #{v.$icon-property}: string.unquote('"#{ v.$var-ruble-sign }"');
745
748
  }
746
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ruble {
747
- #{$fa-icon-property}: unquote('"#{ $fa-var-ruble-sign }"');
749
+ .#{v.$css-prefix}.#{v.$css-prefix}-ruble {
750
+ #{v.$icon-property}: string.unquote('"#{ v.$var-ruble-sign }"');
748
751
  }
749
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rouble {
750
- #{$fa-icon-property}: unquote('"#{ $fa-var-ruble-sign }"');
752
+ .#{v.$css-prefix}.#{v.$css-prefix}-rouble {
753
+ #{v.$icon-property}: string.unquote('"#{ v.$var-ruble-sign }"');
751
754
  }
752
- .#{$fa-css-prefix}.#{$fa-css-prefix}-krw {
753
- #{$fa-icon-property}: unquote('"#{ $fa-var-won-sign }"');
755
+ .#{v.$css-prefix}.#{v.$css-prefix}-krw {
756
+ #{v.$icon-property}: string.unquote('"#{ v.$var-won-sign }"');
754
757
  }
755
- .#{$fa-css-prefix}.#{$fa-css-prefix}-won {
756
- #{$fa-icon-property}: unquote('"#{ $fa-var-won-sign }"');
758
+ .#{v.$css-prefix}.#{v.$css-prefix}-won {
759
+ #{v.$icon-property}: string.unquote('"#{ v.$var-won-sign }"');
757
760
  }
758
- .#{$fa-css-prefix}.#{$fa-css-prefix}-btc {
759
- font-family: "Font Awesome 6 Brands";
761
+ .#{v.$css-prefix}.#{v.$css-prefix}-btc {
762
+ font-family: "Font Awesome 7 Brands";
760
763
  font-weight: 400;
761
764
  }
762
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin {
763
- font-family: "Font Awesome 6 Brands";
765
+ .#{v.$css-prefix}.#{v.$css-prefix}-bitcoin {
766
+ font-family: "Font Awesome 7 Brands";
764
767
  font-weight: 400;
765
768
  }
766
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin {
767
- #{$fa-icon-property}: unquote('"#{ $fa-var-btc }"');
769
+ .#{v.$css-prefix}.#{v.$css-prefix}-bitcoin {
770
+ #{v.$icon-property}: string.unquote('"#{ v.$var-btc }"');
768
771
  }
769
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text {
770
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-lines }"');
772
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-text {
773
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-lines }"');
771
774
  }
772
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc {
773
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-a-z }"');
775
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-alpha-asc {
776
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-a-z }"');
774
777
  }
775
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc {
776
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-z-a }"');
778
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-alpha-desc {
779
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-z-a }"');
777
780
  }
778
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc {
779
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-short-wide }"');
781
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-amount-asc {
782
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-short-wide }"');
780
783
  }
781
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc {
782
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-wide-short }"');
784
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-amount-desc {
785
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-wide-short }"');
783
786
  }
784
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc {
785
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-1-9 }"');
787
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-numeric-asc {
788
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-1-9 }"');
786
789
  }
787
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc {
788
- #{$fa-icon-property}: unquote('"#{ $fa-var-arrow-down-9-1 }"');
790
+ .#{v.$css-prefix}.#{v.$css-prefix}-sort-numeric-desc {
791
+ #{v.$icon-property}: string.unquote('"#{ v.$var-arrow-down-9-1 }"');
789
792
  }
790
- .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
791
- font-family: "Font Awesome 6 Brands";
793
+ .#{v.$css-prefix}.#{v.$css-prefix}-youtube-square {
794
+ font-family: "Font Awesome 7 Brands";
792
795
  font-weight: 400;
793
796
  }
794
- .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
795
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-youtube }"');
797
+ .#{v.$css-prefix}.#{v.$css-prefix}-youtube-square {
798
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-youtube }"');
796
799
  }
797
- .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube {
798
- font-family: "Font Awesome 6 Brands";
800
+ .#{v.$css-prefix}.#{v.$css-prefix}-youtube {
801
+ font-family: "Font Awesome 7 Brands";
799
802
  font-weight: 400;
800
803
  }
801
- .#{$fa-css-prefix}.#{$fa-css-prefix}-xing {
802
- font-family: "Font Awesome 6 Brands";
804
+ .#{v.$css-prefix}.#{v.$css-prefix}-xing {
805
+ font-family: "Font Awesome 7 Brands";
803
806
  font-weight: 400;
804
807
  }
805
- .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square {
806
- font-family: "Font Awesome 6 Brands";
808
+ .#{v.$css-prefix}.#{v.$css-prefix}-xing-square {
809
+ font-family: "Font Awesome 7 Brands";
807
810
  font-weight: 400;
808
811
  }
809
- .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square {
810
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-xing }"');
812
+ .#{v.$css-prefix}.#{v.$css-prefix}-xing-square {
813
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-xing }"');
811
814
  }
812
- .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play {
813
- font-family: "Font Awesome 6 Brands";
815
+ .#{v.$css-prefix}.#{v.$css-prefix}-youtube-play {
816
+ font-family: "Font Awesome 7 Brands";
814
817
  font-weight: 400;
815
818
  }
816
- .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play {
817
- #{$fa-icon-property}: unquote('"#{ $fa-var-youtube }"');
819
+ .#{v.$css-prefix}.#{v.$css-prefix}-youtube-play {
820
+ #{v.$icon-property}: string.unquote('"#{ v.$var-youtube }"');
818
821
  }
819
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox {
820
- font-family: "Font Awesome 6 Brands";
822
+ .#{v.$css-prefix}.#{v.$css-prefix}-dropbox {
823
+ font-family: "Font Awesome 7 Brands";
821
824
  font-weight: 400;
822
825
  }
823
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow {
824
- font-family: "Font Awesome 6 Brands";
826
+ .#{v.$css-prefix}.#{v.$css-prefix}-stack-overflow {
827
+ font-family: "Font Awesome 7 Brands";
825
828
  font-weight: 400;
826
829
  }
827
- .#{$fa-css-prefix}.#{$fa-css-prefix}-instagram {
828
- font-family: "Font Awesome 6 Brands";
830
+ .#{v.$css-prefix}.#{v.$css-prefix}-instagram {
831
+ font-family: "Font Awesome 7 Brands";
829
832
  font-weight: 400;
830
833
  }
831
- .#{$fa-css-prefix}.#{$fa-css-prefix}-flickr {
832
- font-family: "Font Awesome 6 Brands";
834
+ .#{v.$css-prefix}.#{v.$css-prefix}-flickr {
835
+ font-family: "Font Awesome 7 Brands";
833
836
  font-weight: 400;
834
837
  }
835
- .#{$fa-css-prefix}.#{$fa-css-prefix}-adn {
836
- font-family: "Font Awesome 6 Brands";
838
+ .#{v.$css-prefix}.#{v.$css-prefix}-adn {
839
+ font-family: "Font Awesome 7 Brands";
837
840
  font-weight: 400;
838
841
  }
839
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket {
840
- font-family: "Font Awesome 6 Brands";
842
+ .#{v.$css-prefix}.#{v.$css-prefix}-bitbucket {
843
+ font-family: "Font Awesome 7 Brands";
841
844
  font-weight: 400;
842
845
  }
843
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square {
844
- font-family: "Font Awesome 6 Brands";
846
+ .#{v.$css-prefix}.#{v.$css-prefix}-bitbucket-square {
847
+ font-family: "Font Awesome 7 Brands";
845
848
  font-weight: 400;
846
849
  }
847
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square {
848
- #{$fa-icon-property}: unquote('"#{ $fa-var-bitbucket }"');
850
+ .#{v.$css-prefix}.#{v.$css-prefix}-bitbucket-square {
851
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bitbucket }"');
849
852
  }
850
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr {
851
- font-family: "Font Awesome 6 Brands";
853
+ .#{v.$css-prefix}.#{v.$css-prefix}-tumblr {
854
+ font-family: "Font Awesome 7 Brands";
852
855
  font-weight: 400;
853
856
  }
854
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square {
855
- font-family: "Font Awesome 6 Brands";
857
+ .#{v.$css-prefix}.#{v.$css-prefix}-tumblr-square {
858
+ font-family: "Font Awesome 7 Brands";
856
859
  font-weight: 400;
857
860
  }
858
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square {
859
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-tumblr }"');
861
+ .#{v.$css-prefix}.#{v.$css-prefix}-tumblr-square {
862
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-tumblr }"');
860
863
  }
861
- .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down {
862
- #{$fa-icon-property}: unquote('"#{ $fa-var-down-long }"');
864
+ .#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-down {
865
+ #{v.$icon-property}: string.unquote('"#{ v.$var-down-long }"');
863
866
  }
864
- .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up {
865
- #{$fa-icon-property}: unquote('"#{ $fa-var-up-long }"');
867
+ .#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-up {
868
+ #{v.$icon-property}: string.unquote('"#{ v.$var-up-long }"');
866
869
  }
867
- .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left {
868
- #{$fa-icon-property}: unquote('"#{ $fa-var-left-long }"');
870
+ .#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-left {
871
+ #{v.$icon-property}: string.unquote('"#{ v.$var-left-long }"');
869
872
  }
870
- .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right {
871
- #{$fa-icon-property}: unquote('"#{ $fa-var-right-long }"');
873
+ .#{v.$css-prefix}.#{v.$css-prefix}-long-arrow-right {
874
+ #{v.$icon-property}: string.unquote('"#{ v.$var-right-long }"');
872
875
  }
873
- .#{$fa-css-prefix}.#{$fa-css-prefix}-apple {
874
- font-family: "Font Awesome 6 Brands";
876
+ .#{v.$css-prefix}.#{v.$css-prefix}-apple {
877
+ font-family: "Font Awesome 7 Brands";
875
878
  font-weight: 400;
876
879
  }
877
- .#{$fa-css-prefix}.#{$fa-css-prefix}-windows {
878
- font-family: "Font Awesome 6 Brands";
880
+ .#{v.$css-prefix}.#{v.$css-prefix}-windows {
881
+ font-family: "Font Awesome 7 Brands";
879
882
  font-weight: 400;
880
883
  }
881
- .#{$fa-css-prefix}.#{$fa-css-prefix}-android {
882
- font-family: "Font Awesome 6 Brands";
884
+ .#{v.$css-prefix}.#{v.$css-prefix}-android {
885
+ font-family: "Font Awesome 7 Brands";
883
886
  font-weight: 400;
884
887
  }
885
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linux {
886
- font-family: "Font Awesome 6 Brands";
888
+ .#{v.$css-prefix}.#{v.$css-prefix}-linux {
889
+ font-family: "Font Awesome 7 Brands";
887
890
  font-weight: 400;
888
891
  }
889
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble {
890
- font-family: "Font Awesome 6 Brands";
892
+ .#{v.$css-prefix}.#{v.$css-prefix}-dribbble {
893
+ font-family: "Font Awesome 7 Brands";
891
894
  font-weight: 400;
892
895
  }
893
- .#{$fa-css-prefix}.#{$fa-css-prefix}-skype {
894
- font-family: "Font Awesome 6 Brands";
896
+ .#{v.$css-prefix}.#{v.$css-prefix}-skype {
897
+ font-family: "Font Awesome 7 Brands";
895
898
  font-weight: 400;
896
899
  }
897
- .#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare {
898
- font-family: "Font Awesome 6 Brands";
900
+ .#{v.$css-prefix}.#{v.$css-prefix}-foursquare {
901
+ font-family: "Font Awesome 7 Brands";
899
902
  font-weight: 400;
900
903
  }
901
- .#{$fa-css-prefix}.#{$fa-css-prefix}-trello {
902
- font-family: "Font Awesome 6 Brands";
904
+ .#{v.$css-prefix}.#{v.$css-prefix}-trello {
905
+ font-family: "Font Awesome 7 Brands";
903
906
  font-weight: 400;
904
907
  }
905
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay {
906
- font-family: "Font Awesome 6 Brands";
908
+ .#{v.$css-prefix}.#{v.$css-prefix}-gratipay {
909
+ font-family: "Font Awesome 7 Brands";
907
910
  font-weight: 400;
908
911
  }
909
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip {
910
- font-family: "Font Awesome 6 Brands";
912
+ .#{v.$css-prefix}.#{v.$css-prefix}-gittip {
913
+ font-family: "Font Awesome 7 Brands";
911
914
  font-weight: 400;
912
915
  }
913
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip {
914
- #{$fa-icon-property}: unquote('"#{ $fa-var-gratipay }"');
916
+ .#{v.$css-prefix}.#{v.$css-prefix}-gittip {
917
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gratipay }"');
915
918
  }
916
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
917
- font-family: "Font Awesome 6 Free";
919
+ .#{v.$css-prefix}.#{v.$css-prefix}-sun-o {
920
+ font-family: "Font Awesome 7 Free";
918
921
  font-weight: 400;
919
922
  }
920
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
921
- #{$fa-icon-property}: unquote('"#{ $fa-var-sun }"');
923
+ .#{v.$css-prefix}.#{v.$css-prefix}-sun-o {
924
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sun }"');
922
925
  }
923
- .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
924
- font-family: "Font Awesome 6 Free";
926
+ .#{v.$css-prefix}.#{v.$css-prefix}-moon-o {
927
+ font-family: "Font Awesome 7 Free";
925
928
  font-weight: 400;
926
929
  }
927
- .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
928
- #{$fa-icon-property}: unquote('"#{ $fa-var-moon }"');
930
+ .#{v.$css-prefix}.#{v.$css-prefix}-moon-o {
931
+ #{v.$icon-property}: string.unquote('"#{ v.$var-moon }"');
929
932
  }
930
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vk {
931
- font-family: "Font Awesome 6 Brands";
933
+ .#{v.$css-prefix}.#{v.$css-prefix}-vk {
934
+ font-family: "Font Awesome 7 Brands";
932
935
  font-weight: 400;
933
936
  }
934
- .#{$fa-css-prefix}.#{$fa-css-prefix}-weibo {
935
- font-family: "Font Awesome 6 Brands";
937
+ .#{v.$css-prefix}.#{v.$css-prefix}-weibo {
938
+ font-family: "Font Awesome 7 Brands";
936
939
  font-weight: 400;
937
940
  }
938
- .#{$fa-css-prefix}.#{$fa-css-prefix}-renren {
939
- font-family: "Font Awesome 6 Brands";
941
+ .#{v.$css-prefix}.#{v.$css-prefix}-renren {
942
+ font-family: "Font Awesome 7 Brands";
940
943
  font-weight: 400;
941
944
  }
942
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines {
943
- font-family: "Font Awesome 6 Brands";
945
+ .#{v.$css-prefix}.#{v.$css-prefix}-pagelines {
946
+ font-family: "Font Awesome 7 Brands";
944
947
  font-weight: 400;
945
948
  }
946
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange {
947
- font-family: "Font Awesome 6 Brands";
949
+ .#{v.$css-prefix}.#{v.$css-prefix}-stack-exchange {
950
+ font-family: "Font Awesome 7 Brands";
948
951
  font-weight: 400;
949
952
  }
950
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right {
951
- font-family: "Font Awesome 6 Free";
953
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-right {
954
+ font-family: "Font Awesome 7 Free";
952
955
  font-weight: 400;
953
956
  }
954
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right {
955
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-right }"');
957
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-right {
958
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-right }"');
956
959
  }
957
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
958
- font-family: "Font Awesome 6 Free";
960
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-left {
961
+ font-family: "Font Awesome 7 Free";
959
962
  font-weight: 400;
960
963
  }
961
- .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
962
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-left }"');
964
+ .#{v.$css-prefix}.#{v.$css-prefix}-arrow-circle-o-left {
965
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-left }"');
963
966
  }
964
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
965
- font-family: "Font Awesome 6 Free";
967
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-left {
968
+ font-family: "Font Awesome 7 Free";
966
969
  font-weight: 400;
967
970
  }
968
- .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
969
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-left }"');
971
+ .#{v.$css-prefix}.#{v.$css-prefix}-caret-square-o-left {
972
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-left }"');
970
973
  }
971
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
972
- font-family: "Font Awesome 6 Free";
974
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-left {
975
+ font-family: "Font Awesome 7 Free";
973
976
  font-weight: 400;
974
977
  }
975
- .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
976
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-caret-left }"');
978
+ .#{v.$css-prefix}.#{v.$css-prefix}-toggle-left {
979
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-caret-left }"');
977
980
  }
978
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
979
- font-family: "Font Awesome 6 Free";
981
+ .#{v.$css-prefix}.#{v.$css-prefix}-dot-circle-o {
982
+ font-family: "Font Awesome 7 Free";
980
983
  font-weight: 400;
981
984
  }
982
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
983
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-dot }"');
985
+ .#{v.$css-prefix}.#{v.$css-prefix}-dot-circle-o {
986
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-dot }"');
984
987
  }
985
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
986
- font-family: "Font Awesome 6 Brands";
988
+ .#{v.$css-prefix}.#{v.$css-prefix}-vimeo-square {
989
+ font-family: "Font Awesome 7 Brands";
987
990
  font-weight: 400;
988
991
  }
989
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
990
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-vimeo }"');
992
+ .#{v.$css-prefix}.#{v.$css-prefix}-vimeo-square {
993
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-vimeo }"');
991
994
  }
992
- .#{$fa-css-prefix}.#{$fa-css-prefix}-try {
993
- #{$fa-icon-property}: unquote('"#{ $fa-var-turkish-lira-sign }"');
995
+ .#{v.$css-prefix}.#{v.$css-prefix}-try {
996
+ #{v.$icon-property}: string.unquote('"#{ v.$var-turkish-lira-sign }"');
994
997
  }
995
- .#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira {
996
- #{$fa-icon-property}: unquote('"#{ $fa-var-turkish-lira-sign }"');
998
+ .#{v.$css-prefix}.#{v.$css-prefix}-turkish-lira {
999
+ #{v.$icon-property}: string.unquote('"#{ v.$var-turkish-lira-sign }"');
997
1000
  }
998
- .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
999
- font-family: "Font Awesome 6 Free";
1001
+ .#{v.$css-prefix}.#{v.$css-prefix}-plus-square-o {
1002
+ font-family: "Font Awesome 7 Free";
1000
1003
  font-weight: 400;
1001
1004
  }
1002
- .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
1003
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-plus }"');
1005
+ .#{v.$css-prefix}.#{v.$css-prefix}-plus-square-o {
1006
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-plus }"');
1004
1007
  }
1005
- .#{$fa-css-prefix}.#{$fa-css-prefix}-slack {
1006
- font-family: "Font Awesome 6 Brands";
1008
+ .#{v.$css-prefix}.#{v.$css-prefix}-slack {
1009
+ font-family: "Font Awesome 7 Brands";
1007
1010
  font-weight: 400;
1008
1011
  }
1009
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress {
1010
- font-family: "Font Awesome 6 Brands";
1012
+ .#{v.$css-prefix}.#{v.$css-prefix}-wordpress {
1013
+ font-family: "Font Awesome 7 Brands";
1011
1014
  font-weight: 400;
1012
1015
  }
1013
- .#{$fa-css-prefix}.#{$fa-css-prefix}-openid {
1014
- font-family: "Font Awesome 6 Brands";
1016
+ .#{v.$css-prefix}.#{v.$css-prefix}-openid {
1017
+ font-family: "Font Awesome 7 Brands";
1015
1018
  font-weight: 400;
1016
1019
  }
1017
- .#{$fa-css-prefix}.#{$fa-css-prefix}-institution {
1018
- #{$fa-icon-property}: unquote('"#{ $fa-var-building-columns }"');
1020
+ .#{v.$css-prefix}.#{v.$css-prefix}-institution {
1021
+ #{v.$icon-property}: string.unquote('"#{ v.$var-building-columns }"');
1019
1022
  }
1020
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bank {
1021
- #{$fa-icon-property}: unquote('"#{ $fa-var-building-columns }"');
1023
+ .#{v.$css-prefix}.#{v.$css-prefix}-bank {
1024
+ #{v.$icon-property}: string.unquote('"#{ v.$var-building-columns }"');
1022
1025
  }
1023
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board {
1024
- #{$fa-icon-property}: unquote('"#{ $fa-var-graduation-cap }"');
1026
+ .#{v.$css-prefix}.#{v.$css-prefix}-mortar-board {
1027
+ #{v.$icon-property}: string.unquote('"#{ v.$var-graduation-cap }"');
1025
1028
  }
1026
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo {
1027
- font-family: "Font Awesome 6 Brands";
1029
+ .#{v.$css-prefix}.#{v.$css-prefix}-yahoo {
1030
+ font-family: "Font Awesome 7 Brands";
1028
1031
  font-weight: 400;
1029
1032
  }
1030
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google {
1031
- font-family: "Font Awesome 6 Brands";
1033
+ .#{v.$css-prefix}.#{v.$css-prefix}-google {
1034
+ font-family: "Font Awesome 7 Brands";
1032
1035
  font-weight: 400;
1033
1036
  }
1034
- .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit {
1035
- font-family: "Font Awesome 6 Brands";
1037
+ .#{v.$css-prefix}.#{v.$css-prefix}-reddit {
1038
+ font-family: "Font Awesome 7 Brands";
1036
1039
  font-weight: 400;
1037
1040
  }
1038
- .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square {
1039
- font-family: "Font Awesome 6 Brands";
1041
+ .#{v.$css-prefix}.#{v.$css-prefix}-reddit-square {
1042
+ font-family: "Font Awesome 7 Brands";
1040
1043
  font-weight: 400;
1041
1044
  }
1042
- .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square {
1043
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-reddit }"');
1045
+ .#{v.$css-prefix}.#{v.$css-prefix}-reddit-square {
1046
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-reddit }"');
1044
1047
  }
1045
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle {
1046
- font-family: "Font Awesome 6 Brands";
1048
+ .#{v.$css-prefix}.#{v.$css-prefix}-stumbleupon-circle {
1049
+ font-family: "Font Awesome 7 Brands";
1047
1050
  font-weight: 400;
1048
1051
  }
1049
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon {
1050
- font-family: "Font Awesome 6 Brands";
1052
+ .#{v.$css-prefix}.#{v.$css-prefix}-stumbleupon {
1053
+ font-family: "Font Awesome 7 Brands";
1051
1054
  font-weight: 400;
1052
1055
  }
1053
- .#{$fa-css-prefix}.#{$fa-css-prefix}-delicious {
1054
- font-family: "Font Awesome 6 Brands";
1056
+ .#{v.$css-prefix}.#{v.$css-prefix}-delicious {
1057
+ font-family: "Font Awesome 7 Brands";
1055
1058
  font-weight: 400;
1056
1059
  }
1057
- .#{$fa-css-prefix}.#{$fa-css-prefix}-digg {
1058
- font-family: "Font Awesome 6 Brands";
1060
+ .#{v.$css-prefix}.#{v.$css-prefix}-digg {
1061
+ font-family: "Font Awesome 7 Brands";
1059
1062
  font-weight: 400;
1060
1063
  }
1061
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp {
1062
- font-family: "Font Awesome 6 Brands";
1064
+ .#{v.$css-prefix}.#{v.$css-prefix}-pied-piper-pp {
1065
+ font-family: "Font Awesome 7 Brands";
1063
1066
  font-weight: 400;
1064
1067
  }
1065
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt {
1066
- font-family: "Font Awesome 6 Brands";
1068
+ .#{v.$css-prefix}.#{v.$css-prefix}-pied-piper-alt {
1069
+ font-family: "Font Awesome 7 Brands";
1067
1070
  font-weight: 400;
1068
1071
  }
1069
- .#{$fa-css-prefix}.#{$fa-css-prefix}-drupal {
1070
- font-family: "Font Awesome 6 Brands";
1072
+ .#{v.$css-prefix}.#{v.$css-prefix}-drupal {
1073
+ font-family: "Font Awesome 7 Brands";
1071
1074
  font-weight: 400;
1072
1075
  }
1073
- .#{$fa-css-prefix}.#{$fa-css-prefix}-joomla {
1074
- font-family: "Font Awesome 6 Brands";
1076
+ .#{v.$css-prefix}.#{v.$css-prefix}-joomla {
1077
+ font-family: "Font Awesome 7 Brands";
1075
1078
  font-weight: 400;
1076
1079
  }
1077
- .#{$fa-css-prefix}.#{$fa-css-prefix}-behance {
1078
- font-family: "Font Awesome 6 Brands";
1080
+ .#{v.$css-prefix}.#{v.$css-prefix}-behance {
1081
+ font-family: "Font Awesome 7 Brands";
1079
1082
  font-weight: 400;
1080
1083
  }
1081
- .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square {
1082
- font-family: "Font Awesome 6 Brands";
1084
+ .#{v.$css-prefix}.#{v.$css-prefix}-behance-square {
1085
+ font-family: "Font Awesome 7 Brands";
1083
1086
  font-weight: 400;
1084
1087
  }
1085
- .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square {
1086
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-behance }"');
1088
+ .#{v.$css-prefix}.#{v.$css-prefix}-behance-square {
1089
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-behance }"');
1087
1090
  }
1088
- .#{$fa-css-prefix}.#{$fa-css-prefix}-steam {
1089
- font-family: "Font Awesome 6 Brands";
1091
+ .#{v.$css-prefix}.#{v.$css-prefix}-steam {
1092
+ font-family: "Font Awesome 7 Brands";
1090
1093
  font-weight: 400;
1091
1094
  }
1092
- .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square {
1093
- font-family: "Font Awesome 6 Brands";
1095
+ .#{v.$css-prefix}.#{v.$css-prefix}-steam-square {
1096
+ font-family: "Font Awesome 7 Brands";
1094
1097
  font-weight: 400;
1095
1098
  }
1096
- .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square {
1097
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-steam }"');
1099
+ .#{v.$css-prefix}.#{v.$css-prefix}-steam-square {
1100
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-steam }"');
1098
1101
  }
1099
- .#{$fa-css-prefix}.#{$fa-css-prefix}-automobile {
1100
- #{$fa-icon-property}: unquote('"#{ $fa-var-car }"');
1102
+ .#{v.$css-prefix}.#{v.$css-prefix}-automobile {
1103
+ #{v.$icon-property}: string.unquote('"#{ v.$var-car }"');
1101
1104
  }
1102
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cab {
1103
- #{$fa-icon-property}: unquote('"#{ $fa-var-taxi }"');
1105
+ .#{v.$css-prefix}.#{v.$css-prefix}-cab {
1106
+ #{v.$icon-property}: string.unquote('"#{ v.$var-taxi }"');
1104
1107
  }
1105
- .#{$fa-css-prefix}.#{$fa-css-prefix}-spotify {
1106
- font-family: "Font Awesome 6 Brands";
1108
+ .#{v.$css-prefix}.#{v.$css-prefix}-spotify {
1109
+ font-family: "Font Awesome 7 Brands";
1107
1110
  font-weight: 400;
1108
1111
  }
1109
- .#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart {
1110
- font-family: "Font Awesome 6 Brands";
1112
+ .#{v.$css-prefix}.#{v.$css-prefix}-deviantart {
1113
+ font-family: "Font Awesome 7 Brands";
1111
1114
  font-weight: 400;
1112
1115
  }
1113
- .#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud {
1114
- font-family: "Font Awesome 6 Brands";
1116
+ .#{v.$css-prefix}.#{v.$css-prefix}-soundcloud {
1117
+ font-family: "Font Awesome 7 Brands";
1115
1118
  font-weight: 400;
1116
1119
  }
1117
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o {
1118
- font-family: "Font Awesome 6 Free";
1120
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-pdf-o {
1121
+ font-family: "Font Awesome 7 Free";
1119
1122
  font-weight: 400;
1120
1123
  }
1121
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o {
1122
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-pdf }"');
1124
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-pdf-o {
1125
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-pdf }"');
1123
1126
  }
1124
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
1125
- font-family: "Font Awesome 6 Free";
1127
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-word-o {
1128
+ font-family: "Font Awesome 7 Free";
1126
1129
  font-weight: 400;
1127
1130
  }
1128
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
1129
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-word }"');
1131
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-word-o {
1132
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-word }"');
1130
1133
  }
1131
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
1132
- font-family: "Font Awesome 6 Free";
1134
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-excel-o {
1135
+ font-family: "Font Awesome 7 Free";
1133
1136
  font-weight: 400;
1134
1137
  }
1135
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
1136
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-excel }"');
1138
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-excel-o {
1139
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-excel }"');
1137
1140
  }
1138
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
1139
- font-family: "Font Awesome 6 Free";
1141
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-powerpoint-o {
1142
+ font-family: "Font Awesome 7 Free";
1140
1143
  font-weight: 400;
1141
1144
  }
1142
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
1143
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-powerpoint }"');
1145
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-powerpoint-o {
1146
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-powerpoint }"');
1144
1147
  }
1145
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
1146
- font-family: "Font Awesome 6 Free";
1148
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-image-o {
1149
+ font-family: "Font Awesome 7 Free";
1147
1150
  font-weight: 400;
1148
1151
  }
1149
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
1150
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-image }"');
1152
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-image-o {
1153
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-image }"');
1151
1154
  }
1152
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
1153
- font-family: "Font Awesome 6 Free";
1155
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-photo-o {
1156
+ font-family: "Font Awesome 7 Free";
1154
1157
  font-weight: 400;
1155
1158
  }
1156
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
1157
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-image }"');
1159
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-photo-o {
1160
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-image }"');
1158
1161
  }
1159
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
1160
- font-family: "Font Awesome 6 Free";
1162
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-picture-o {
1163
+ font-family: "Font Awesome 7 Free";
1161
1164
  font-weight: 400;
1162
1165
  }
1163
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
1164
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-image }"');
1166
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-picture-o {
1167
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-image }"');
1165
1168
  }
1166
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
1167
- font-family: "Font Awesome 6 Free";
1169
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-archive-o {
1170
+ font-family: "Font Awesome 7 Free";
1168
1171
  font-weight: 400;
1169
1172
  }
1170
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
1171
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-zipper }"');
1173
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-archive-o {
1174
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-zipper }"');
1172
1175
  }
1173
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
1174
- font-family: "Font Awesome 6 Free";
1176
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-zip-o {
1177
+ font-family: "Font Awesome 7 Free";
1175
1178
  font-weight: 400;
1176
1179
  }
1177
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
1178
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-zipper }"');
1180
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-zip-o {
1181
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-zipper }"');
1179
1182
  }
1180
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
1181
- font-family: "Font Awesome 6 Free";
1183
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-audio-o {
1184
+ font-family: "Font Awesome 7 Free";
1182
1185
  font-weight: 400;
1183
1186
  }
1184
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
1185
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-audio }"');
1187
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-audio-o {
1188
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-audio }"');
1186
1189
  }
1187
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
1188
- font-family: "Font Awesome 6 Free";
1190
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-sound-o {
1191
+ font-family: "Font Awesome 7 Free";
1189
1192
  font-weight: 400;
1190
1193
  }
1191
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
1192
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-audio }"');
1194
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-sound-o {
1195
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-audio }"');
1193
1196
  }
1194
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
1195
- font-family: "Font Awesome 6 Free";
1197
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-video-o {
1198
+ font-family: "Font Awesome 7 Free";
1196
1199
  font-weight: 400;
1197
1200
  }
1198
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
1199
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-video }"');
1201
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-video-o {
1202
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-video }"');
1200
1203
  }
1201
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
1202
- font-family: "Font Awesome 6 Free";
1204
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-movie-o {
1205
+ font-family: "Font Awesome 7 Free";
1203
1206
  font-weight: 400;
1204
1207
  }
1205
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
1206
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-video }"');
1208
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-movie-o {
1209
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-video }"');
1207
1210
  }
1208
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
1209
- font-family: "Font Awesome 6 Free";
1211
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-code-o {
1212
+ font-family: "Font Awesome 7 Free";
1210
1213
  font-weight: 400;
1211
1214
  }
1212
- .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
1213
- #{$fa-icon-property}: unquote('"#{ $fa-var-file-code }"');
1215
+ .#{v.$css-prefix}.#{v.$css-prefix}-file-code-o {
1216
+ #{v.$icon-property}: string.unquote('"#{ v.$var-file-code }"');
1214
1217
  }
1215
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vine {
1216
- font-family: "Font Awesome 6 Brands";
1218
+ .#{v.$css-prefix}.#{v.$css-prefix}-vine {
1219
+ font-family: "Font Awesome 7 Brands";
1217
1220
  font-weight: 400;
1218
1221
  }
1219
- .#{$fa-css-prefix}.#{$fa-css-prefix}-codepen {
1220
- font-family: "Font Awesome 6 Brands";
1222
+ .#{v.$css-prefix}.#{v.$css-prefix}-codepen {
1223
+ font-family: "Font Awesome 7 Brands";
1221
1224
  font-weight: 400;
1222
1225
  }
1223
- .#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle {
1224
- font-family: "Font Awesome 6 Brands";
1226
+ .#{v.$css-prefix}.#{v.$css-prefix}-jsfiddle {
1227
+ font-family: "Font Awesome 7 Brands";
1225
1228
  font-weight: 400;
1226
1229
  }
1227
- .#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy {
1228
- #{$fa-icon-property}: unquote('"#{ $fa-var-life-ring }"');
1230
+ .#{v.$css-prefix}.#{v.$css-prefix}-life-bouy {
1231
+ #{v.$icon-property}: string.unquote('"#{ v.$var-life-ring }"');
1229
1232
  }
1230
- .#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy {
1231
- #{$fa-icon-property}: unquote('"#{ $fa-var-life-ring }"');
1233
+ .#{v.$css-prefix}.#{v.$css-prefix}-life-buoy {
1234
+ #{v.$icon-property}: string.unquote('"#{ v.$var-life-ring }"');
1232
1235
  }
1233
- .#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver {
1234
- #{$fa-icon-property}: unquote('"#{ $fa-var-life-ring }"');
1236
+ .#{v.$css-prefix}.#{v.$css-prefix}-life-saver {
1237
+ #{v.$icon-property}: string.unquote('"#{ v.$var-life-ring }"');
1235
1238
  }
1236
- .#{$fa-css-prefix}.#{$fa-css-prefix}-support {
1237
- #{$fa-icon-property}: unquote('"#{ $fa-var-life-ring }"');
1239
+ .#{v.$css-prefix}.#{v.$css-prefix}-support {
1240
+ #{v.$icon-property}: string.unquote('"#{ v.$var-life-ring }"');
1238
1241
  }
1239
- .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch {
1240
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-notch }"');
1242
+ .#{v.$css-prefix}.#{v.$css-prefix}-circle-o-notch {
1243
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-notch }"');
1241
1244
  }
1242
- .#{$fa-css-prefix}.#{$fa-css-prefix}-rebel {
1243
- font-family: "Font Awesome 6 Brands";
1245
+ .#{v.$css-prefix}.#{v.$css-prefix}-rebel {
1246
+ font-family: "Font Awesome 7 Brands";
1244
1247
  font-weight: 400;
1245
1248
  }
1246
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ra {
1247
- font-family: "Font Awesome 6 Brands";
1249
+ .#{v.$css-prefix}.#{v.$css-prefix}-ra {
1250
+ font-family: "Font Awesome 7 Brands";
1248
1251
  font-weight: 400;
1249
1252
  }
1250
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ra {
1251
- #{$fa-icon-property}: unquote('"#{ $fa-var-rebel }"');
1253
+ .#{v.$css-prefix}.#{v.$css-prefix}-ra {
1254
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rebel }"');
1252
1255
  }
1253
- .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
1254
- font-family: "Font Awesome 6 Brands";
1256
+ .#{v.$css-prefix}.#{v.$css-prefix}-resistance {
1257
+ font-family: "Font Awesome 7 Brands";
1255
1258
  font-weight: 400;
1256
1259
  }
1257
- .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
1258
- #{$fa-icon-property}: unquote('"#{ $fa-var-rebel }"');
1260
+ .#{v.$css-prefix}.#{v.$css-prefix}-resistance {
1261
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rebel }"');
1259
1262
  }
1260
- .#{$fa-css-prefix}.#{$fa-css-prefix}-empire {
1261
- font-family: "Font Awesome 6 Brands";
1263
+ .#{v.$css-prefix}.#{v.$css-prefix}-empire {
1264
+ font-family: "Font Awesome 7 Brands";
1262
1265
  font-weight: 400;
1263
1266
  }
1264
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ge {
1265
- font-family: "Font Awesome 6 Brands";
1267
+ .#{v.$css-prefix}.#{v.$css-prefix}-ge {
1268
+ font-family: "Font Awesome 7 Brands";
1266
1269
  font-weight: 400;
1267
1270
  }
1268
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ge {
1269
- #{$fa-icon-property}: unquote('"#{ $fa-var-empire }"');
1271
+ .#{v.$css-prefix}.#{v.$css-prefix}-ge {
1272
+ #{v.$icon-property}: string.unquote('"#{ v.$var-empire }"');
1270
1273
  }
1271
- .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
1272
- font-family: "Font Awesome 6 Brands";
1274
+ .#{v.$css-prefix}.#{v.$css-prefix}-git-square {
1275
+ font-family: "Font Awesome 7 Brands";
1273
1276
  font-weight: 400;
1274
1277
  }
1275
- .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
1276
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-git }"');
1278
+ .#{v.$css-prefix}.#{v.$css-prefix}-git-square {
1279
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-git }"');
1277
1280
  }
1278
- .#{$fa-css-prefix}.#{$fa-css-prefix}-git {
1279
- font-family: "Font Awesome 6 Brands";
1281
+ .#{v.$css-prefix}.#{v.$css-prefix}-git {
1282
+ font-family: "Font Awesome 7 Brands";
1280
1283
  font-weight: 400;
1281
1284
  }
1282
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news {
1283
- font-family: "Font Awesome 6 Brands";
1285
+ .#{v.$css-prefix}.#{v.$css-prefix}-hacker-news {
1286
+ font-family: "Font Awesome 7 Brands";
1284
1287
  font-weight: 400;
1285
1288
  }
1286
- .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square {
1287
- font-family: "Font Awesome 6 Brands";
1289
+ .#{v.$css-prefix}.#{v.$css-prefix}-y-combinator-square {
1290
+ font-family: "Font Awesome 7 Brands";
1288
1291
  font-weight: 400;
1289
1292
  }
1290
- .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square {
1291
- #{$fa-icon-property}: unquote('"#{ $fa-var-hacker-news }"');
1293
+ .#{v.$css-prefix}.#{v.$css-prefix}-y-combinator-square {
1294
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hacker-news }"');
1292
1295
  }
1293
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
1294
- font-family: "Font Awesome 6 Brands";
1296
+ .#{v.$css-prefix}.#{v.$css-prefix}-yc-square {
1297
+ font-family: "Font Awesome 7 Brands";
1295
1298
  font-weight: 400;
1296
1299
  }
1297
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
1298
- #{$fa-icon-property}: unquote('"#{ $fa-var-hacker-news }"');
1300
+ .#{v.$css-prefix}.#{v.$css-prefix}-yc-square {
1301
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hacker-news }"');
1299
1302
  }
1300
- .#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo {
1301
- font-family: "Font Awesome 6 Brands";
1303
+ .#{v.$css-prefix}.#{v.$css-prefix}-tencent-weibo {
1304
+ font-family: "Font Awesome 7 Brands";
1302
1305
  font-weight: 400;
1303
1306
  }
1304
- .#{$fa-css-prefix}.#{$fa-css-prefix}-qq {
1305
- font-family: "Font Awesome 6 Brands";
1307
+ .#{v.$css-prefix}.#{v.$css-prefix}-qq {
1308
+ font-family: "Font Awesome 7 Brands";
1306
1309
  font-weight: 400;
1307
1310
  }
1308
- .#{$fa-css-prefix}.#{$fa-css-prefix}-weixin {
1309
- font-family: "Font Awesome 6 Brands";
1311
+ .#{v.$css-prefix}.#{v.$css-prefix}-weixin {
1312
+ font-family: "Font Awesome 7 Brands";
1310
1313
  font-weight: 400;
1311
1314
  }
1312
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat {
1313
- font-family: "Font Awesome 6 Brands";
1315
+ .#{v.$css-prefix}.#{v.$css-prefix}-wechat {
1316
+ font-family: "Font Awesome 7 Brands";
1314
1317
  font-weight: 400;
1315
1318
  }
1316
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat {
1317
- #{$fa-icon-property}: unquote('"#{ $fa-var-weixin }"');
1319
+ .#{v.$css-prefix}.#{v.$css-prefix}-wechat {
1320
+ #{v.$icon-property}: string.unquote('"#{ v.$var-weixin }"');
1318
1321
  }
1319
- .#{$fa-css-prefix}.#{$fa-css-prefix}-send {
1320
- #{$fa-icon-property}: unquote('"#{ $fa-var-paper-plane }"');
1322
+ .#{v.$css-prefix}.#{v.$css-prefix}-send {
1323
+ #{v.$icon-property}: string.unquote('"#{ v.$var-paper-plane }"');
1321
1324
  }
1322
- .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
1323
- font-family: "Font Awesome 6 Free";
1325
+ .#{v.$css-prefix}.#{v.$css-prefix}-paper-plane-o {
1326
+ font-family: "Font Awesome 7 Free";
1324
1327
  font-weight: 400;
1325
1328
  }
1326
- .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
1327
- #{$fa-icon-property}: unquote('"#{ $fa-var-paper-plane }"');
1329
+ .#{v.$css-prefix}.#{v.$css-prefix}-paper-plane-o {
1330
+ #{v.$icon-property}: string.unquote('"#{ v.$var-paper-plane }"');
1328
1331
  }
1329
- .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
1330
- font-family: "Font Awesome 6 Free";
1332
+ .#{v.$css-prefix}.#{v.$css-prefix}-send-o {
1333
+ font-family: "Font Awesome 7 Free";
1331
1334
  font-weight: 400;
1332
1335
  }
1333
- .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
1334
- #{$fa-icon-property}: unquote('"#{ $fa-var-paper-plane }"');
1336
+ .#{v.$css-prefix}.#{v.$css-prefix}-send-o {
1337
+ #{v.$icon-property}: string.unquote('"#{ v.$var-paper-plane }"');
1335
1338
  }
1336
- .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
1337
- font-family: "Font Awesome 6 Free";
1339
+ .#{v.$css-prefix}.#{v.$css-prefix}-circle-thin {
1340
+ font-family: "Font Awesome 7 Free";
1338
1341
  font-weight: 400;
1339
1342
  }
1340
- .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
1341
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle }"');
1343
+ .#{v.$css-prefix}.#{v.$css-prefix}-circle-thin {
1344
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle }"');
1342
1345
  }
1343
- .#{$fa-css-prefix}.#{$fa-css-prefix}-header {
1344
- #{$fa-icon-property}: unquote('"#{ $fa-var-heading }"');
1346
+ .#{v.$css-prefix}.#{v.$css-prefix}-header {
1347
+ #{v.$icon-property}: string.unquote('"#{ v.$var-heading }"');
1345
1348
  }
1346
- .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
1347
- font-family: "Font Awesome 6 Free";
1349
+ .#{v.$css-prefix}.#{v.$css-prefix}-futbol-o {
1350
+ font-family: "Font Awesome 7 Free";
1348
1351
  font-weight: 400;
1349
1352
  }
1350
- .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
1351
- #{$fa-icon-property}: unquote('"#{ $fa-var-futbol }"');
1353
+ .#{v.$css-prefix}.#{v.$css-prefix}-futbol-o {
1354
+ #{v.$icon-property}: string.unquote('"#{ v.$var-futbol }"');
1352
1355
  }
1353
- .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
1354
- font-family: "Font Awesome 6 Free";
1356
+ .#{v.$css-prefix}.#{v.$css-prefix}-soccer-ball-o {
1357
+ font-family: "Font Awesome 7 Free";
1355
1358
  font-weight: 400;
1356
1359
  }
1357
- .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
1358
- #{$fa-icon-property}: unquote('"#{ $fa-var-futbol }"');
1360
+ .#{v.$css-prefix}.#{v.$css-prefix}-soccer-ball-o {
1361
+ #{v.$icon-property}: string.unquote('"#{ v.$var-futbol }"');
1359
1362
  }
1360
- .#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare {
1361
- font-family: "Font Awesome 6 Brands";
1363
+ .#{v.$css-prefix}.#{v.$css-prefix}-slideshare {
1364
+ font-family: "Font Awesome 7 Brands";
1362
1365
  font-weight: 400;
1363
1366
  }
1364
- .#{$fa-css-prefix}.#{$fa-css-prefix}-twitch {
1365
- font-family: "Font Awesome 6 Brands";
1367
+ .#{v.$css-prefix}.#{v.$css-prefix}-twitch {
1368
+ font-family: "Font Awesome 7 Brands";
1366
1369
  font-weight: 400;
1367
1370
  }
1368
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yelp {
1369
- font-family: "Font Awesome 6 Brands";
1371
+ .#{v.$css-prefix}.#{v.$css-prefix}-yelp {
1372
+ font-family: "Font Awesome 7 Brands";
1370
1373
  font-weight: 400;
1371
1374
  }
1372
- .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o {
1373
- font-family: "Font Awesome 6 Free";
1375
+ .#{v.$css-prefix}.#{v.$css-prefix}-newspaper-o {
1376
+ font-family: "Font Awesome 7 Free";
1374
1377
  font-weight: 400;
1375
1378
  }
1376
- .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o {
1377
- #{$fa-icon-property}: unquote('"#{ $fa-var-newspaper }"');
1379
+ .#{v.$css-prefix}.#{v.$css-prefix}-newspaper-o {
1380
+ #{v.$icon-property}: string.unquote('"#{ v.$var-newspaper }"');
1378
1381
  }
1379
- .#{$fa-css-prefix}.#{$fa-css-prefix}-paypal {
1380
- font-family: "Font Awesome 6 Brands";
1382
+ .#{v.$css-prefix}.#{v.$css-prefix}-paypal {
1383
+ font-family: "Font Awesome 7 Brands";
1381
1384
  font-weight: 400;
1382
1385
  }
1383
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet {
1384
- font-family: "Font Awesome 6 Brands";
1386
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-wallet {
1387
+ font-family: "Font Awesome 7 Brands";
1385
1388
  font-weight: 400;
1386
1389
  }
1387
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa {
1388
- font-family: "Font Awesome 6 Brands";
1390
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-visa {
1391
+ font-family: "Font Awesome 7 Brands";
1389
1392
  font-weight: 400;
1390
1393
  }
1391
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard {
1392
- font-family: "Font Awesome 6 Brands";
1394
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-mastercard {
1395
+ font-family: "Font Awesome 7 Brands";
1393
1396
  font-weight: 400;
1394
1397
  }
1395
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover {
1396
- font-family: "Font Awesome 6 Brands";
1398
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-discover {
1399
+ font-family: "Font Awesome 7 Brands";
1397
1400
  font-weight: 400;
1398
1401
  }
1399
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex {
1400
- font-family: "Font Awesome 6 Brands";
1402
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-amex {
1403
+ font-family: "Font Awesome 7 Brands";
1401
1404
  font-weight: 400;
1402
1405
  }
1403
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal {
1404
- font-family: "Font Awesome 6 Brands";
1406
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-paypal {
1407
+ font-family: "Font Awesome 7 Brands";
1405
1408
  font-weight: 400;
1406
1409
  }
1407
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe {
1408
- font-family: "Font Awesome 6 Brands";
1410
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-stripe {
1411
+ font-family: "Font Awesome 7 Brands";
1409
1412
  font-weight: 400;
1410
1413
  }
1411
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o {
1412
- font-family: "Font Awesome 6 Free";
1414
+ .#{v.$css-prefix}.#{v.$css-prefix}-bell-slash-o {
1415
+ font-family: "Font Awesome 7 Free";
1413
1416
  font-weight: 400;
1414
1417
  }
1415
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o {
1416
- #{$fa-icon-property}: unquote('"#{ $fa-var-bell-slash }"');
1418
+ .#{v.$css-prefix}.#{v.$css-prefix}-bell-slash-o {
1419
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bell-slash }"');
1417
1420
  }
1418
- .#{$fa-css-prefix}.#{$fa-css-prefix}-trash {
1419
- #{$fa-icon-property}: unquote('"#{ $fa-var-trash-can }"');
1421
+ .#{v.$css-prefix}.#{v.$css-prefix}-trash {
1422
+ #{v.$icon-property}: string.unquote('"#{ v.$var-trash-can }"');
1420
1423
  }
1421
- .#{$fa-css-prefix}.#{$fa-css-prefix}-copyright {
1422
- font-family: "Font Awesome 6 Free";
1424
+ .#{v.$css-prefix}.#{v.$css-prefix}-copyright {
1425
+ font-family: "Font Awesome 7 Free";
1423
1426
  font-weight: 400;
1424
1427
  }
1425
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper {
1426
- #{$fa-icon-property}: unquote('"#{ $fa-var-eye-dropper }"');
1428
+ .#{v.$css-prefix}.#{v.$css-prefix}-eyedropper {
1429
+ #{v.$icon-property}: string.unquote('"#{ v.$var-eye-dropper }"');
1427
1430
  }
1428
- .#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart {
1429
- #{$fa-icon-property}: unquote('"#{ $fa-var-chart-area }"');
1431
+ .#{v.$css-prefix}.#{v.$css-prefix}-area-chart {
1432
+ #{v.$icon-property}: string.unquote('"#{ v.$var-chart-area }"');
1430
1433
  }
1431
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart {
1432
- #{$fa-icon-property}: unquote('"#{ $fa-var-chart-pie }"');
1434
+ .#{v.$css-prefix}.#{v.$css-prefix}-pie-chart {
1435
+ #{v.$icon-property}: string.unquote('"#{ v.$var-chart-pie }"');
1433
1436
  }
1434
- .#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart {
1435
- #{$fa-icon-property}: unquote('"#{ $fa-var-chart-line }"');
1437
+ .#{v.$css-prefix}.#{v.$css-prefix}-line-chart {
1438
+ #{v.$icon-property}: string.unquote('"#{ v.$var-chart-line }"');
1436
1439
  }
1437
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm {
1438
- font-family: "Font Awesome 6 Brands";
1440
+ .#{v.$css-prefix}.#{v.$css-prefix}-lastfm {
1441
+ font-family: "Font Awesome 7 Brands";
1439
1442
  font-weight: 400;
1440
1443
  }
1441
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square {
1442
- font-family: "Font Awesome 6 Brands";
1444
+ .#{v.$css-prefix}.#{v.$css-prefix}-lastfm-square {
1445
+ font-family: "Font Awesome 7 Brands";
1443
1446
  font-weight: 400;
1444
1447
  }
1445
- .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square {
1446
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-lastfm }"');
1448
+ .#{v.$css-prefix}.#{v.$css-prefix}-lastfm-square {
1449
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-lastfm }"');
1447
1450
  }
1448
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost {
1449
- font-family: "Font Awesome 6 Brands";
1451
+ .#{v.$css-prefix}.#{v.$css-prefix}-ioxhost {
1452
+ font-family: "Font Awesome 7 Brands";
1450
1453
  font-weight: 400;
1451
1454
  }
1452
- .#{$fa-css-prefix}.#{$fa-css-prefix}-angellist {
1453
- font-family: "Font Awesome 6 Brands";
1455
+ .#{v.$css-prefix}.#{v.$css-prefix}-angellist {
1456
+ font-family: "Font Awesome 7 Brands";
1454
1457
  font-weight: 400;
1455
1458
  }
1456
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc {
1457
- font-family: "Font Awesome 6 Free";
1459
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc {
1460
+ font-family: "Font Awesome 7 Free";
1458
1461
  font-weight: 400;
1459
1462
  }
1460
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc {
1461
- #{$fa-icon-property}: unquote('"#{ $fa-var-closed-captioning }"');
1463
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc {
1464
+ #{v.$icon-property}: string.unquote('"#{ v.$var-closed-captioning }"');
1462
1465
  }
1463
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ils {
1464
- #{$fa-icon-property}: unquote('"#{ $fa-var-shekel-sign }"');
1466
+ .#{v.$css-prefix}.#{v.$css-prefix}-ils {
1467
+ #{v.$icon-property}: string.unquote('"#{ v.$var-shekel-sign }"');
1465
1468
  }
1466
- .#{$fa-css-prefix}.#{$fa-css-prefix}-shekel {
1467
- #{$fa-icon-property}: unquote('"#{ $fa-var-shekel-sign }"');
1469
+ .#{v.$css-prefix}.#{v.$css-prefix}-shekel {
1470
+ #{v.$icon-property}: string.unquote('"#{ v.$var-shekel-sign }"');
1468
1471
  }
1469
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel {
1470
- #{$fa-icon-property}: unquote('"#{ $fa-var-shekel-sign }"');
1472
+ .#{v.$css-prefix}.#{v.$css-prefix}-sheqel {
1473
+ #{v.$icon-property}: string.unquote('"#{ v.$var-shekel-sign }"');
1471
1474
  }
1472
- .#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads {
1473
- font-family: "Font Awesome 6 Brands";
1475
+ .#{v.$css-prefix}.#{v.$css-prefix}-buysellads {
1476
+ font-family: "Font Awesome 7 Brands";
1474
1477
  font-weight: 400;
1475
1478
  }
1476
- .#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop {
1477
- font-family: "Font Awesome 6 Brands";
1479
+ .#{v.$css-prefix}.#{v.$css-prefix}-connectdevelop {
1480
+ font-family: "Font Awesome 7 Brands";
1478
1481
  font-weight: 400;
1479
1482
  }
1480
- .#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube {
1481
- font-family: "Font Awesome 6 Brands";
1483
+ .#{v.$css-prefix}.#{v.$css-prefix}-dashcube {
1484
+ font-family: "Font Awesome 7 Brands";
1482
1485
  font-weight: 400;
1483
1486
  }
1484
- .#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee {
1485
- font-family: "Font Awesome 6 Brands";
1487
+ .#{v.$css-prefix}.#{v.$css-prefix}-forumbee {
1488
+ font-family: "Font Awesome 7 Brands";
1486
1489
  font-weight: 400;
1487
1490
  }
1488
- .#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub {
1489
- font-family: "Font Awesome 6 Brands";
1491
+ .#{v.$css-prefix}.#{v.$css-prefix}-leanpub {
1492
+ font-family: "Font Awesome 7 Brands";
1490
1493
  font-weight: 400;
1491
1494
  }
1492
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy {
1493
- font-family: "Font Awesome 6 Brands";
1495
+ .#{v.$css-prefix}.#{v.$css-prefix}-sellsy {
1496
+ font-family: "Font Awesome 7 Brands";
1494
1497
  font-weight: 400;
1495
1498
  }
1496
- .#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk {
1497
- font-family: "Font Awesome 6 Brands";
1499
+ .#{v.$css-prefix}.#{v.$css-prefix}-shirtsinbulk {
1500
+ font-family: "Font Awesome 7 Brands";
1498
1501
  font-weight: 400;
1499
1502
  }
1500
- .#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt {
1501
- font-family: "Font Awesome 6 Brands";
1503
+ .#{v.$css-prefix}.#{v.$css-prefix}-simplybuilt {
1504
+ font-family: "Font Awesome 7 Brands";
1502
1505
  font-weight: 400;
1503
1506
  }
1504
- .#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas {
1505
- font-family: "Font Awesome 6 Brands";
1507
+ .#{v.$css-prefix}.#{v.$css-prefix}-skyatlas {
1508
+ font-family: "Font Awesome 7 Brands";
1506
1509
  font-weight: 400;
1507
1510
  }
1508
- .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond {
1509
- font-family: "Font Awesome 6 Free";
1511
+ .#{v.$css-prefix}.#{v.$css-prefix}-diamond {
1512
+ font-family: "Font Awesome 7 Free";
1510
1513
  font-weight: 400;
1511
1514
  }
1512
- .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond {
1513
- #{$fa-icon-property}: unquote('"#{ $fa-var-gem }"');
1515
+ .#{v.$css-prefix}.#{v.$css-prefix}-diamond {
1516
+ #{v.$icon-property}: string.unquote('"#{ v.$var-gem }"');
1514
1517
  }
1515
- .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender {
1516
- #{$fa-icon-property}: unquote('"#{ $fa-var-mars-and-venus }"');
1518
+ .#{v.$css-prefix}.#{v.$css-prefix}-transgender {
1519
+ #{v.$icon-property}: string.unquote('"#{ v.$var-mars-and-venus }"');
1517
1520
  }
1518
- .#{$fa-css-prefix}.#{$fa-css-prefix}-intersex {
1519
- #{$fa-icon-property}: unquote('"#{ $fa-var-mars-and-venus }"');
1521
+ .#{v.$css-prefix}.#{v.$css-prefix}-intersex {
1522
+ #{v.$icon-property}: string.unquote('"#{ v.$var-mars-and-venus }"');
1520
1523
  }
1521
- .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt {
1522
- #{$fa-icon-property}: unquote('"#{ $fa-var-transgender }"');
1524
+ .#{v.$css-prefix}.#{v.$css-prefix}-transgender-alt {
1525
+ #{v.$icon-property}: string.unquote('"#{ v.$var-transgender }"');
1523
1526
  }
1524
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
1525
- font-family: "Font Awesome 6 Brands";
1527
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-official {
1528
+ font-family: "Font Awesome 7 Brands";
1526
1529
  font-weight: 400;
1527
1530
  }
1528
- .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
1529
- #{$fa-icon-property}: unquote('"#{ $fa-var-facebook }"');
1531
+ .#{v.$css-prefix}.#{v.$css-prefix}-facebook-official {
1532
+ #{v.$icon-property}: string.unquote('"#{ v.$var-facebook }"');
1530
1533
  }
1531
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p {
1532
- font-family: "Font Awesome 6 Brands";
1534
+ .#{v.$css-prefix}.#{v.$css-prefix}-pinterest-p {
1535
+ font-family: "Font Awesome 7 Brands";
1533
1536
  font-weight: 400;
1534
1537
  }
1535
- .#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp {
1536
- font-family: "Font Awesome 6 Brands";
1538
+ .#{v.$css-prefix}.#{v.$css-prefix}-whatsapp {
1539
+ font-family: "Font Awesome 7 Brands";
1537
1540
  font-weight: 400;
1538
1541
  }
1539
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hotel {
1540
- #{$fa-icon-property}: unquote('"#{ $fa-var-bed }"');
1542
+ .#{v.$css-prefix}.#{v.$css-prefix}-hotel {
1543
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bed }"');
1541
1544
  }
1542
- .#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin {
1543
- font-family: "Font Awesome 6 Brands";
1545
+ .#{v.$css-prefix}.#{v.$css-prefix}-viacoin {
1546
+ font-family: "Font Awesome 7 Brands";
1544
1547
  font-weight: 400;
1545
1548
  }
1546
- .#{$fa-css-prefix}.#{$fa-css-prefix}-medium {
1547
- font-family: "Font Awesome 6 Brands";
1549
+ .#{v.$css-prefix}.#{v.$css-prefix}-medium {
1550
+ font-family: "Font Awesome 7 Brands";
1548
1551
  font-weight: 400;
1549
1552
  }
1550
- .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator {
1551
- font-family: "Font Awesome 6 Brands";
1553
+ .#{v.$css-prefix}.#{v.$css-prefix}-y-combinator {
1554
+ font-family: "Font Awesome 7 Brands";
1552
1555
  font-weight: 400;
1553
1556
  }
1554
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yc {
1555
- font-family: "Font Awesome 6 Brands";
1557
+ .#{v.$css-prefix}.#{v.$css-prefix}-yc {
1558
+ font-family: "Font Awesome 7 Brands";
1556
1559
  font-weight: 400;
1557
1560
  }
1558
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yc {
1559
- #{$fa-icon-property}: unquote('"#{ $fa-var-y-combinator }"');
1561
+ .#{v.$css-prefix}.#{v.$css-prefix}-yc {
1562
+ #{v.$icon-property}: string.unquote('"#{ v.$var-y-combinator }"');
1560
1563
  }
1561
- .#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster {
1562
- font-family: "Font Awesome 6 Brands";
1564
+ .#{v.$css-prefix}.#{v.$css-prefix}-optin-monster {
1565
+ font-family: "Font Awesome 7 Brands";
1563
1566
  font-weight: 400;
1564
1567
  }
1565
- .#{$fa-css-prefix}.#{$fa-css-prefix}-opencart {
1566
- font-family: "Font Awesome 6 Brands";
1568
+ .#{v.$css-prefix}.#{v.$css-prefix}-opencart {
1569
+ font-family: "Font Awesome 7 Brands";
1567
1570
  font-weight: 400;
1568
1571
  }
1569
- .#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl {
1570
- font-family: "Font Awesome 6 Brands";
1572
+ .#{v.$css-prefix}.#{v.$css-prefix}-expeditedssl {
1573
+ font-family: "Font Awesome 7 Brands";
1571
1574
  font-weight: 400;
1572
1575
  }
1573
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4 {
1574
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-full }"');
1576
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery-4 {
1577
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-full }"');
1575
1578
  }
1576
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery {
1577
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-full }"');
1579
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery {
1580
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-full }"');
1578
1581
  }
1579
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3 {
1580
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-three-quarters }"');
1582
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery-3 {
1583
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-three-quarters }"');
1581
1584
  }
1582
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2 {
1583
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-half }"');
1585
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery-2 {
1586
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-half }"');
1584
1587
  }
1585
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1 {
1586
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-quarter }"');
1588
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery-1 {
1589
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-quarter }"');
1587
1590
  }
1588
- .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0 {
1589
- #{$fa-icon-property}: unquote('"#{ $fa-var-battery-empty }"');
1591
+ .#{v.$css-prefix}.#{v.$css-prefix}-battery-0 {
1592
+ #{v.$icon-property}: string.unquote('"#{ v.$var-battery-empty }"');
1590
1593
  }
1591
- .#{$fa-css-prefix}.#{$fa-css-prefix}-object-group {
1592
- font-family: "Font Awesome 6 Free";
1594
+ .#{v.$css-prefix}.#{v.$css-prefix}-object-group {
1595
+ font-family: "Font Awesome 7 Free";
1593
1596
  font-weight: 400;
1594
1597
  }
1595
- .#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup {
1596
- font-family: "Font Awesome 6 Free";
1598
+ .#{v.$css-prefix}.#{v.$css-prefix}-object-ungroup {
1599
+ font-family: "Font Awesome 7 Free";
1597
1600
  font-weight: 400;
1598
1601
  }
1599
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o {
1600
- font-family: "Font Awesome 6 Free";
1602
+ .#{v.$css-prefix}.#{v.$css-prefix}-sticky-note-o {
1603
+ font-family: "Font Awesome 7 Free";
1601
1604
  font-weight: 400;
1602
1605
  }
1603
- .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o {
1604
- #{$fa-icon-property}: unquote('"#{ $fa-var-note-sticky }"');
1606
+ .#{v.$css-prefix}.#{v.$css-prefix}-sticky-note-o {
1607
+ #{v.$icon-property}: string.unquote('"#{ v.$var-note-sticky }"');
1605
1608
  }
1606
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb {
1607
- font-family: "Font Awesome 6 Brands";
1609
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-jcb {
1610
+ font-family: "Font Awesome 7 Brands";
1608
1611
  font-weight: 400;
1609
1612
  }
1610
- .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club {
1611
- font-family: "Font Awesome 6 Brands";
1613
+ .#{v.$css-prefix}.#{v.$css-prefix}-cc-diners-club {
1614
+ font-family: "Font Awesome 7 Brands";
1612
1615
  font-weight: 400;
1613
1616
  }
1614
- .#{$fa-css-prefix}.#{$fa-css-prefix}-clone {
1615
- font-family: "Font Awesome 6 Free";
1617
+ .#{v.$css-prefix}.#{v.$css-prefix}-clone {
1618
+ font-family: "Font Awesome 7 Free";
1616
1619
  font-weight: 400;
1617
1620
  }
1618
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o {
1619
- #{$fa-icon-property}: unquote('"#{ $fa-var-hourglass }"');
1621
+ .#{v.$css-prefix}.#{v.$css-prefix}-hourglass-o {
1622
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hourglass }"');
1620
1623
  }
1621
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1 {
1622
- #{$fa-icon-property}: unquote('"#{ $fa-var-hourglass-start }"');
1624
+ .#{v.$css-prefix}.#{v.$css-prefix}-hourglass-1 {
1625
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hourglass-start }"');
1623
1626
  }
1624
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2 {
1625
- #{$fa-icon-property}: unquote('"#{ $fa-var-hourglass-half }"');
1627
+ .#{v.$css-prefix}.#{v.$css-prefix}-hourglass-2 {
1628
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hourglass-half }"');
1626
1629
  }
1627
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3 {
1628
- #{$fa-icon-property}: unquote('"#{ $fa-var-hourglass-end }"');
1630
+ .#{v.$css-prefix}.#{v.$css-prefix}-hourglass-3 {
1631
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hourglass-end }"');
1629
1632
  }
1630
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
1631
- font-family: "Font Awesome 6 Free";
1633
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-rock-o {
1634
+ font-family: "Font Awesome 7 Free";
1632
1635
  font-weight: 400;
1633
1636
  }
1634
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
1635
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-back-fist }"');
1637
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-rock-o {
1638
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-back-fist }"');
1636
1639
  }
1637
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
1638
- font-family: "Font Awesome 6 Free";
1640
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-grab-o {
1641
+ font-family: "Font Awesome 7 Free";
1639
1642
  font-weight: 400;
1640
1643
  }
1641
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
1642
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-back-fist }"');
1644
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-grab-o {
1645
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-back-fist }"');
1643
1646
  }
1644
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
1645
- font-family: "Font Awesome 6 Free";
1647
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-paper-o {
1648
+ font-family: "Font Awesome 7 Free";
1646
1649
  font-weight: 400;
1647
1650
  }
1648
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
1649
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand }"');
1651
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-paper-o {
1652
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand }"');
1650
1653
  }
1651
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
1652
- font-family: "Font Awesome 6 Free";
1654
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-stop-o {
1655
+ font-family: "Font Awesome 7 Free";
1653
1656
  font-weight: 400;
1654
1657
  }
1655
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
1656
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand }"');
1658
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-stop-o {
1659
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand }"');
1657
1660
  }
1658
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
1659
- font-family: "Font Awesome 6 Free";
1661
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-scissors-o {
1662
+ font-family: "Font Awesome 7 Free";
1660
1663
  font-weight: 400;
1661
1664
  }
1662
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
1663
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-scissors }"');
1665
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-scissors-o {
1666
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-scissors }"');
1664
1667
  }
1665
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
1666
- font-family: "Font Awesome 6 Free";
1668
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-lizard-o {
1669
+ font-family: "Font Awesome 7 Free";
1667
1670
  font-weight: 400;
1668
1671
  }
1669
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
1670
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-lizard }"');
1672
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-lizard-o {
1673
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-lizard }"');
1671
1674
  }
1672
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
1673
- font-family: "Font Awesome 6 Free";
1675
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-spock-o {
1676
+ font-family: "Font Awesome 7 Free";
1674
1677
  font-weight: 400;
1675
1678
  }
1676
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
1677
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-spock }"');
1679
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-spock-o {
1680
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-spock }"');
1678
1681
  }
1679
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
1680
- font-family: "Font Awesome 6 Free";
1682
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-pointer-o {
1683
+ font-family: "Font Awesome 7 Free";
1681
1684
  font-weight: 400;
1682
1685
  }
1683
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
1684
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-pointer }"');
1686
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-pointer-o {
1687
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-pointer }"');
1685
1688
  }
1686
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
1687
- font-family: "Font Awesome 6 Free";
1689
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-peace-o {
1690
+ font-family: "Font Awesome 7 Free";
1688
1691
  font-weight: 400;
1689
1692
  }
1690
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
1691
- #{$fa-icon-property}: unquote('"#{ $fa-var-hand-peace }"');
1693
+ .#{v.$css-prefix}.#{v.$css-prefix}-hand-peace-o {
1694
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hand-peace }"');
1692
1695
  }
1693
- .#{$fa-css-prefix}.#{$fa-css-prefix}-registered {
1694
- font-family: "Font Awesome 6 Free";
1696
+ .#{v.$css-prefix}.#{v.$css-prefix}-registered {
1697
+ font-family: "Font Awesome 7 Free";
1695
1698
  font-weight: 400;
1696
1699
  }
1697
- .#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons {
1698
- font-family: "Font Awesome 6 Brands";
1700
+ .#{v.$css-prefix}.#{v.$css-prefix}-creative-commons {
1701
+ font-family: "Font Awesome 7 Brands";
1699
1702
  font-weight: 400;
1700
1703
  }
1701
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gg {
1702
- font-family: "Font Awesome 6 Brands";
1704
+ .#{v.$css-prefix}.#{v.$css-prefix}-gg {
1705
+ font-family: "Font Awesome 7 Brands";
1703
1706
  font-weight: 400;
1704
1707
  }
1705
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle {
1706
- font-family: "Font Awesome 6 Brands";
1708
+ .#{v.$css-prefix}.#{v.$css-prefix}-gg-circle {
1709
+ font-family: "Font Awesome 7 Brands";
1707
1710
  font-weight: 400;
1708
1711
  }
1709
- .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki {
1710
- font-family: "Font Awesome 6 Brands";
1712
+ .#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki {
1713
+ font-family: "Font Awesome 7 Brands";
1711
1714
  font-weight: 400;
1712
1715
  }
1713
- .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square {
1714
- font-family: "Font Awesome 6 Brands";
1716
+ .#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki-square {
1717
+ font-family: "Font Awesome 7 Brands";
1715
1718
  font-weight: 400;
1716
1719
  }
1717
- .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square {
1718
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-odnoklassniki }"');
1720
+ .#{v.$css-prefix}.#{v.$css-prefix}-odnoklassniki-square {
1721
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-odnoklassniki }"');
1719
1722
  }
1720
- .#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket {
1721
- font-family: "Font Awesome 6 Brands";
1723
+ .#{v.$css-prefix}.#{v.$css-prefix}-get-pocket {
1724
+ font-family: "Font Awesome 7 Brands";
1722
1725
  font-weight: 400;
1723
1726
  }
1724
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w {
1725
- font-family: "Font Awesome 6 Brands";
1727
+ .#{v.$css-prefix}.#{v.$css-prefix}-wikipedia-w {
1728
+ font-family: "Font Awesome 7 Brands";
1726
1729
  font-weight: 400;
1727
1730
  }
1728
- .#{$fa-css-prefix}.#{$fa-css-prefix}-safari {
1729
- font-family: "Font Awesome 6 Brands";
1731
+ .#{v.$css-prefix}.#{v.$css-prefix}-safari {
1732
+ font-family: "Font Awesome 7 Brands";
1730
1733
  font-weight: 400;
1731
1734
  }
1732
- .#{$fa-css-prefix}.#{$fa-css-prefix}-chrome {
1733
- font-family: "Font Awesome 6 Brands";
1735
+ .#{v.$css-prefix}.#{v.$css-prefix}-chrome {
1736
+ font-family: "Font Awesome 7 Brands";
1734
1737
  font-weight: 400;
1735
1738
  }
1736
- .#{$fa-css-prefix}.#{$fa-css-prefix}-firefox {
1737
- font-family: "Font Awesome 6 Brands";
1739
+ .#{v.$css-prefix}.#{v.$css-prefix}-firefox {
1740
+ font-family: "Font Awesome 7 Brands";
1738
1741
  font-weight: 400;
1739
1742
  }
1740
- .#{$fa-css-prefix}.#{$fa-css-prefix}-opera {
1741
- font-family: "Font Awesome 6 Brands";
1743
+ .#{v.$css-prefix}.#{v.$css-prefix}-opera {
1744
+ font-family: "Font Awesome 7 Brands";
1742
1745
  font-weight: 400;
1743
1746
  }
1744
- .#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer {
1745
- font-family: "Font Awesome 6 Brands";
1747
+ .#{v.$css-prefix}.#{v.$css-prefix}-internet-explorer {
1748
+ font-family: "Font Awesome 7 Brands";
1746
1749
  font-weight: 400;
1747
1750
  }
1748
- .#{$fa-css-prefix}.#{$fa-css-prefix}-television {
1749
- #{$fa-icon-property}: unquote('"#{ $fa-var-tv }"');
1751
+ .#{v.$css-prefix}.#{v.$css-prefix}-television {
1752
+ #{v.$icon-property}: string.unquote('"#{ v.$var-tv }"');
1750
1753
  }
1751
- .#{$fa-css-prefix}.#{$fa-css-prefix}-contao {
1752
- font-family: "Font Awesome 6 Brands";
1754
+ .#{v.$css-prefix}.#{v.$css-prefix}-contao {
1755
+ font-family: "Font Awesome 7 Brands";
1753
1756
  font-weight: 400;
1754
1757
  }
1755
- .#{$fa-css-prefix}.#{$fa-css-prefix}-500px {
1756
- font-family: "Font Awesome 6 Brands";
1758
+ .#{v.$css-prefix}.#{v.$css-prefix}-500px {
1759
+ font-family: "Font Awesome 7 Brands";
1757
1760
  font-weight: 400;
1758
1761
  }
1759
- .#{$fa-css-prefix}.#{$fa-css-prefix}-amazon {
1760
- font-family: "Font Awesome 6 Brands";
1762
+ .#{v.$css-prefix}.#{v.$css-prefix}-amazon {
1763
+ font-family: "Font Awesome 7 Brands";
1761
1764
  font-weight: 400;
1762
1765
  }
1763
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o {
1764
- font-family: "Font Awesome 6 Free";
1766
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-plus-o {
1767
+ font-family: "Font Awesome 7 Free";
1765
1768
  font-weight: 400;
1766
1769
  }
1767
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o {
1768
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar-plus }"');
1770
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-plus-o {
1771
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar-plus }"');
1769
1772
  }
1770
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
1771
- font-family: "Font Awesome 6 Free";
1773
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-minus-o {
1774
+ font-family: "Font Awesome 7 Free";
1772
1775
  font-weight: 400;
1773
1776
  }
1774
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
1775
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar-minus }"');
1777
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-minus-o {
1778
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar-minus }"');
1776
1779
  }
1777
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
1778
- font-family: "Font Awesome 6 Free";
1780
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-times-o {
1781
+ font-family: "Font Awesome 7 Free";
1779
1782
  font-weight: 400;
1780
1783
  }
1781
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
1782
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar-xmark }"');
1784
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-times-o {
1785
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar-xmark }"');
1783
1786
  }
1784
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
1785
- font-family: "Font Awesome 6 Free";
1787
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-check-o {
1788
+ font-family: "Font Awesome 7 Free";
1786
1789
  font-weight: 400;
1787
1790
  }
1788
- .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
1789
- #{$fa-icon-property}: unquote('"#{ $fa-var-calendar-check }"');
1791
+ .#{v.$css-prefix}.#{v.$css-prefix}-calendar-check-o {
1792
+ #{v.$icon-property}: string.unquote('"#{ v.$var-calendar-check }"');
1790
1793
  }
1791
- .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
1792
- font-family: "Font Awesome 6 Free";
1794
+ .#{v.$css-prefix}.#{v.$css-prefix}-map-o {
1795
+ font-family: "Font Awesome 7 Free";
1793
1796
  font-weight: 400;
1794
1797
  }
1795
- .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
1796
- #{$fa-icon-property}: unquote('"#{ $fa-var-map }"');
1798
+ .#{v.$css-prefix}.#{v.$css-prefix}-map-o {
1799
+ #{v.$icon-property}: string.unquote('"#{ v.$var-map }"');
1797
1800
  }
1798
- .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting {
1799
- #{$fa-icon-property}: unquote('"#{ $fa-var-comment-dots }"');
1801
+ .#{v.$css-prefix}.#{v.$css-prefix}-commenting {
1802
+ #{v.$icon-property}: string.unquote('"#{ v.$var-comment-dots }"');
1800
1803
  }
1801
- .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
1802
- font-family: "Font Awesome 6 Free";
1804
+ .#{v.$css-prefix}.#{v.$css-prefix}-commenting-o {
1805
+ font-family: "Font Awesome 7 Free";
1803
1806
  font-weight: 400;
1804
1807
  }
1805
- .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
1806
- #{$fa-icon-property}: unquote('"#{ $fa-var-comment-dots }"');
1808
+ .#{v.$css-prefix}.#{v.$css-prefix}-commenting-o {
1809
+ #{v.$icon-property}: string.unquote('"#{ v.$var-comment-dots }"');
1807
1810
  }
1808
- .#{$fa-css-prefix}.#{$fa-css-prefix}-houzz {
1809
- font-family: "Font Awesome 6 Brands";
1811
+ .#{v.$css-prefix}.#{v.$css-prefix}-houzz {
1812
+ font-family: "Font Awesome 7 Brands";
1810
1813
  font-weight: 400;
1811
1814
  }
1812
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo {
1813
- font-family: "Font Awesome 6 Brands";
1815
+ .#{v.$css-prefix}.#{v.$css-prefix}-vimeo {
1816
+ font-family: "Font Awesome 7 Brands";
1814
1817
  font-weight: 400;
1815
1818
  }
1816
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo {
1817
- #{$fa-icon-property}: unquote('"#{ $fa-var-vimeo-v }"');
1819
+ .#{v.$css-prefix}.#{v.$css-prefix}-vimeo {
1820
+ #{v.$icon-property}: string.unquote('"#{ v.$var-vimeo-v }"');
1818
1821
  }
1819
- .#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie {
1820
- font-family: "Font Awesome 6 Brands";
1822
+ .#{v.$css-prefix}.#{v.$css-prefix}-black-tie {
1823
+ font-family: "Font Awesome 7 Brands";
1821
1824
  font-weight: 400;
1822
1825
  }
1823
- .#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons {
1824
- font-family: "Font Awesome 6 Brands";
1826
+ .#{v.$css-prefix}.#{v.$css-prefix}-fonticons {
1827
+ font-family: "Font Awesome 7 Brands";
1825
1828
  font-weight: 400;
1826
1829
  }
1827
- .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien {
1828
- font-family: "Font Awesome 6 Brands";
1830
+ .#{v.$css-prefix}.#{v.$css-prefix}-reddit-alien {
1831
+ font-family: "Font Awesome 7 Brands";
1829
1832
  font-weight: 400;
1830
1833
  }
1831
- .#{$fa-css-prefix}.#{$fa-css-prefix}-edge {
1832
- font-family: "Font Awesome 6 Brands";
1834
+ .#{v.$css-prefix}.#{v.$css-prefix}-edge {
1835
+ font-family: "Font Awesome 7 Brands";
1833
1836
  font-weight: 400;
1834
1837
  }
1835
- .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt {
1836
- #{$fa-icon-property}: unquote('"#{ $fa-var-credit-card }"');
1838
+ .#{v.$css-prefix}.#{v.$css-prefix}-credit-card-alt {
1839
+ #{v.$icon-property}: string.unquote('"#{ v.$var-credit-card }"');
1837
1840
  }
1838
- .#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie {
1839
- font-family: "Font Awesome 6 Brands";
1841
+ .#{v.$css-prefix}.#{v.$css-prefix}-codiepie {
1842
+ font-family: "Font Awesome 7 Brands";
1840
1843
  font-weight: 400;
1841
1844
  }
1842
- .#{$fa-css-prefix}.#{$fa-css-prefix}-modx {
1843
- font-family: "Font Awesome 6 Brands";
1845
+ .#{v.$css-prefix}.#{v.$css-prefix}-modx {
1846
+ font-family: "Font Awesome 7 Brands";
1844
1847
  font-weight: 400;
1845
1848
  }
1846
- .#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome {
1847
- font-family: "Font Awesome 6 Brands";
1849
+ .#{v.$css-prefix}.#{v.$css-prefix}-fort-awesome {
1850
+ font-family: "Font Awesome 7 Brands";
1848
1851
  font-weight: 400;
1849
1852
  }
1850
- .#{$fa-css-prefix}.#{$fa-css-prefix}-usb {
1851
- font-family: "Font Awesome 6 Brands";
1853
+ .#{v.$css-prefix}.#{v.$css-prefix}-usb {
1854
+ font-family: "Font Awesome 7 Brands";
1852
1855
  font-weight: 400;
1853
1856
  }
1854
- .#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt {
1855
- font-family: "Font Awesome 6 Brands";
1857
+ .#{v.$css-prefix}.#{v.$css-prefix}-product-hunt {
1858
+ font-family: "Font Awesome 7 Brands";
1856
1859
  font-weight: 400;
1857
1860
  }
1858
- .#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud {
1859
- font-family: "Font Awesome 6 Brands";
1861
+ .#{v.$css-prefix}.#{v.$css-prefix}-mixcloud {
1862
+ font-family: "Font Awesome 7 Brands";
1860
1863
  font-weight: 400;
1861
1864
  }
1862
- .#{$fa-css-prefix}.#{$fa-css-prefix}-scribd {
1863
- font-family: "Font Awesome 6 Brands";
1865
+ .#{v.$css-prefix}.#{v.$css-prefix}-scribd {
1866
+ font-family: "Font Awesome 7 Brands";
1864
1867
  font-weight: 400;
1865
1868
  }
1866
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o {
1867
- font-family: "Font Awesome 6 Free";
1869
+ .#{v.$css-prefix}.#{v.$css-prefix}-pause-circle-o {
1870
+ font-family: "Font Awesome 7 Free";
1868
1871
  font-weight: 400;
1869
1872
  }
1870
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o {
1871
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-pause }"');
1873
+ .#{v.$css-prefix}.#{v.$css-prefix}-pause-circle-o {
1874
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-pause }"');
1872
1875
  }
1873
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
1874
- font-family: "Font Awesome 6 Free";
1876
+ .#{v.$css-prefix}.#{v.$css-prefix}-stop-circle-o {
1877
+ font-family: "Font Awesome 7 Free";
1875
1878
  font-weight: 400;
1876
1879
  }
1877
- .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
1878
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-stop }"');
1880
+ .#{v.$css-prefix}.#{v.$css-prefix}-stop-circle-o {
1881
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-stop }"');
1879
1882
  }
1880
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth {
1881
- font-family: "Font Awesome 6 Brands";
1883
+ .#{v.$css-prefix}.#{v.$css-prefix}-bluetooth {
1884
+ font-family: "Font Awesome 7 Brands";
1882
1885
  font-weight: 400;
1883
1886
  }
1884
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b {
1885
- font-family: "Font Awesome 6 Brands";
1887
+ .#{v.$css-prefix}.#{v.$css-prefix}-bluetooth-b {
1888
+ font-family: "Font Awesome 7 Brands";
1886
1889
  font-weight: 400;
1887
1890
  }
1888
- .#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab {
1889
- font-family: "Font Awesome 6 Brands";
1891
+ .#{v.$css-prefix}.#{v.$css-prefix}-gitlab {
1892
+ font-family: "Font Awesome 7 Brands";
1890
1893
  font-weight: 400;
1891
1894
  }
1892
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner {
1893
- font-family: "Font Awesome 6 Brands";
1895
+ .#{v.$css-prefix}.#{v.$css-prefix}-wpbeginner {
1896
+ font-family: "Font Awesome 7 Brands";
1894
1897
  font-weight: 400;
1895
1898
  }
1896
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms {
1897
- font-family: "Font Awesome 6 Brands";
1899
+ .#{v.$css-prefix}.#{v.$css-prefix}-wpforms {
1900
+ font-family: "Font Awesome 7 Brands";
1898
1901
  font-weight: 400;
1899
1902
  }
1900
- .#{$fa-css-prefix}.#{$fa-css-prefix}-envira {
1901
- font-family: "Font Awesome 6 Brands";
1903
+ .#{v.$css-prefix}.#{v.$css-prefix}-envira {
1904
+ font-family: "Font Awesome 7 Brands";
1902
1905
  font-weight: 400;
1903
1906
  }
1904
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt {
1905
- font-family: "Font Awesome 6 Brands";
1907
+ .#{v.$css-prefix}.#{v.$css-prefix}-wheelchair-alt {
1908
+ font-family: "Font Awesome 7 Brands";
1906
1909
  font-weight: 400;
1907
1910
  }
1908
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt {
1909
- #{$fa-icon-property}: unquote('"#{ $fa-var-accessible-icon }"');
1911
+ .#{v.$css-prefix}.#{v.$css-prefix}-wheelchair-alt {
1912
+ #{v.$icon-property}: string.unquote('"#{ v.$var-accessible-icon }"');
1910
1913
  }
1911
- .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
1912
- font-family: "Font Awesome 6 Free";
1914
+ .#{v.$css-prefix}.#{v.$css-prefix}-question-circle-o {
1915
+ font-family: "Font Awesome 7 Free";
1913
1916
  font-weight: 400;
1914
1917
  }
1915
- .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
1916
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-question }"');
1918
+ .#{v.$css-prefix}.#{v.$css-prefix}-question-circle-o {
1919
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-question }"');
1917
1920
  }
1918
- .#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone {
1919
- #{$fa-icon-property}: unquote('"#{ $fa-var-phone-volume }"');
1921
+ .#{v.$css-prefix}.#{v.$css-prefix}-volume-control-phone {
1922
+ #{v.$icon-property}: string.unquote('"#{ v.$var-phone-volume }"');
1920
1923
  }
1921
- .#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting {
1922
- #{$fa-icon-property}: unquote('"#{ $fa-var-hands-asl-interpreting }"');
1924
+ .#{v.$css-prefix}.#{v.$css-prefix}-asl-interpreting {
1925
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hands-asl-interpreting }"');
1923
1926
  }
1924
- .#{$fa-css-prefix}.#{$fa-css-prefix}-deafness {
1925
- #{$fa-icon-property}: unquote('"#{ $fa-var-ear-deaf }"');
1927
+ .#{v.$css-prefix}.#{v.$css-prefix}-deafness {
1928
+ #{v.$icon-property}: string.unquote('"#{ v.$var-ear-deaf }"');
1926
1929
  }
1927
- .#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing {
1928
- #{$fa-icon-property}: unquote('"#{ $fa-var-ear-deaf }"');
1930
+ .#{v.$css-prefix}.#{v.$css-prefix}-hard-of-hearing {
1931
+ #{v.$icon-property}: string.unquote('"#{ v.$var-ear-deaf }"');
1929
1932
  }
1930
- .#{$fa-css-prefix}.#{$fa-css-prefix}-glide {
1931
- font-family: "Font Awesome 6 Brands";
1933
+ .#{v.$css-prefix}.#{v.$css-prefix}-glide {
1934
+ font-family: "Font Awesome 7 Brands";
1932
1935
  font-weight: 400;
1933
1936
  }
1934
- .#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g {
1935
- font-family: "Font Awesome 6 Brands";
1937
+ .#{v.$css-prefix}.#{v.$css-prefix}-glide-g {
1938
+ font-family: "Font Awesome 7 Brands";
1936
1939
  font-weight: 400;
1937
1940
  }
1938
- .#{$fa-css-prefix}.#{$fa-css-prefix}-signing {
1939
- #{$fa-icon-property}: unquote('"#{ $fa-var-hands }"');
1941
+ .#{v.$css-prefix}.#{v.$css-prefix}-signing {
1942
+ #{v.$icon-property}: string.unquote('"#{ v.$var-hands }"');
1940
1943
  }
1941
- .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo {
1942
- font-family: "Font Awesome 6 Brands";
1944
+ .#{v.$css-prefix}.#{v.$css-prefix}-viadeo {
1945
+ font-family: "Font Awesome 7 Brands";
1943
1946
  font-weight: 400;
1944
1947
  }
1945
- .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square {
1946
- font-family: "Font Awesome 6 Brands";
1948
+ .#{v.$css-prefix}.#{v.$css-prefix}-viadeo-square {
1949
+ font-family: "Font Awesome 7 Brands";
1947
1950
  font-weight: 400;
1948
1951
  }
1949
- .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square {
1950
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-viadeo }"');
1952
+ .#{v.$css-prefix}.#{v.$css-prefix}-viadeo-square {
1953
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-viadeo }"');
1951
1954
  }
1952
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat {
1953
- font-family: "Font Awesome 6 Brands";
1955
+ .#{v.$css-prefix}.#{v.$css-prefix}-snapchat {
1956
+ font-family: "Font Awesome 7 Brands";
1954
1957
  font-weight: 400;
1955
1958
  }
1956
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost {
1957
- font-family: "Font Awesome 6 Brands";
1959
+ .#{v.$css-prefix}.#{v.$css-prefix}-snapchat-ghost {
1960
+ font-family: "Font Awesome 7 Brands";
1958
1961
  font-weight: 400;
1959
1962
  }
1960
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost {
1961
- #{$fa-icon-property}: unquote('"#{ $fa-var-snapchat }"');
1963
+ .#{v.$css-prefix}.#{v.$css-prefix}-snapchat-ghost {
1964
+ #{v.$icon-property}: string.unquote('"#{ v.$var-snapchat }"');
1962
1965
  }
1963
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
1964
- font-family: "Font Awesome 6 Brands";
1966
+ .#{v.$css-prefix}.#{v.$css-prefix}-snapchat-square {
1967
+ font-family: "Font Awesome 7 Brands";
1965
1968
  font-weight: 400;
1966
1969
  }
1967
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
1968
- #{$fa-icon-property}: unquote('"#{ $fa-var-square-snapchat }"');
1970
+ .#{v.$css-prefix}.#{v.$css-prefix}-snapchat-square {
1971
+ #{v.$icon-property}: string.unquote('"#{ v.$var-square-snapchat }"');
1969
1972
  }
1970
- .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper {
1971
- font-family: "Font Awesome 6 Brands";
1973
+ .#{v.$css-prefix}.#{v.$css-prefix}-pied-piper {
1974
+ font-family: "Font Awesome 7 Brands";
1972
1975
  font-weight: 400;
1973
1976
  }
1974
- .#{$fa-css-prefix}.#{$fa-css-prefix}-first-order {
1975
- font-family: "Font Awesome 6 Brands";
1977
+ .#{v.$css-prefix}.#{v.$css-prefix}-first-order {
1978
+ font-family: "Font Awesome 7 Brands";
1976
1979
  font-weight: 400;
1977
1980
  }
1978
- .#{$fa-css-prefix}.#{$fa-css-prefix}-yoast {
1979
- font-family: "Font Awesome 6 Brands";
1981
+ .#{v.$css-prefix}.#{v.$css-prefix}-yoast {
1982
+ font-family: "Font Awesome 7 Brands";
1980
1983
  font-weight: 400;
1981
1984
  }
1982
- .#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle {
1983
- font-family: "Font Awesome 6 Brands";
1985
+ .#{v.$css-prefix}.#{v.$css-prefix}-themeisle {
1986
+ font-family: "Font Awesome 7 Brands";
1984
1987
  font-weight: 400;
1985
1988
  }
1986
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official {
1987
- font-family: "Font Awesome 6 Brands";
1989
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-official {
1990
+ font-family: "Font Awesome 7 Brands";
1988
1991
  font-weight: 400;
1989
1992
  }
1990
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official {
1991
- #{$fa-icon-property}: unquote('"#{ $fa-var-google-plus }"');
1993
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-official {
1994
+ #{v.$icon-property}: string.unquote('"#{ v.$var-google-plus }"');
1992
1995
  }
1993
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
1994
- font-family: "Font Awesome 6 Brands";
1996
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-circle {
1997
+ font-family: "Font Awesome 7 Brands";
1995
1998
  font-weight: 400;
1996
1999
  }
1997
- .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
1998
- #{$fa-icon-property}: unquote('"#{ $fa-var-google-plus }"');
2000
+ .#{v.$css-prefix}.#{v.$css-prefix}-google-plus-circle {
2001
+ #{v.$icon-property}: string.unquote('"#{ v.$var-google-plus }"');
1999
2002
  }
2000
- .#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome {
2001
- font-family: "Font Awesome 6 Brands";
2003
+ .#{v.$css-prefix}.#{v.$css-prefix}-font-awesome {
2004
+ font-family: "Font Awesome 7 Brands";
2002
2005
  font-weight: 400;
2003
2006
  }
2004
- .#{$fa-css-prefix}.#{$fa-css-prefix}-fa {
2005
- font-family: "Font Awesome 6 Brands";
2007
+ .#{v.$css-prefix}.#{v.$css-prefix}-fa {
2008
+ font-family: "Font Awesome 7 Brands";
2006
2009
  font-weight: 400;
2007
2010
  }
2008
- .#{$fa-css-prefix}.#{$fa-css-prefix}-fa {
2009
- #{$fa-icon-property}: unquote('"#{ $fa-var-font-awesome }"');
2011
+ .#{v.$css-prefix}.#{v.$css-prefix}-fa {
2012
+ #{v.$icon-property}: string.unquote('"#{ v.$var-font-awesome }"');
2010
2013
  }
2011
- .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
2012
- font-family: "Font Awesome 6 Free";
2014
+ .#{v.$css-prefix}.#{v.$css-prefix}-handshake-o {
2015
+ font-family: "Font Awesome 7 Free";
2013
2016
  font-weight: 400;
2014
2017
  }
2015
- .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
2016
- #{$fa-icon-property}: unquote('"#{ $fa-var-handshake }"');
2018
+ .#{v.$css-prefix}.#{v.$css-prefix}-handshake-o {
2019
+ #{v.$icon-property}: string.unquote('"#{ v.$var-handshake }"');
2017
2020
  }
2018
- .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
2019
- font-family: "Font Awesome 6 Free";
2021
+ .#{v.$css-prefix}.#{v.$css-prefix}-envelope-open-o {
2022
+ font-family: "Font Awesome 7 Free";
2020
2023
  font-weight: 400;
2021
2024
  }
2022
- .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
2023
- #{$fa-icon-property}: unquote('"#{ $fa-var-envelope-open }"');
2025
+ .#{v.$css-prefix}.#{v.$css-prefix}-envelope-open-o {
2026
+ #{v.$icon-property}: string.unquote('"#{ v.$var-envelope-open }"');
2024
2027
  }
2025
- .#{$fa-css-prefix}.#{$fa-css-prefix}-linode {
2026
- font-family: "Font Awesome 6 Brands";
2028
+ .#{v.$css-prefix}.#{v.$css-prefix}-linode {
2029
+ font-family: "Font Awesome 7 Brands";
2027
2030
  font-weight: 400;
2028
2031
  }
2029
- .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o {
2030
- font-family: "Font Awesome 6 Free";
2032
+ .#{v.$css-prefix}.#{v.$css-prefix}-address-book-o {
2033
+ font-family: "Font Awesome 7 Free";
2031
2034
  font-weight: 400;
2032
2035
  }
2033
- .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o {
2034
- #{$fa-icon-property}: unquote('"#{ $fa-var-address-book }"');
2036
+ .#{v.$css-prefix}.#{v.$css-prefix}-address-book-o {
2037
+ #{v.$icon-property}: string.unquote('"#{ v.$var-address-book }"');
2035
2038
  }
2036
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard {
2037
- #{$fa-icon-property}: unquote('"#{ $fa-var-address-card }"');
2039
+ .#{v.$css-prefix}.#{v.$css-prefix}-vcard {
2040
+ #{v.$icon-property}: string.unquote('"#{ v.$var-address-card }"');
2038
2041
  }
2039
- .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
2040
- font-family: "Font Awesome 6 Free";
2042
+ .#{v.$css-prefix}.#{v.$css-prefix}-address-card-o {
2043
+ font-family: "Font Awesome 7 Free";
2041
2044
  font-weight: 400;
2042
2045
  }
2043
- .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
2044
- #{$fa-icon-property}: unquote('"#{ $fa-var-address-card }"');
2046
+ .#{v.$css-prefix}.#{v.$css-prefix}-address-card-o {
2047
+ #{v.$icon-property}: string.unquote('"#{ v.$var-address-card }"');
2045
2048
  }
2046
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
2047
- font-family: "Font Awesome 6 Free";
2049
+ .#{v.$css-prefix}.#{v.$css-prefix}-vcard-o {
2050
+ font-family: "Font Awesome 7 Free";
2048
2051
  font-weight: 400;
2049
2052
  }
2050
- .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
2051
- #{$fa-icon-property}: unquote('"#{ $fa-var-address-card }"');
2053
+ .#{v.$css-prefix}.#{v.$css-prefix}-vcard-o {
2054
+ #{v.$icon-property}: string.unquote('"#{ v.$var-address-card }"');
2052
2055
  }
2053
- .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
2054
- font-family: "Font Awesome 6 Free";
2056
+ .#{v.$css-prefix}.#{v.$css-prefix}-user-circle-o {
2057
+ font-family: "Font Awesome 7 Free";
2055
2058
  font-weight: 400;
2056
2059
  }
2057
- .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
2058
- #{$fa-icon-property}: unquote('"#{ $fa-var-circle-user }"');
2060
+ .#{v.$css-prefix}.#{v.$css-prefix}-user-circle-o {
2061
+ #{v.$icon-property}: string.unquote('"#{ v.$var-circle-user }"');
2059
2062
  }
2060
- .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
2061
- font-family: "Font Awesome 6 Free";
2063
+ .#{v.$css-prefix}.#{v.$css-prefix}-user-o {
2064
+ font-family: "Font Awesome 7 Free";
2062
2065
  font-weight: 400;
2063
2066
  }
2064
- .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
2065
- #{$fa-icon-property}: unquote('"#{ $fa-var-user }"');
2067
+ .#{v.$css-prefix}.#{v.$css-prefix}-user-o {
2068
+ #{v.$icon-property}: string.unquote('"#{ v.$var-user }"');
2066
2069
  }
2067
- .#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge {
2068
- font-family: "Font Awesome 6 Free";
2070
+ .#{v.$css-prefix}.#{v.$css-prefix}-id-badge {
2071
+ font-family: "Font Awesome 7 Free";
2069
2072
  font-weight: 400;
2070
2073
  }
2071
- .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license {
2072
- #{$fa-icon-property}: unquote('"#{ $fa-var-id-card }"');
2074
+ .#{v.$css-prefix}.#{v.$css-prefix}-drivers-license {
2075
+ #{v.$icon-property}: string.unquote('"#{ v.$var-id-card }"');
2073
2076
  }
2074
- .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
2075
- font-family: "Font Awesome 6 Free";
2077
+ .#{v.$css-prefix}.#{v.$css-prefix}-id-card-o {
2078
+ font-family: "Font Awesome 7 Free";
2076
2079
  font-weight: 400;
2077
2080
  }
2078
- .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
2079
- #{$fa-icon-property}: unquote('"#{ $fa-var-id-card }"');
2081
+ .#{v.$css-prefix}.#{v.$css-prefix}-id-card-o {
2082
+ #{v.$icon-property}: string.unquote('"#{ v.$var-id-card }"');
2080
2083
  }
2081
- .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
2082
- font-family: "Font Awesome 6 Free";
2084
+ .#{v.$css-prefix}.#{v.$css-prefix}-drivers-license-o {
2085
+ font-family: "Font Awesome 7 Free";
2083
2086
  font-weight: 400;
2084
2087
  }
2085
- .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
2086
- #{$fa-icon-property}: unquote('"#{ $fa-var-id-card }"');
2088
+ .#{v.$css-prefix}.#{v.$css-prefix}-drivers-license-o {
2089
+ #{v.$icon-property}: string.unquote('"#{ v.$var-id-card }"');
2087
2090
  }
2088
- .#{$fa-css-prefix}.#{$fa-css-prefix}-quora {
2089
- font-family: "Font Awesome 6 Brands";
2091
+ .#{v.$css-prefix}.#{v.$css-prefix}-quora {
2092
+ font-family: "Font Awesome 7 Brands";
2090
2093
  font-weight: 400;
2091
2094
  }
2092
- .#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp {
2093
- font-family: "Font Awesome 6 Brands";
2095
+ .#{v.$css-prefix}.#{v.$css-prefix}-free-code-camp {
2096
+ font-family: "Font Awesome 7 Brands";
2094
2097
  font-weight: 400;
2095
2098
  }
2096
- .#{$fa-css-prefix}.#{$fa-css-prefix}-telegram {
2097
- font-family: "Font Awesome 6 Brands";
2099
+ .#{v.$css-prefix}.#{v.$css-prefix}-telegram {
2100
+ font-family: "Font Awesome 7 Brands";
2098
2101
  font-weight: 400;
2099
2102
  }
2100
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4 {
2101
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-full }"');
2103
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer-4 {
2104
+ #{v.$icon-property}: string.unquote('"#{ v.$var-temperature-full }"');
2102
2105
  }
2103
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer {
2104
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-full }"');
2106
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer {
2107
+ #{v.$icon-property}: string.unquote('"#{ v.$var-temperature-full }"');
2105
2108
  }
2106
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3 {
2107
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-three-quarters }"');
2109
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer-3 {
2110
+ #{v.$icon-property}: string.unquote(
2111
+ '"#{ v.$var-temperature-three-quarters }"'
2112
+ );
2108
2113
  }
2109
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2 {
2110
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-half }"');
2114
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer-2 {
2115
+ #{v.$icon-property}: string.unquote('"#{ v.$var-temperature-half }"');
2111
2116
  }
2112
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1 {
2113
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-quarter }"');
2117
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer-1 {
2118
+ #{v.$icon-property}: string.unquote('"#{ v.$var-temperature-quarter }"');
2114
2119
  }
2115
- .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0 {
2116
- #{$fa-icon-property}: unquote('"#{ $fa-var-temperature-empty }"');
2120
+ .#{v.$css-prefix}.#{v.$css-prefix}-thermometer-0 {
2121
+ #{v.$icon-property}: string.unquote('"#{ v.$var-temperature-empty }"');
2117
2122
  }
2118
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub {
2119
- #{$fa-icon-property}: unquote('"#{ $fa-var-bath }"');
2123
+ .#{v.$css-prefix}.#{v.$css-prefix}-bathtub {
2124
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bath }"');
2120
2125
  }
2121
- .#{$fa-css-prefix}.#{$fa-css-prefix}-s15 {
2122
- #{$fa-icon-property}: unquote('"#{ $fa-var-bath }"');
2126
+ .#{v.$css-prefix}.#{v.$css-prefix}-s15 {
2127
+ #{v.$icon-property}: string.unquote('"#{ v.$var-bath }"');
2123
2128
  }
2124
- .#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize {
2125
- font-family: "Font Awesome 6 Free";
2129
+ .#{v.$css-prefix}.#{v.$css-prefix}-window-maximize {
2130
+ font-family: "Font Awesome 7 Free";
2126
2131
  font-weight: 400;
2127
2132
  }
2128
- .#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore {
2129
- font-family: "Font Awesome 6 Free";
2133
+ .#{v.$css-prefix}.#{v.$css-prefix}-window-restore {
2134
+ font-family: "Font Awesome 7 Free";
2130
2135
  font-weight: 400;
2131
2136
  }
2132
- .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle {
2133
- #{$fa-icon-property}: unquote('"#{ $fa-var-rectangle-xmark }"');
2137
+ .#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle {
2138
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rectangle-xmark }"');
2134
2139
  }
2135
- .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
2136
- font-family: "Font Awesome 6 Free";
2140
+ .#{v.$css-prefix}.#{v.$css-prefix}-window-close-o {
2141
+ font-family: "Font Awesome 7 Free";
2137
2142
  font-weight: 400;
2138
2143
  }
2139
- .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
2140
- #{$fa-icon-property}: unquote('"#{ $fa-var-rectangle-xmark }"');
2144
+ .#{v.$css-prefix}.#{v.$css-prefix}-window-close-o {
2145
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rectangle-xmark }"');
2141
2146
  }
2142
- .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
2143
- font-family: "Font Awesome 6 Free";
2147
+ .#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle-o {
2148
+ font-family: "Font Awesome 7 Free";
2144
2149
  font-weight: 400;
2145
2150
  }
2146
- .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
2147
- #{$fa-icon-property}: unquote('"#{ $fa-var-rectangle-xmark }"');
2151
+ .#{v.$css-prefix}.#{v.$css-prefix}-times-rectangle-o {
2152
+ #{v.$icon-property}: string.unquote('"#{ v.$var-rectangle-xmark }"');
2148
2153
  }
2149
- .#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp {
2150
- font-family: "Font Awesome 6 Brands";
2154
+ .#{v.$css-prefix}.#{v.$css-prefix}-bandcamp {
2155
+ font-family: "Font Awesome 7 Brands";
2151
2156
  font-weight: 400;
2152
2157
  }
2153
- .#{$fa-css-prefix}.#{$fa-css-prefix}-grav {
2154
- font-family: "Font Awesome 6 Brands";
2158
+ .#{v.$css-prefix}.#{v.$css-prefix}-grav {
2159
+ font-family: "Font Awesome 7 Brands";
2155
2160
  font-weight: 400;
2156
2161
  }
2157
- .#{$fa-css-prefix}.#{$fa-css-prefix}-etsy {
2158
- font-family: "Font Awesome 6 Brands";
2162
+ .#{v.$css-prefix}.#{v.$css-prefix}-etsy {
2163
+ font-family: "Font Awesome 7 Brands";
2159
2164
  font-weight: 400;
2160
2165
  }
2161
- .#{$fa-css-prefix}.#{$fa-css-prefix}-imdb {
2162
- font-family: "Font Awesome 6 Brands";
2166
+ .#{v.$css-prefix}.#{v.$css-prefix}-imdb {
2167
+ font-family: "Font Awesome 7 Brands";
2163
2168
  font-weight: 400;
2164
2169
  }
2165
- .#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry {
2166
- font-family: "Font Awesome 6 Brands";
2170
+ .#{v.$css-prefix}.#{v.$css-prefix}-ravelry {
2171
+ font-family: "Font Awesome 7 Brands";
2167
2172
  font-weight: 400;
2168
2173
  }
2169
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast {
2170
- font-family: "Font Awesome 6 Brands";
2174
+ .#{v.$css-prefix}.#{v.$css-prefix}-eercast {
2175
+ font-family: "Font Awesome 7 Brands";
2171
2176
  font-weight: 400;
2172
2177
  }
2173
- .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast {
2174
- #{$fa-icon-property}: unquote('"#{ $fa-var-sellcast }"');
2178
+ .#{v.$css-prefix}.#{v.$css-prefix}-eercast {
2179
+ #{v.$icon-property}: string.unquote('"#{ v.$var-sellcast }"');
2175
2180
  }
2176
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
2177
- font-family: "Font Awesome 6 Free";
2181
+ .#{v.$css-prefix}.#{v.$css-prefix}-snowflake-o {
2182
+ font-family: "Font Awesome 7 Free";
2178
2183
  font-weight: 400;
2179
2184
  }
2180
- .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
2181
- #{$fa-icon-property}: unquote('"#{ $fa-var-snowflake }"');
2185
+ .#{v.$css-prefix}.#{v.$css-prefix}-snowflake-o {
2186
+ #{v.$icon-property}: string.unquote('"#{ v.$var-snowflake }"');
2182
2187
  }
2183
- .#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers {
2184
- font-family: "Font Awesome 6 Brands";
2188
+ .#{v.$css-prefix}.#{v.$css-prefix}-superpowers {
2189
+ font-family: "Font Awesome 7 Brands";
2185
2190
  font-weight: 400;
2186
2191
  }
2187
- .#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer {
2188
- font-family: "Font Awesome 6 Brands";
2192
+ .#{v.$css-prefix}.#{v.$css-prefix}-wpexplorer {
2193
+ font-family: "Font Awesome 7 Brands";
2189
2194
  font-weight: 400;
2190
2195
  }
2191
- .#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
2192
- font-family: "Font Awesome 6 Brands";
2196
+ .#{v.$css-prefix}.#{v.$css-prefix}-meetup {
2197
+ font-family: "Font Awesome 7 Brands";
2193
2198
  font-weight: 400;
2194
2199
  }