@quasar/extras 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +146 -0
  3. package/animate/LICENSE +21 -0
  4. package/animate/animate-list.common.d.ts +107 -0
  5. package/animate/animate-list.common.js +107 -0
  6. package/animate/animate-list.d.ts +107 -0
  7. package/animate/animate-list.js +107 -0
  8. package/animate/backInDown.css +20 -0
  9. package/animate/backInLeft.css +20 -0
  10. package/animate/backInRight.css +20 -0
  11. package/animate/backInUp.css +20 -0
  12. package/animate/backOutDown.css +20 -0
  13. package/animate/backOutLeft.css +20 -0
  14. package/animate/backOutRight.css +20 -0
  15. package/animate/backOutUp.css +20 -0
  16. package/animate/bounce.css +34 -0
  17. package/animate/bounceIn.css +42 -0
  18. package/animate/bounceInDown.css +35 -0
  19. package/animate/bounceInLeft.css +35 -0
  20. package/animate/bounceInRight.css +35 -0
  21. package/animate/bounceInUp.css +35 -0
  22. package/animate/bounceOut.css +21 -0
  23. package/animate/bounceOutDown.css +20 -0
  24. package/animate/bounceOutLeft.css +15 -0
  25. package/animate/bounceOutRight.css +15 -0
  26. package/animate/bounceOutUp.css +20 -0
  27. package/animate/fadeIn.css +13 -0
  28. package/animate/fadeInBottomLeft.css +14 -0
  29. package/animate/fadeInBottomRight.css +14 -0
  30. package/animate/fadeInDown.css +15 -0
  31. package/animate/fadeInDownBig.css +15 -0
  32. package/animate/fadeInLeft.css +15 -0
  33. package/animate/fadeInLeftBig.css +15 -0
  34. package/animate/fadeInRight.css +15 -0
  35. package/animate/fadeInRightBig.css +15 -0
  36. package/animate/fadeInTopLeft.css +14 -0
  37. package/animate/fadeInTopRight.css +14 -0
  38. package/animate/fadeInUp.css +15 -0
  39. package/animate/fadeInUpBig.css +15 -0
  40. package/animate/fadeOut.css +13 -0
  41. package/animate/fadeOutBottomLeft.css +14 -0
  42. package/animate/fadeOutBottomRight.css +14 -0
  43. package/animate/fadeOutDown.css +14 -0
  44. package/animate/fadeOutDownBig.css +14 -0
  45. package/animate/fadeOutLeft.css +14 -0
  46. package/animate/fadeOutLeftBig.css +14 -0
  47. package/animate/fadeOutRight.css +14 -0
  48. package/animate/fadeOutRightBig.css +14 -0
  49. package/animate/fadeOutTopLeft.css +14 -0
  50. package/animate/fadeOutTopRight.css +14 -0
  51. package/animate/fadeOutUp.css +14 -0
  52. package/animate/fadeOutUpBig.css +14 -0
  53. package/animate/flash.css +16 -0
  54. package/animate/flip.css +34 -0
  55. package/animate/flipInX.css +30 -0
  56. package/animate/flipInY.css +30 -0
  57. package/animate/flipOutX.css +21 -0
  58. package/animate/flipOutY.css +21 -0
  59. package/animate/headShake.css +30 -0
  60. package/animate/heartBeat.css +27 -0
  61. package/animate/hinge.css +29 -0
  62. package/animate/jackInTheBox.css +24 -0
  63. package/animate/jello.css +40 -0
  64. package/animate/lightSpeedIn.css +24 -0
  65. package/animate/lightSpeedInLeft.css +24 -0
  66. package/animate/lightSpeedInRight.css +24 -0
  67. package/animate/lightSpeedOut.css +15 -0
  68. package/animate/lightSpeedOutLeft.css +15 -0
  69. package/animate/lightSpeedOutRight.css +15 -0
  70. package/animate/pulse.css +20 -0
  71. package/animate/rollIn.css +17 -0
  72. package/animate/rollOut.css +16 -0
  73. package/animate/rotateIn.css +16 -0
  74. package/animate/rotateInDownLeft.css +16 -0
  75. package/animate/rotateInDownRight.css +16 -0
  76. package/animate/rotateInUpLeft.css +16 -0
  77. package/animate/rotateInUpRight.css +16 -0
  78. package/animate/rotateOut.css +15 -0
  79. package/animate/rotateOutDownLeft.css +15 -0
  80. package/animate/rotateOutDownRight.css +15 -0
  81. package/animate/rotateOutUpLeft.css +15 -0
  82. package/animate/rotateOutUpRight.css +15 -0
  83. package/animate/rubberBand.css +33 -0
  84. package/animate/shake.css +25 -0
  85. package/animate/shakeX.css +25 -0
  86. package/animate/shakeY.css +25 -0
  87. package/animate/slideInDown.css +14 -0
  88. package/animate/slideInLeft.css +14 -0
  89. package/animate/slideInRight.css +14 -0
  90. package/animate/slideInUp.css +14 -0
  91. package/animate/slideOutDown.css +14 -0
  92. package/animate/slideOutLeft.css +14 -0
  93. package/animate/slideOutRight.css +14 -0
  94. package/animate/slideOutUp.css +14 -0
  95. package/animate/swing.css +26 -0
  96. package/animate/tada.css +31 -0
  97. package/animate/wobble.css +35 -0
  98. package/animate/zoomIn.css +14 -0
  99. package/animate/zoomInDown.css +17 -0
  100. package/animate/zoomInLeft.css +17 -0
  101. package/animate/zoomInRight.css +17 -0
  102. package/animate/zoomInUp.css +17 -0
  103. package/animate/zoomOut.css +18 -0
  104. package/animate/zoomOutDown.css +18 -0
  105. package/animate/zoomOutLeft.css +16 -0
  106. package/animate/zoomOutRight.css +16 -0
  107. package/animate/zoomOutUp.css +18 -0
  108. package/bootstrap-icons/LICENSE.md +21 -0
  109. package/bootstrap-icons/bootstrap-icons.css +1350 -0
  110. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  111. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  112. package/bootstrap-icons/index.d.ts +1372 -0
  113. package/bootstrap-icons/index.js +1372 -0
  114. package/eva-icons/Eva-Icons.woff +0 -0
  115. package/eva-icons/Eva-Icons.woff2 +0 -0
  116. package/eva-icons/LICENSE +21 -0
  117. package/eva-icons/eva-icons.css +2001 -0
  118. package/eva-icons/index.d.ts +492 -0
  119. package/eva-icons/index.js +492 -0
  120. package/fontawesome-v5/LICENSE.txt +34 -0
  121. package/fontawesome-v5/fa-brands-400.woff +0 -0
  122. package/fontawesome-v5/fa-brands-400.woff2 +0 -0
  123. package/fontawesome-v5/fa-regular-400.woff +0 -0
  124. package/fontawesome-v5/fa-regular-400.woff2 +0 -0
  125. package/fontawesome-v5/fa-solid-900.woff +0 -0
  126. package/fontawesome-v5/fa-solid-900.woff2 +0 -0
  127. package/fontawesome-v5/fontawesome-v5.css +4613 -0
  128. package/fontawesome-v5/index.d.ts +1613 -0
  129. package/fontawesome-v5/index.js +1613 -0
  130. package/ionicons-v4/LICENSE +21 -0
  131. package/ionicons-v4/index.d.ts +698 -0
  132. package/ionicons-v4/index.js +698 -0
  133. package/ionicons-v4/ionicons-v4.css +2817 -0
  134. package/ionicons-v4/ionicons.woff +0 -0
  135. package/ionicons-v4/ionicons.woff2 +0 -0
  136. package/ionicons-v5/LICENSE +21 -0
  137. package/ionicons-v5/index.d.ts +1334 -0
  138. package/ionicons-v5/index.js +1334 -0
  139. package/line-awesome/LICENSE.md +15 -0
  140. package/line-awesome/index.d.ts +1546 -0
  141. package/line-awesome/index.js +1546 -0
  142. package/line-awesome/la-brands-400.woff +0 -0
  143. package/line-awesome/la-brands-400.woff2 +0 -0
  144. package/line-awesome/la-regular-400.woff +0 -0
  145. package/line-awesome/la-regular-400.woff2 +0 -0
  146. package/line-awesome/la-solid-900.woff +0 -0
  147. package/line-awesome/la-solid-900.woff2 +0 -0
  148. package/line-awesome/line-awesome.css +6579 -0
  149. package/material-icons/LICENSE +202 -0
  150. package/material-icons/index.d.ts +1870 -0
  151. package/material-icons/index.js +1870 -0
  152. package/material-icons/material-icons.css +31 -0
  153. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  154. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  155. package/material-icons-outlined/LICENSE +202 -0
  156. package/material-icons-outlined/index.d.ts +1870 -0
  157. package/material-icons-outlined/index.js +1870 -0
  158. package/material-icons-outlined/material-icons-outlined.css +31 -0
  159. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  160. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  161. package/material-icons-round/LICENSE +202 -0
  162. package/material-icons-round/index.d.ts +1870 -0
  163. package/material-icons-round/index.js +1870 -0
  164. package/material-icons-round/material-icons-round.css +31 -0
  165. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  166. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  167. package/material-icons-sharp/LICENSE +202 -0
  168. package/material-icons-sharp/index.d.ts +1870 -0
  169. package/material-icons-sharp/index.js +1870 -0
  170. package/material-icons-sharp/material-icons-sharp.css +31 -0
  171. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  172. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  173. package/mdi-v3/LICENSE +96 -0
  174. package/mdi-v3/materialdesignicons-webfont.woff +0 -0
  175. package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
  176. package/mdi-v3/mdi-v3.css +15041 -0
  177. package/mdi-v4/LICENSE +25 -0
  178. package/mdi-v4/index.js +4997 -0
  179. package/mdi-v4/license.md +97 -0
  180. package/mdi-v4/materialdesignicons-webfont.woff +0 -0
  181. package/mdi-v4/materialdesignicons-webfont.woff2 +0 -0
  182. package/mdi-v4/mdi-v4.css +20119 -0
  183. package/mdi-v5/LICENSE +20 -0
  184. package/mdi-v5/index.d.ts +5957 -0
  185. package/mdi-v5/index.js +5957 -0
  186. package/mdi-v5/license.md +20 -0
  187. package/mdi-v5/materialdesignicons-webfont.woff +0 -0
  188. package/mdi-v5/materialdesignicons-webfont.woff2 +0 -0
  189. package/mdi-v5/mdi-v5.css +23959 -0
  190. package/mdi-v6/LICENSE +20 -0
  191. package/mdi-v6/index.d.ts +6197 -0
  192. package/mdi-v6/index.js +6197 -0
  193. package/mdi-v6/license.md +20 -0
  194. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  195. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  196. package/mdi-v6/mdi-v6.css +24920 -0
  197. package/package.json +45 -0
  198. package/roboto-font/LICENSE +201 -0
  199. package/roboto-font/roboto-font.css +36 -0
  200. package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
  201. package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
  202. package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
  203. package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
  204. package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
  205. package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
  206. package/roboto-font-latin-ext/LICENSE +201 -0
  207. package/roboto-font-latin-ext/roboto-font-latin-ext.css +36 -0
  208. package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
  209. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
  210. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
  211. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
  212. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
  213. package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
  214. package/themify/LICENSE +85 -0
  215. package/themify/index.d.ts +354 -0
  216. package/themify/index.js +354 -0
  217. package/themify/themify.css +1078 -0
  218. package/themify/themify.woff +0 -0
Binary file
Binary file
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Akveo.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,2001 @@
1
+ /* v1.1.3 */
2
+
3
+ @font-face {
4
+ font-family: Eva-Icons;
5
+ src: url("./Eva-Icons.woff2") format("woff2"), url("./Eva-Icons.woff") format("woff");
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ font-display: block;
9
+ }
10
+
11
+ .eva {
12
+ text-rendering: auto;
13
+ font: normal normal 400 1em Eva-Icons;
14
+ }
15
+
16
+ .eva-lg {
17
+ vertical-align: -15%;
18
+ line-height: 0.75em;
19
+ font-size: 1.33333333em;
20
+ }
21
+
22
+ .eva-2x {
23
+ font-size: 2em;
24
+ }
25
+
26
+ .eva-3x {
27
+ font-size: 3em;
28
+ }
29
+
30
+ .eva-4x {
31
+ font-size: 4em;
32
+ }
33
+
34
+ .eva-5x {
35
+ font-size: 5em;
36
+ }
37
+
38
+ .eva-fw {
39
+ width: 1.28571429em;
40
+ text-align: center;
41
+ }
42
+
43
+ .eva-activity::before {
44
+ content: "\ea01";
45
+ }
46
+
47
+ .eva-activity-outline::before {
48
+ content: "\ea02";
49
+ }
50
+
51
+ .eva-alert-circle::before {
52
+ content: "\ea03";
53
+ }
54
+
55
+ .eva-alert-circle-outline::before {
56
+ content: "\ea04";
57
+ }
58
+
59
+ .eva-alert-triangle::before {
60
+ content: "\ea05";
61
+ }
62
+
63
+ .eva-alert-triangle-outline::before {
64
+ content: "\ea06";
65
+ }
66
+
67
+ .eva-archive::before {
68
+ content: "\ea07";
69
+ }
70
+
71
+ .eva-archive-outline::before {
72
+ content: "\ea08";
73
+ }
74
+
75
+ .eva-arrow-back::before {
76
+ content: "\ea09";
77
+ }
78
+
79
+ .eva-arrow-back-outline::before {
80
+ content: "\ea0a";
81
+ }
82
+
83
+ .eva-arrow-circle-down::before {
84
+ content: "\ea0b";
85
+ }
86
+
87
+ .eva-arrow-circle-down-outline::before {
88
+ content: "\ea0c";
89
+ }
90
+
91
+ .eva-arrow-circle-left::before {
92
+ content: "\ea0d";
93
+ }
94
+
95
+ .eva-arrow-circle-left-outline::before {
96
+ content: "\ea0e";
97
+ }
98
+
99
+ .eva-arrow-circle-right::before {
100
+ content: "\ea0f";
101
+ }
102
+
103
+ .eva-arrow-circle-right-outline::before {
104
+ content: "\ea10";
105
+ }
106
+
107
+ .eva-arrow-circle-up::before {
108
+ content: "\ea11";
109
+ }
110
+
111
+ .eva-arrow-circle-up-outline::before {
112
+ content: "\ea12";
113
+ }
114
+
115
+ .eva-arrow-down::before {
116
+ content: "\ea13";
117
+ }
118
+
119
+ .eva-arrow-down-outline::before {
120
+ content: "\ea14";
121
+ }
122
+
123
+ .eva-arrow-downward::before {
124
+ content: "\ea15";
125
+ }
126
+
127
+ .eva-arrow-downward-outline::before {
128
+ content: "\ea16";
129
+ }
130
+
131
+ .eva-arrow-forward::before {
132
+ content: "\ea17";
133
+ }
134
+
135
+ .eva-arrow-forward-outline::before {
136
+ content: "\ea18";
137
+ }
138
+
139
+ .eva-arrow-ios-back::before {
140
+ content: "\ea19";
141
+ }
142
+
143
+ .eva-arrow-ios-back-outline::before {
144
+ content: "\ea1a";
145
+ }
146
+
147
+ .eva-arrow-ios-downward::before {
148
+ content: "\ea1b";
149
+ }
150
+
151
+ .eva-arrow-ios-downward-outline::before {
152
+ content: "\ea1c";
153
+ }
154
+
155
+ .eva-arrow-ios-forward::before {
156
+ content: "\ea1d";
157
+ }
158
+
159
+ .eva-arrow-ios-forward-outline::before {
160
+ content: "\ea1e";
161
+ }
162
+
163
+ .eva-arrow-ios-upward::before {
164
+ content: "\ea1f";
165
+ }
166
+
167
+ .eva-arrow-ios-upward-outline::before {
168
+ content: "\ea20";
169
+ }
170
+
171
+ .eva-arrow-left::before {
172
+ content: "\ea21";
173
+ }
174
+
175
+ .eva-arrow-left-outline::before {
176
+ content: "\ea22";
177
+ }
178
+
179
+ .eva-arrow-right::before {
180
+ content: "\ea23";
181
+ }
182
+
183
+ .eva-arrow-right-outline::before {
184
+ content: "\ea24";
185
+ }
186
+
187
+ .eva-arrow-up::before {
188
+ content: "\ea25";
189
+ }
190
+
191
+ .eva-arrow-up-outline::before {
192
+ content: "\ea26";
193
+ }
194
+
195
+ .eva-arrow-upward::before {
196
+ content: "\ea27";
197
+ }
198
+
199
+ .eva-arrow-upward-outline::before {
200
+ content: "\ea28";
201
+ }
202
+
203
+ .eva-arrowhead-down::before {
204
+ content: "\ea29";
205
+ }
206
+
207
+ .eva-arrowhead-down-outline::before {
208
+ content: "\ea2a";
209
+ }
210
+
211
+ .eva-arrowhead-left::before {
212
+ content: "\ea2b";
213
+ }
214
+
215
+ .eva-arrowhead-left-outline::before {
216
+ content: "\ea2c";
217
+ }
218
+
219
+ .eva-arrowhead-right::before {
220
+ content: "\ea2d";
221
+ }
222
+
223
+ .eva-arrowhead-right-outline::before {
224
+ content: "\ea2e";
225
+ }
226
+
227
+ .eva-arrowhead-up::before {
228
+ content: "\ea2f";
229
+ }
230
+
231
+ .eva-arrowhead-up-outline::before {
232
+ content: "\ea30";
233
+ }
234
+
235
+ .eva-at::before {
236
+ content: "\ea31";
237
+ }
238
+
239
+ .eva-at-outline::before {
240
+ content: "\ea32";
241
+ }
242
+
243
+ .eva-attach::before {
244
+ content: "\ea33";
245
+ }
246
+
247
+ .eva-attach-2::before {
248
+ content: "\ea34";
249
+ }
250
+
251
+ .eva-attach-2-outline::before {
252
+ content: "\ea35";
253
+ }
254
+
255
+ .eva-attach-outline::before {
256
+ content: "\ea36";
257
+ }
258
+
259
+ .eva-award::before {
260
+ content: "\ea37";
261
+ }
262
+
263
+ .eva-award-outline::before {
264
+ content: "\ea38";
265
+ }
266
+
267
+ .eva-backspace::before {
268
+ content: "\ea39";
269
+ }
270
+
271
+ .eva-backspace-outline::before {
272
+ content: "\ea3a";
273
+ }
274
+
275
+ .eva-bar-chart::before {
276
+ content: "\ea3b";
277
+ }
278
+
279
+ .eva-bar-chart-2::before {
280
+ content: "\ea3c";
281
+ }
282
+
283
+ .eva-bar-chart-2-outline::before {
284
+ content: "\ea3d";
285
+ }
286
+
287
+ .eva-bar-chart-outline::before {
288
+ content: "\ea3e";
289
+ }
290
+
291
+ .eva-battery::before {
292
+ content: "\ea3f";
293
+ }
294
+
295
+ .eva-battery-outline::before {
296
+ content: "\ea40";
297
+ }
298
+
299
+ .eva-behance::before {
300
+ content: "\ea41";
301
+ }
302
+
303
+ .eva-behance-outline::before {
304
+ content: "\ea42";
305
+ }
306
+
307
+ .eva-bell::before {
308
+ content: "\ea43";
309
+ }
310
+
311
+ .eva-bell-off::before {
312
+ content: "\ea44";
313
+ }
314
+
315
+ .eva-bell-off-outline::before {
316
+ content: "\ea45";
317
+ }
318
+
319
+ .eva-bell-outline::before {
320
+ content: "\ea46";
321
+ }
322
+
323
+ .eva-bluetooth::before {
324
+ content: "\ea47";
325
+ }
326
+
327
+ .eva-bluetooth-outline::before {
328
+ content: "\ea48";
329
+ }
330
+
331
+ .eva-book::before {
332
+ content: "\ea49";
333
+ }
334
+
335
+ .eva-book-open::before {
336
+ content: "\ea4a";
337
+ }
338
+
339
+ .eva-book-open-outline::before {
340
+ content: "\ea4b";
341
+ }
342
+
343
+ .eva-book-outline::before {
344
+ content: "\ea4c";
345
+ }
346
+
347
+ .eva-bookmark::before {
348
+ content: "\ea4d";
349
+ }
350
+
351
+ .eva-bookmark-outline::before {
352
+ content: "\ea4e";
353
+ }
354
+
355
+ .eva-briefcase::before {
356
+ content: "\ea4f";
357
+ }
358
+
359
+ .eva-briefcase-outline::before {
360
+ content: "\ea50";
361
+ }
362
+
363
+ .eva-browser::before {
364
+ content: "\ea51";
365
+ }
366
+
367
+ .eva-browser-outline::before {
368
+ content: "\ea52";
369
+ }
370
+
371
+ .eva-brush::before {
372
+ content: "\ea53";
373
+ }
374
+
375
+ .eva-brush-outline::before {
376
+ content: "\ea54";
377
+ }
378
+
379
+ .eva-bulb::before {
380
+ content: "\ea55";
381
+ }
382
+
383
+ .eva-bulb-outline::before {
384
+ content: "\ea56";
385
+ }
386
+
387
+ .eva-calendar::before {
388
+ content: "\ea57";
389
+ }
390
+
391
+ .eva-calendar-outline::before {
392
+ content: "\ea58";
393
+ }
394
+
395
+ .eva-camera::before {
396
+ content: "\ea59";
397
+ }
398
+
399
+ .eva-camera-outline::before {
400
+ content: "\ea5a";
401
+ }
402
+
403
+ .eva-car::before {
404
+ content: "\ea5b";
405
+ }
406
+
407
+ .eva-car-outline::before {
408
+ content: "\ea5c";
409
+ }
410
+
411
+ .eva-cast::before {
412
+ content: "\ea5d";
413
+ }
414
+
415
+ .eva-cast-outline::before {
416
+ content: "\ea5e";
417
+ }
418
+
419
+ .eva-charging::before {
420
+ content: "\ea5f";
421
+ }
422
+
423
+ .eva-charging-outline::before {
424
+ content: "\ea60";
425
+ }
426
+
427
+ .eva-checkmark::before {
428
+ content: "\ea61";
429
+ }
430
+
431
+ .eva-checkmark-circle::before {
432
+ content: "\ea62";
433
+ }
434
+
435
+ .eva-checkmark-circle-2::before {
436
+ content: "\ea63";
437
+ }
438
+
439
+ .eva-checkmark-circle-2-outline::before {
440
+ content: "\ea64";
441
+ }
442
+
443
+ .eva-checkmark-circle-outline::before {
444
+ content: "\ea65";
445
+ }
446
+
447
+ .eva-checkmark-outline::before {
448
+ content: "\ea66";
449
+ }
450
+
451
+ .eva-checkmark-square::before {
452
+ content: "\ea67";
453
+ }
454
+
455
+ .eva-checkmark-square-2::before {
456
+ content: "\ea68";
457
+ }
458
+
459
+ .eva-checkmark-square-2-outline::before {
460
+ content: "\ea69";
461
+ }
462
+
463
+ .eva-checkmark-square-outline::before {
464
+ content: "\ea6a";
465
+ }
466
+
467
+ .eva-chevron-down::before {
468
+ content: "\ea6b";
469
+ }
470
+
471
+ .eva-chevron-down-outline::before {
472
+ content: "\ea6c";
473
+ }
474
+
475
+ .eva-chevron-left::before {
476
+ content: "\ea6d";
477
+ }
478
+
479
+ .eva-chevron-left-outline::before {
480
+ content: "\ea6e";
481
+ }
482
+
483
+ .eva-chevron-right::before {
484
+ content: "\ea6f";
485
+ }
486
+
487
+ .eva-chevron-right-outline::before {
488
+ content: "\ea70";
489
+ }
490
+
491
+ .eva-chevron-up::before {
492
+ content: "\ea71";
493
+ }
494
+
495
+ .eva-chevron-up-outline::before {
496
+ content: "\ea72";
497
+ }
498
+
499
+ .eva-clipboard::before {
500
+ content: "\ea73";
501
+ }
502
+
503
+ .eva-clipboard-outline::before {
504
+ content: "\ea74";
505
+ }
506
+
507
+ .eva-clock::before {
508
+ content: "\ea75";
509
+ }
510
+
511
+ .eva-clock-outline::before {
512
+ content: "\ea76";
513
+ }
514
+
515
+ .eva-close::before {
516
+ content: "\ea77";
517
+ }
518
+
519
+ .eva-close-circle::before {
520
+ content: "\ea78";
521
+ }
522
+
523
+ .eva-close-circle-outline::before {
524
+ content: "\ea79";
525
+ }
526
+
527
+ .eva-close-outline::before {
528
+ content: "\ea7a";
529
+ }
530
+
531
+ .eva-close-square::before {
532
+ content: "\ea7b";
533
+ }
534
+
535
+ .eva-close-square-outline::before {
536
+ content: "\ea7c";
537
+ }
538
+
539
+ .eva-cloud-download::before {
540
+ content: "\ea7d";
541
+ }
542
+
543
+ .eva-cloud-download-outline::before {
544
+ content: "\ea7e";
545
+ }
546
+
547
+ .eva-cloud-upload::before {
548
+ content: "\ea7f";
549
+ }
550
+
551
+ .eva-cloud-upload-outline::before {
552
+ content: "\ea80";
553
+ }
554
+
555
+ .eva-code::before {
556
+ content: "\ea81";
557
+ }
558
+
559
+ .eva-code-download::before {
560
+ content: "\ea82";
561
+ }
562
+
563
+ .eva-code-download-outline::before {
564
+ content: "\ea83";
565
+ }
566
+
567
+ .eva-code-outline::before {
568
+ content: "\ea84";
569
+ }
570
+
571
+ .eva-collapse::before {
572
+ content: "\ea85";
573
+ }
574
+
575
+ .eva-collapse-outline::before {
576
+ content: "\ea86";
577
+ }
578
+
579
+ .eva-color-palette::before {
580
+ content: "\ea87";
581
+ }
582
+
583
+ .eva-color-palette-outline::before {
584
+ content: "\ea88";
585
+ }
586
+
587
+ .eva-color-picker::before {
588
+ content: "\ea89";
589
+ }
590
+
591
+ .eva-color-picker-outline::before {
592
+ content: "\ea8a";
593
+ }
594
+
595
+ .eva-compass::before {
596
+ content: "\ea8b";
597
+ }
598
+
599
+ .eva-compass-outline::before {
600
+ content: "\ea8c";
601
+ }
602
+
603
+ .eva-copy::before {
604
+ content: "\ea8d";
605
+ }
606
+
607
+ .eva-copy-outline::before {
608
+ content: "\ea8e";
609
+ }
610
+
611
+ .eva-corner-down-left::before {
612
+ content: "\ea8f";
613
+ }
614
+
615
+ .eva-corner-down-left-outline::before {
616
+ content: "\ea90";
617
+ }
618
+
619
+ .eva-corner-down-right::before {
620
+ content: "\ea91";
621
+ }
622
+
623
+ .eva-corner-down-right-outline::before {
624
+ content: "\ea92";
625
+ }
626
+
627
+ .eva-corner-left-down::before {
628
+ content: "\ea93";
629
+ }
630
+
631
+ .eva-corner-left-down-outline::before {
632
+ content: "\ea94";
633
+ }
634
+
635
+ .eva-corner-left-up::before {
636
+ content: "\ea95";
637
+ }
638
+
639
+ .eva-corner-left-up-outline::before {
640
+ content: "\ea96";
641
+ }
642
+
643
+ .eva-corner-right-down::before {
644
+ content: "\ea97";
645
+ }
646
+
647
+ .eva-corner-right-down-outline::before {
648
+ content: "\ea98";
649
+ }
650
+
651
+ .eva-corner-right-up::before {
652
+ content: "\ea99";
653
+ }
654
+
655
+ .eva-corner-right-up-outline::before {
656
+ content: "\ea9a";
657
+ }
658
+
659
+ .eva-corner-up-left::before {
660
+ content: "\ea9b";
661
+ }
662
+
663
+ .eva-corner-up-left-outline::before {
664
+ content: "\ea9c";
665
+ }
666
+
667
+ .eva-corner-up-right::before {
668
+ content: "\ea9d";
669
+ }
670
+
671
+ .eva-corner-up-right-outline::before {
672
+ content: "\ea9e";
673
+ }
674
+
675
+ .eva-credit-card::before {
676
+ content: "\ea9f";
677
+ }
678
+
679
+ .eva-credit-card-outline::before {
680
+ content: "\eaa0";
681
+ }
682
+
683
+ .eva-crop::before {
684
+ content: "\eaa1";
685
+ }
686
+
687
+ .eva-crop-outline::before {
688
+ content: "\eaa2";
689
+ }
690
+
691
+ .eva-cube::before {
692
+ content: "\eaa3";
693
+ }
694
+
695
+ .eva-cube-outline::before {
696
+ content: "\eaa4";
697
+ }
698
+
699
+ .eva-diagonal-arrow-left-down::before {
700
+ content: "\eaa5";
701
+ }
702
+
703
+ .eva-diagonal-arrow-left-down-outline::before {
704
+ content: "\eaa6";
705
+ }
706
+
707
+ .eva-diagonal-arrow-left-up::before {
708
+ content: "\eaa7";
709
+ }
710
+
711
+ .eva-diagonal-arrow-left-up-outline::before {
712
+ content: "\eaa8";
713
+ }
714
+
715
+ .eva-diagonal-arrow-right-down::before {
716
+ content: "\eaa9";
717
+ }
718
+
719
+ .eva-diagonal-arrow-right-down-outline::before {
720
+ content: "\eaaa";
721
+ }
722
+
723
+ .eva-diagonal-arrow-right-up::before {
724
+ content: "\eaab";
725
+ }
726
+
727
+ .eva-diagonal-arrow-right-up-outline::before {
728
+ content: "\eaac";
729
+ }
730
+
731
+ .eva-done-all::before {
732
+ content: "\eaad";
733
+ }
734
+
735
+ .eva-done-all-outline::before {
736
+ content: "\eaae";
737
+ }
738
+
739
+ .eva-download::before {
740
+ content: "\eaaf";
741
+ }
742
+
743
+ .eva-download-outline::before {
744
+ content: "\eab0";
745
+ }
746
+
747
+ .eva-droplet::before {
748
+ content: "\eab1";
749
+ }
750
+
751
+ .eva-droplet-off::before {
752
+ content: "\eab2";
753
+ }
754
+
755
+ .eva-droplet-off-outline::before {
756
+ content: "\eab3";
757
+ }
758
+
759
+ .eva-droplet-outline::before {
760
+ content: "\eab4";
761
+ }
762
+
763
+ .eva-edit::before {
764
+ content: "\eab5";
765
+ }
766
+
767
+ .eva-edit-2::before {
768
+ content: "\eab6";
769
+ }
770
+
771
+ .eva-edit-2-outline::before {
772
+ content: "\eab7";
773
+ }
774
+
775
+ .eva-edit-outline::before {
776
+ content: "\eab8";
777
+ }
778
+
779
+ .eva-email::before {
780
+ content: "\eab9";
781
+ }
782
+
783
+ .eva-email-outline::before {
784
+ content: "\eaba";
785
+ }
786
+
787
+ .eva-expand::before {
788
+ content: "\eabb";
789
+ }
790
+
791
+ .eva-expand-outline::before {
792
+ content: "\eabc";
793
+ }
794
+
795
+ .eva-external-link::before {
796
+ content: "\eabd";
797
+ }
798
+
799
+ .eva-external-link-outline::before {
800
+ content: "\eabe";
801
+ }
802
+
803
+ .eva-eye::before {
804
+ content: "\eabf";
805
+ }
806
+
807
+ .eva-eye-off::before {
808
+ content: "\eac0";
809
+ }
810
+
811
+ .eva-eye-off-2::before {
812
+ content: "\eac1";
813
+ }
814
+
815
+ .eva-eye-off-2-outline::before {
816
+ content: "\eac2";
817
+ }
818
+
819
+ .eva-eye-off-outline::before {
820
+ content: "\eac3";
821
+ }
822
+
823
+ .eva-eye-outline::before {
824
+ content: "\eac4";
825
+ }
826
+
827
+ .eva-facebook::before {
828
+ content: "\eac5";
829
+ }
830
+
831
+ .eva-facebook-outline::before {
832
+ content: "\eac6";
833
+ }
834
+
835
+ .eva-file::before {
836
+ content: "\eac7";
837
+ }
838
+
839
+ .eva-file-add::before {
840
+ content: "\eac8";
841
+ }
842
+
843
+ .eva-file-add-outline::before {
844
+ content: "\eac9";
845
+ }
846
+
847
+ .eva-file-outline::before {
848
+ content: "\eaca";
849
+ }
850
+
851
+ .eva-file-remove::before {
852
+ content: "\eacb";
853
+ }
854
+
855
+ .eva-file-remove-outline::before {
856
+ content: "\eacc";
857
+ }
858
+
859
+ .eva-file-text::before {
860
+ content: "\eacd";
861
+ }
862
+
863
+ .eva-file-text-outline::before {
864
+ content: "\eace";
865
+ }
866
+
867
+ .eva-film::before {
868
+ content: "\eacf";
869
+ }
870
+
871
+ .eva-film-outline::before {
872
+ content: "\ead0";
873
+ }
874
+
875
+ .eva-flag::before {
876
+ content: "\ead1";
877
+ }
878
+
879
+ .eva-flag-outline::before {
880
+ content: "\ead2";
881
+ }
882
+
883
+ .eva-flash::before {
884
+ content: "\ead3";
885
+ }
886
+
887
+ .eva-flash-off::before {
888
+ content: "\ead4";
889
+ }
890
+
891
+ .eva-flash-off-outline::before {
892
+ content: "\ead5";
893
+ }
894
+
895
+ .eva-flash-outline::before {
896
+ content: "\ead6";
897
+ }
898
+
899
+ .eva-flip::before {
900
+ content: "\ead7";
901
+ }
902
+
903
+ .eva-flip-2::before {
904
+ content: "\ead8";
905
+ }
906
+
907
+ .eva-flip-2-outline::before {
908
+ content: "\ead9";
909
+ }
910
+
911
+ .eva-flip-outline::before {
912
+ content: "\eada";
913
+ }
914
+
915
+ .eva-folder::before {
916
+ content: "\eadb";
917
+ }
918
+
919
+ .eva-folder-add::before {
920
+ content: "\eadc";
921
+ }
922
+
923
+ .eva-folder-add-outline::before {
924
+ content: "\eadd";
925
+ }
926
+
927
+ .eva-folder-outline::before {
928
+ content: "\eade";
929
+ }
930
+
931
+ .eva-folder-remove::before {
932
+ content: "\eadf";
933
+ }
934
+
935
+ .eva-folder-remove-outline::before {
936
+ content: "\eae0";
937
+ }
938
+
939
+ .eva-funnel::before {
940
+ content: "\eae1";
941
+ }
942
+
943
+ .eva-funnel-outline::before {
944
+ content: "\eae2";
945
+ }
946
+
947
+ .eva-gift::before {
948
+ content: "\eae3";
949
+ }
950
+
951
+ .eva-gift-outline::before {
952
+ content: "\eae4";
953
+ }
954
+
955
+ .eva-github::before {
956
+ content: "\eae5";
957
+ }
958
+
959
+ .eva-github-outline::before {
960
+ content: "\eae6";
961
+ }
962
+
963
+ .eva-globe::before {
964
+ content: "\eae7";
965
+ }
966
+
967
+ .eva-globe-2::before {
968
+ content: "\eae8";
969
+ }
970
+
971
+ .eva-globe-2-outline::before {
972
+ content: "\eae9";
973
+ }
974
+
975
+ .eva-globe-3::before {
976
+ content: "\eaea";
977
+ }
978
+
979
+ .eva-globe-outline::before {
980
+ content: "\eaeb";
981
+ }
982
+
983
+ .eva-google::before {
984
+ content: "\eaec";
985
+ }
986
+
987
+ .eva-google-outline::before {
988
+ content: "\eaed";
989
+ }
990
+
991
+ .eva-grid::before {
992
+ content: "\eaee";
993
+ }
994
+
995
+ .eva-grid-outline::before {
996
+ content: "\eaef";
997
+ }
998
+
999
+ .eva-hard-drive::before {
1000
+ content: "\eaf0";
1001
+ }
1002
+
1003
+ .eva-hard-drive-outline::before {
1004
+ content: "\eaf1";
1005
+ }
1006
+
1007
+ .eva-hash::before {
1008
+ content: "\eaf2";
1009
+ }
1010
+
1011
+ .eva-hash-outline::before {
1012
+ content: "\eaf3";
1013
+ }
1014
+
1015
+ .eva-headphones::before {
1016
+ content: "\eaf4";
1017
+ }
1018
+
1019
+ .eva-headphones-outline::before {
1020
+ content: "\eaf5";
1021
+ }
1022
+
1023
+ .eva-heart::before {
1024
+ content: "\eaf6";
1025
+ }
1026
+
1027
+ .eva-heart-outline::before {
1028
+ content: "\eaf7";
1029
+ }
1030
+
1031
+ .eva-home::before {
1032
+ content: "\eaf8";
1033
+ }
1034
+
1035
+ .eva-home-outline::before {
1036
+ content: "\eaf9";
1037
+ }
1038
+
1039
+ .eva-image::before {
1040
+ content: "\eafa";
1041
+ }
1042
+
1043
+ .eva-image-2::before {
1044
+ content: "\eafb";
1045
+ }
1046
+
1047
+ .eva-image-outline::before {
1048
+ content: "\eafc";
1049
+ }
1050
+
1051
+ .eva-inbox::before {
1052
+ content: "\eafd";
1053
+ }
1054
+
1055
+ .eva-inbox-outline::before {
1056
+ content: "\eafe";
1057
+ }
1058
+
1059
+ .eva-info::before {
1060
+ content: "\eaff";
1061
+ }
1062
+
1063
+ .eva-info-outline::before {
1064
+ content: "\eb00";
1065
+ }
1066
+
1067
+ .eva-keypad::before {
1068
+ content: "\eb01";
1069
+ }
1070
+
1071
+ .eva-keypad-outline::before {
1072
+ content: "\eb02";
1073
+ }
1074
+
1075
+ .eva-layers::before {
1076
+ content: "\eb03";
1077
+ }
1078
+
1079
+ .eva-layers-outline::before {
1080
+ content: "\eb04";
1081
+ }
1082
+
1083
+ .eva-layout::before {
1084
+ content: "\eb05";
1085
+ }
1086
+
1087
+ .eva-layout-outline::before {
1088
+ content: "\eb06";
1089
+ }
1090
+
1091
+ .eva-link::before {
1092
+ content: "\eb07";
1093
+ }
1094
+
1095
+ .eva-link-2::before {
1096
+ content: "\eb08";
1097
+ }
1098
+
1099
+ .eva-link-2-outline::before {
1100
+ content: "\eb09";
1101
+ }
1102
+
1103
+ .eva-link-outline::before {
1104
+ content: "\eb0a";
1105
+ }
1106
+
1107
+ .eva-linkedin::before {
1108
+ content: "\eb0b";
1109
+ }
1110
+
1111
+ .eva-linkedin-outline::before {
1112
+ content: "\eb0c";
1113
+ }
1114
+
1115
+ .eva-list::before {
1116
+ content: "\eb0d";
1117
+ }
1118
+
1119
+ .eva-list-outline::before {
1120
+ content: "\eb0e";
1121
+ }
1122
+
1123
+ .eva-loader-outline::before {
1124
+ content: "\eb0f";
1125
+ }
1126
+
1127
+ .eva-lock::before {
1128
+ content: "\eb10";
1129
+ }
1130
+
1131
+ .eva-lock-outline::before {
1132
+ content: "\eb11";
1133
+ }
1134
+
1135
+ .eva-log-in::before {
1136
+ content: "\eb12";
1137
+ }
1138
+
1139
+ .eva-log-in-outline::before {
1140
+ content: "\eb13";
1141
+ }
1142
+
1143
+ .eva-log-out::before {
1144
+ content: "\eb14";
1145
+ }
1146
+
1147
+ .eva-log-out-outline::before {
1148
+ content: "\eb15";
1149
+ }
1150
+
1151
+ .eva-map::before {
1152
+ content: "\eb16";
1153
+ }
1154
+
1155
+ .eva-map-outline::before {
1156
+ content: "\eb17";
1157
+ }
1158
+
1159
+ .eva-maximize::before {
1160
+ content: "\eb18";
1161
+ }
1162
+
1163
+ .eva-maximize-outline::before {
1164
+ content: "\eb19";
1165
+ }
1166
+
1167
+ .eva-menu::before {
1168
+ content: "\eb1a";
1169
+ }
1170
+
1171
+ .eva-menu-2::before {
1172
+ content: "\eb1b";
1173
+ }
1174
+
1175
+ .eva-menu-2-outline::before {
1176
+ content: "\eb1c";
1177
+ }
1178
+
1179
+ .eva-menu-arrow::before {
1180
+ content: "\eb1d";
1181
+ }
1182
+
1183
+ .eva-menu-arrow-outline::before {
1184
+ content: "\eb1e";
1185
+ }
1186
+
1187
+ .eva-menu-outline::before {
1188
+ content: "\eb1f";
1189
+ }
1190
+
1191
+ .eva-message-circle::before {
1192
+ content: "\eb20";
1193
+ }
1194
+
1195
+ .eva-message-circle-outline::before {
1196
+ content: "\eb21";
1197
+ }
1198
+
1199
+ .eva-message-square::before {
1200
+ content: "\eb22";
1201
+ }
1202
+
1203
+ .eva-message-square-outline::before {
1204
+ content: "\eb23";
1205
+ }
1206
+
1207
+ .eva-mic::before {
1208
+ content: "\eb24";
1209
+ }
1210
+
1211
+ .eva-mic-off::before {
1212
+ content: "\eb25";
1213
+ }
1214
+
1215
+ .eva-mic-off-outline::before {
1216
+ content: "\eb26";
1217
+ }
1218
+
1219
+ .eva-mic-outline::before {
1220
+ content: "\eb27";
1221
+ }
1222
+
1223
+ .eva-minimize::before {
1224
+ content: "\eb28";
1225
+ }
1226
+
1227
+ .eva-minimize-outline::before {
1228
+ content: "\eb29";
1229
+ }
1230
+
1231
+ .eva-minus::before {
1232
+ content: "\eb2a";
1233
+ }
1234
+
1235
+ .eva-minus-circle::before {
1236
+ content: "\eb2b";
1237
+ }
1238
+
1239
+ .eva-minus-circle-outline::before {
1240
+ content: "\eb2c";
1241
+ }
1242
+
1243
+ .eva-minus-outline::before {
1244
+ content: "\eb2d";
1245
+ }
1246
+
1247
+ .eva-minus-square::before {
1248
+ content: "\eb2e";
1249
+ }
1250
+
1251
+ .eva-minus-square-outline::before {
1252
+ content: "\eb2f";
1253
+ }
1254
+
1255
+ .eva-monitor::before {
1256
+ content: "\eb30";
1257
+ }
1258
+
1259
+ .eva-monitor-outline::before {
1260
+ content: "\eb31";
1261
+ }
1262
+
1263
+ .eva-moon::before {
1264
+ content: "\eb32";
1265
+ }
1266
+
1267
+ .eva-moon-outline::before {
1268
+ content: "\eb33";
1269
+ }
1270
+
1271
+ .eva-more-horizontal::before {
1272
+ content: "\eb34";
1273
+ }
1274
+
1275
+ .eva-more-horizontal-outline::before {
1276
+ content: "\eb35";
1277
+ }
1278
+
1279
+ .eva-more-vertical::before {
1280
+ content: "\eb36";
1281
+ }
1282
+
1283
+ .eva-more-vertical-outline::before {
1284
+ content: "\eb37";
1285
+ }
1286
+
1287
+ .eva-move::before {
1288
+ content: "\eb38";
1289
+ }
1290
+
1291
+ .eva-move-outline::before {
1292
+ content: "\eb39";
1293
+ }
1294
+
1295
+ .eva-music::before {
1296
+ content: "\eb3a";
1297
+ }
1298
+
1299
+ .eva-music-outline::before {
1300
+ content: "\eb3b";
1301
+ }
1302
+
1303
+ .eva-navigation::before {
1304
+ content: "\eb3c";
1305
+ }
1306
+
1307
+ .eva-navigation-2::before {
1308
+ content: "\eb3d";
1309
+ }
1310
+
1311
+ .eva-navigation-2-outline::before {
1312
+ content: "\eb3e";
1313
+ }
1314
+
1315
+ .eva-navigation-outline::before {
1316
+ content: "\eb3f";
1317
+ }
1318
+
1319
+ .eva-npm::before {
1320
+ content: "\eb40";
1321
+ }
1322
+
1323
+ .eva-npm-outline::before {
1324
+ content: "\eb41";
1325
+ }
1326
+
1327
+ .eva-options::before {
1328
+ content: "\eb42";
1329
+ }
1330
+
1331
+ .eva-options-2::before {
1332
+ content: "\eb43";
1333
+ }
1334
+
1335
+ .eva-options-2-outline::before {
1336
+ content: "\eb44";
1337
+ }
1338
+
1339
+ .eva-options-outline::before {
1340
+ content: "\eb45";
1341
+ }
1342
+
1343
+ .eva-pantone::before {
1344
+ content: "\eb46";
1345
+ }
1346
+
1347
+ .eva-pantone-outline::before {
1348
+ content: "\eb47";
1349
+ }
1350
+
1351
+ .eva-paper-plane::before {
1352
+ content: "\eb48";
1353
+ }
1354
+
1355
+ .eva-paper-plane-outline::before {
1356
+ content: "\eb49";
1357
+ }
1358
+
1359
+ .eva-pause-circle::before {
1360
+ content: "\eb4a";
1361
+ }
1362
+
1363
+ .eva-pause-circle-outline::before {
1364
+ content: "\eb4b";
1365
+ }
1366
+
1367
+ .eva-people::before {
1368
+ content: "\eb4c";
1369
+ }
1370
+
1371
+ .eva-people-outline::before {
1372
+ content: "\eb4d";
1373
+ }
1374
+
1375
+ .eva-percent::before {
1376
+ content: "\eb4e";
1377
+ }
1378
+
1379
+ .eva-percent-outline::before {
1380
+ content: "\eb4f";
1381
+ }
1382
+
1383
+ .eva-person::before {
1384
+ content: "\eb50";
1385
+ }
1386
+
1387
+ .eva-person-add::before {
1388
+ content: "\eb51";
1389
+ }
1390
+
1391
+ .eva-person-add-outline::before {
1392
+ content: "\eb52";
1393
+ }
1394
+
1395
+ .eva-person-delete::before {
1396
+ content: "\eb53";
1397
+ }
1398
+
1399
+ .eva-person-delete-outline::before {
1400
+ content: "\eb54";
1401
+ }
1402
+
1403
+ .eva-person-done::before {
1404
+ content: "\eb55";
1405
+ }
1406
+
1407
+ .eva-person-done-outline::before {
1408
+ content: "\eb56";
1409
+ }
1410
+
1411
+ .eva-person-outline::before {
1412
+ content: "\eb57";
1413
+ }
1414
+
1415
+ .eva-person-remove::before {
1416
+ content: "\eb58";
1417
+ }
1418
+
1419
+ .eva-person-remove-outline::before {
1420
+ content: "\eb59";
1421
+ }
1422
+
1423
+ .eva-phone::before {
1424
+ content: "\eb5a";
1425
+ }
1426
+
1427
+ .eva-phone-call::before {
1428
+ content: "\eb5b";
1429
+ }
1430
+
1431
+ .eva-phone-call-outline::before {
1432
+ content: "\eb5c";
1433
+ }
1434
+
1435
+ .eva-phone-missed::before {
1436
+ content: "\eb5d";
1437
+ }
1438
+
1439
+ .eva-phone-missed-outline::before {
1440
+ content: "\eb5e";
1441
+ }
1442
+
1443
+ .eva-phone-off::before {
1444
+ content: "\eb5f";
1445
+ }
1446
+
1447
+ .eva-phone-off-outline::before {
1448
+ content: "\eb60";
1449
+ }
1450
+
1451
+ .eva-phone-outline::before {
1452
+ content: "\eb61";
1453
+ }
1454
+
1455
+ .eva-pie-chart::before {
1456
+ content: "\eb62";
1457
+ }
1458
+
1459
+ .eva-pie-chart-2::before {
1460
+ content: "\eb63";
1461
+ }
1462
+
1463
+ .eva-pie-chart-outline::before {
1464
+ content: "\eb64";
1465
+ }
1466
+
1467
+ .eva-pin::before {
1468
+ content: "\eb65";
1469
+ }
1470
+
1471
+ .eva-pin-outline::before {
1472
+ content: "\eb66";
1473
+ }
1474
+
1475
+ .eva-play-circle::before {
1476
+ content: "\eb67";
1477
+ }
1478
+
1479
+ .eva-play-circle-outline::before {
1480
+ content: "\eb68";
1481
+ }
1482
+
1483
+ .eva-plus::before {
1484
+ content: "\eb69";
1485
+ }
1486
+
1487
+ .eva-plus-circle::before {
1488
+ content: "\eb6a";
1489
+ }
1490
+
1491
+ .eva-plus-circle-outline::before {
1492
+ content: "\eb6b";
1493
+ }
1494
+
1495
+ .eva-plus-outline::before {
1496
+ content: "\eb6c";
1497
+ }
1498
+
1499
+ .eva-plus-square::before {
1500
+ content: "\eb6d";
1501
+ }
1502
+
1503
+ .eva-plus-square-outline::before {
1504
+ content: "\eb6e";
1505
+ }
1506
+
1507
+ .eva-power::before {
1508
+ content: "\eb6f";
1509
+ }
1510
+
1511
+ .eva-power-outline::before {
1512
+ content: "\eb70";
1513
+ }
1514
+
1515
+ .eva-pricetags::before {
1516
+ content: "\eb71";
1517
+ }
1518
+
1519
+ .eva-pricetags-outline::before {
1520
+ content: "\eb72";
1521
+ }
1522
+
1523
+ .eva-printer::before {
1524
+ content: "\eb73";
1525
+ }
1526
+
1527
+ .eva-printer-outline::before {
1528
+ content: "\eb74";
1529
+ }
1530
+
1531
+ .eva-question-mark::before {
1532
+ content: "\eb75";
1533
+ }
1534
+
1535
+ .eva-question-mark-circle::before {
1536
+ content: "\eb76";
1537
+ }
1538
+
1539
+ .eva-question-mark-circle-outline::before {
1540
+ content: "\eb77";
1541
+ }
1542
+
1543
+ .eva-question-mark-outline::before {
1544
+ content: "\eb78";
1545
+ }
1546
+
1547
+ .eva-radio::before {
1548
+ content: "\eb79";
1549
+ }
1550
+
1551
+ .eva-radio-button-off::before {
1552
+ content: "\eb7a";
1553
+ }
1554
+
1555
+ .eva-radio-button-off-outline::before {
1556
+ content: "\eb7b";
1557
+ }
1558
+
1559
+ .eva-radio-button-on::before {
1560
+ content: "\eb7c";
1561
+ }
1562
+
1563
+ .eva-radio-button-on-outline::before {
1564
+ content: "\eb7d";
1565
+ }
1566
+
1567
+ .eva-radio-outline::before {
1568
+ content: "\eb7e";
1569
+ }
1570
+
1571
+ .eva-recording::before {
1572
+ content: "\eb7f";
1573
+ }
1574
+
1575
+ .eva-recording-outline::before {
1576
+ content: "\eb80";
1577
+ }
1578
+
1579
+ .eva-refresh::before {
1580
+ content: "\eb81";
1581
+ }
1582
+
1583
+ .eva-refresh-outline::before {
1584
+ content: "\eb82";
1585
+ }
1586
+
1587
+ .eva-repeat::before {
1588
+ content: "\eb83";
1589
+ }
1590
+
1591
+ .eva-repeat-outline::before {
1592
+ content: "\eb84";
1593
+ }
1594
+
1595
+ .eva-rewind-left::before {
1596
+ content: "\eb85";
1597
+ }
1598
+
1599
+ .eva-rewind-left-outline::before {
1600
+ content: "\eb86";
1601
+ }
1602
+
1603
+ .eva-rewind-right::before {
1604
+ content: "\eb87";
1605
+ }
1606
+
1607
+ .eva-rewind-right-outline::before {
1608
+ content: "\eb88";
1609
+ }
1610
+
1611
+ .eva-save::before {
1612
+ content: "\eb89";
1613
+ }
1614
+
1615
+ .eva-save-outline::before {
1616
+ content: "\eb8a";
1617
+ }
1618
+
1619
+ .eva-scissors::before {
1620
+ content: "\eb8b";
1621
+ }
1622
+
1623
+ .eva-scissors-outline::before {
1624
+ content: "\eb8c";
1625
+ }
1626
+
1627
+ .eva-search::before {
1628
+ content: "\eb8d";
1629
+ }
1630
+
1631
+ .eva-search-outline::before {
1632
+ content: "\eb8e";
1633
+ }
1634
+
1635
+ .eva-settings::before {
1636
+ content: "\eb8f";
1637
+ }
1638
+
1639
+ .eva-settings-2::before {
1640
+ content: "\eb90";
1641
+ }
1642
+
1643
+ .eva-settings-2-outline::before {
1644
+ content: "\eb91";
1645
+ }
1646
+
1647
+ .eva-settings-outline::before {
1648
+ content: "\eb92";
1649
+ }
1650
+
1651
+ .eva-shake::before {
1652
+ content: "\eb93";
1653
+ }
1654
+
1655
+ .eva-shake-outline::before {
1656
+ content: "\eb94";
1657
+ }
1658
+
1659
+ .eva-share::before {
1660
+ content: "\eb95";
1661
+ }
1662
+
1663
+ .eva-share-outline::before {
1664
+ content: "\eb96";
1665
+ }
1666
+
1667
+ .eva-shield::before {
1668
+ content: "\eb97";
1669
+ }
1670
+
1671
+ .eva-shield-off::before {
1672
+ content: "\eb98";
1673
+ }
1674
+
1675
+ .eva-shield-off-outline::before {
1676
+ content: "\eb99";
1677
+ }
1678
+
1679
+ .eva-shield-outline::before {
1680
+ content: "\eb9a";
1681
+ }
1682
+
1683
+ .eva-shopping-bag::before {
1684
+ content: "\eb9b";
1685
+ }
1686
+
1687
+ .eva-shopping-bag-outline::before {
1688
+ content: "\eb9c";
1689
+ }
1690
+
1691
+ .eva-shopping-cart::before {
1692
+ content: "\eb9d";
1693
+ }
1694
+
1695
+ .eva-shopping-cart-outline::before {
1696
+ content: "\eb9e";
1697
+ }
1698
+
1699
+ .eva-shuffle::before {
1700
+ content: "\eb9f";
1701
+ }
1702
+
1703
+ .eva-shuffle-2::before {
1704
+ content: "\eba0";
1705
+ }
1706
+
1707
+ .eva-shuffle-2-outline::before {
1708
+ content: "\eba1";
1709
+ }
1710
+
1711
+ .eva-shuffle-outline::before {
1712
+ content: "\eba2";
1713
+ }
1714
+
1715
+ .eva-skip-back::before {
1716
+ content: "\eba3";
1717
+ }
1718
+
1719
+ .eva-skip-back-outline::before {
1720
+ content: "\eba4";
1721
+ }
1722
+
1723
+ .eva-skip-forward::before {
1724
+ content: "\eba5";
1725
+ }
1726
+
1727
+ .eva-skip-forward-outline::before {
1728
+ content: "\eba6";
1729
+ }
1730
+
1731
+ .eva-slash::before {
1732
+ content: "\eba7";
1733
+ }
1734
+
1735
+ .eva-slash-outline::before {
1736
+ content: "\eba8";
1737
+ }
1738
+
1739
+ .eva-smartphone::before {
1740
+ content: "\eba9";
1741
+ }
1742
+
1743
+ .eva-smartphone-outline::before {
1744
+ content: "\ebaa";
1745
+ }
1746
+
1747
+ .eva-smiling-face::before {
1748
+ content: "\ebab";
1749
+ }
1750
+
1751
+ .eva-smiling-face-outline::before {
1752
+ content: "\ebac";
1753
+ }
1754
+
1755
+ .eva-speaker::before {
1756
+ content: "\ebad";
1757
+ }
1758
+
1759
+ .eva-speaker-outline::before {
1760
+ content: "\ebae";
1761
+ }
1762
+
1763
+ .eva-square::before {
1764
+ content: "\ebaf";
1765
+ }
1766
+
1767
+ .eva-square-outline::before {
1768
+ content: "\ebb0";
1769
+ }
1770
+
1771
+ .eva-star::before {
1772
+ content: "\ebb1";
1773
+ }
1774
+
1775
+ .eva-star-outline::before {
1776
+ content: "\ebb2";
1777
+ }
1778
+
1779
+ .eva-stop-circle::before {
1780
+ content: "\ebb3";
1781
+ }
1782
+
1783
+ .eva-stop-circle-outline::before {
1784
+ content: "\ebb4";
1785
+ }
1786
+
1787
+ .eva-sun::before {
1788
+ content: "\ebb5";
1789
+ }
1790
+
1791
+ .eva-sun-outline::before {
1792
+ content: "\ebb6";
1793
+ }
1794
+
1795
+ .eva-swap::before {
1796
+ content: "\ebb7";
1797
+ }
1798
+
1799
+ .eva-swap-outline::before {
1800
+ content: "\ebb8";
1801
+ }
1802
+
1803
+ .eva-sync::before {
1804
+ content: "\ebb9";
1805
+ }
1806
+
1807
+ .eva-sync-outline::before {
1808
+ content: "\ebba";
1809
+ }
1810
+
1811
+ .eva-text::before {
1812
+ content: "\ebbb";
1813
+ }
1814
+
1815
+ .eva-text-outline::before {
1816
+ content: "\ebbc";
1817
+ }
1818
+
1819
+ .eva-thermometer::before {
1820
+ content: "\ebbd";
1821
+ }
1822
+
1823
+ .eva-thermometer-minus::before {
1824
+ content: "\ebbe";
1825
+ }
1826
+
1827
+ .eva-thermometer-minus-outline::before {
1828
+ content: "\ebbf";
1829
+ }
1830
+
1831
+ .eva-thermometer-outline::before {
1832
+ content: "\ebc0";
1833
+ }
1834
+
1835
+ .eva-thermometer-plus::before {
1836
+ content: "\ebc1";
1837
+ }
1838
+
1839
+ .eva-thermometer-plus-outline::before {
1840
+ content: "\ebc2";
1841
+ }
1842
+
1843
+ .eva-toggle-left::before {
1844
+ content: "\ebc3";
1845
+ }
1846
+
1847
+ .eva-toggle-left-outline::before {
1848
+ content: "\ebc4";
1849
+ }
1850
+
1851
+ .eva-toggle-right::before {
1852
+ content: "\ebc5";
1853
+ }
1854
+
1855
+ .eva-toggle-right-outline::before {
1856
+ content: "\ebc6";
1857
+ }
1858
+
1859
+ .eva-trash::before {
1860
+ content: "\ebc7";
1861
+ }
1862
+
1863
+ .eva-trash-2::before {
1864
+ content: "\ebc8";
1865
+ }
1866
+
1867
+ .eva-trash-2-outline::before {
1868
+ content: "\ebc9";
1869
+ }
1870
+
1871
+ .eva-trash-outline::before {
1872
+ content: "\ebca";
1873
+ }
1874
+
1875
+ .eva-trending-down::before {
1876
+ content: "\ebcb";
1877
+ }
1878
+
1879
+ .eva-trending-down-outline::before {
1880
+ content: "\ebcc";
1881
+ }
1882
+
1883
+ .eva-trending-up::before {
1884
+ content: "\ebcd";
1885
+ }
1886
+
1887
+ .eva-trending-up-outline::before {
1888
+ content: "\ebce";
1889
+ }
1890
+
1891
+ .eva-tv::before {
1892
+ content: "\ebcf";
1893
+ }
1894
+
1895
+ .eva-tv-outline::before {
1896
+ content: "\ebd0";
1897
+ }
1898
+
1899
+ .eva-twitter::before {
1900
+ content: "\ebd1";
1901
+ }
1902
+
1903
+ .eva-twitter-outline::before {
1904
+ content: "\ebd2";
1905
+ }
1906
+
1907
+ .eva-umbrella::before {
1908
+ content: "\ebd3";
1909
+ }
1910
+
1911
+ .eva-umbrella-outline::before {
1912
+ content: "\ebd4";
1913
+ }
1914
+
1915
+ .eva-undo::before {
1916
+ content: "\ebd5";
1917
+ }
1918
+
1919
+ .eva-undo-outline::before {
1920
+ content: "\ebd6";
1921
+ }
1922
+
1923
+ .eva-unlock::before {
1924
+ content: "\ebd7";
1925
+ }
1926
+
1927
+ .eva-unlock-outline::before {
1928
+ content: "\ebd8";
1929
+ }
1930
+
1931
+ .eva-upload::before {
1932
+ content: "\ebd9";
1933
+ }
1934
+
1935
+ .eva-upload-outline::before {
1936
+ content: "\ebda";
1937
+ }
1938
+
1939
+ .eva-video::before {
1940
+ content: "\ebdb";
1941
+ }
1942
+
1943
+ .eva-video-off::before {
1944
+ content: "\ebdc";
1945
+ }
1946
+
1947
+ .eva-video-off-outline::before {
1948
+ content: "\ebdd";
1949
+ }
1950
+
1951
+ .eva-video-outline::before {
1952
+ content: "\ebde";
1953
+ }
1954
+
1955
+ .eva-volume-down::before {
1956
+ content: "\ebdf";
1957
+ }
1958
+
1959
+ .eva-volume-down-outline::before {
1960
+ content: "\ebe0";
1961
+ }
1962
+
1963
+ .eva-volume-mute::before {
1964
+ content: "\ebe1";
1965
+ }
1966
+
1967
+ .eva-volume-mute-outline::before {
1968
+ content: "\ebe2";
1969
+ }
1970
+
1971
+ .eva-volume-off::before {
1972
+ content: "\ebe3";
1973
+ }
1974
+
1975
+ .eva-volume-off-outline::before {
1976
+ content: "\ebe4";
1977
+ }
1978
+
1979
+ .eva-volume-up::before {
1980
+ content: "\ebe5";
1981
+ }
1982
+
1983
+ .eva-volume-up-outline::before {
1984
+ content: "\ebe6";
1985
+ }
1986
+
1987
+ .eva-wifi::before {
1988
+ content: "\ebe7";
1989
+ }
1990
+
1991
+ .eva-wifi-off::before {
1992
+ content: "\ebe8";
1993
+ }
1994
+
1995
+ .eva-wifi-off-outline::before {
1996
+ content: "\ebe9";
1997
+ }
1998
+
1999
+ .eva-wifi-outline::before {
2000
+ content: "\ebea";
2001
+ }