@aziontech/icons 0.1.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.
- package/LICENSE +20 -0
- package/README.md +316 -0
- package/azionicons.css +276 -0
- package/azionicons.woff2 +0 -0
- package/index.css +2 -0
- package/package.json +29 -0
- package/primeicons.css +963 -0
- package/primeicons.woff2 +0 -0
package/primeicons.css
ADDED
|
@@ -0,0 +1,963 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'primeicons';
|
|
3
|
+
src: url('primeicons.woff2') format('woff2');
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.pi {
|
|
7
|
+
font-family: 'primeicons';
|
|
8
|
+
speak: none;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-variant: normal;
|
|
12
|
+
text-transform: none;
|
|
13
|
+
line-height: 1;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.pi.pi-youtube::before {
|
|
20
|
+
content: '\f101';
|
|
21
|
+
}
|
|
22
|
+
.pi.pi-wrench::before {
|
|
23
|
+
content: '\f102';
|
|
24
|
+
}
|
|
25
|
+
.pi.pi-window-minimize::before {
|
|
26
|
+
content: '\f103';
|
|
27
|
+
}
|
|
28
|
+
.pi.pi-window-maximize::before {
|
|
29
|
+
content: '\f104';
|
|
30
|
+
}
|
|
31
|
+
.pi.pi-wifi::before {
|
|
32
|
+
content: '\f105';
|
|
33
|
+
}
|
|
34
|
+
.pi.pi-whatsapp::before {
|
|
35
|
+
content: '\f106';
|
|
36
|
+
}
|
|
37
|
+
.pi.pi-wave-pulse::before {
|
|
38
|
+
content: '\f107';
|
|
39
|
+
}
|
|
40
|
+
.pi.pi-warehouse::before {
|
|
41
|
+
content: '\f108';
|
|
42
|
+
}
|
|
43
|
+
.pi.pi-wallet::before {
|
|
44
|
+
content: '\f109';
|
|
45
|
+
}
|
|
46
|
+
.pi.pi-volume-up::before {
|
|
47
|
+
content: '\f10a';
|
|
48
|
+
}
|
|
49
|
+
.pi.pi-volume-off::before {
|
|
50
|
+
content: '\f10b';
|
|
51
|
+
}
|
|
52
|
+
.pi.pi-volume-down::before {
|
|
53
|
+
content: '\f10c';
|
|
54
|
+
}
|
|
55
|
+
.pi.pi-vimeo::before {
|
|
56
|
+
content: '\f10d';
|
|
57
|
+
}
|
|
58
|
+
.pi.pi-video::before {
|
|
59
|
+
content: '\f10e';
|
|
60
|
+
}
|
|
61
|
+
.pi.pi-verified::before {
|
|
62
|
+
content: '\f10f';
|
|
63
|
+
}
|
|
64
|
+
.pi.pi-venus::before {
|
|
65
|
+
content: '\f110';
|
|
66
|
+
}
|
|
67
|
+
.pi.pi-users::before {
|
|
68
|
+
content: '\f111';
|
|
69
|
+
}
|
|
70
|
+
.pi.pi-user::before {
|
|
71
|
+
content: '\f112';
|
|
72
|
+
}
|
|
73
|
+
.pi.pi-user-plus::before {
|
|
74
|
+
content: '\f113';
|
|
75
|
+
}
|
|
76
|
+
.pi.pi-user-minus::before {
|
|
77
|
+
content: '\f114';
|
|
78
|
+
}
|
|
79
|
+
.pi.pi-user-edit::before {
|
|
80
|
+
content: '\f115';
|
|
81
|
+
}
|
|
82
|
+
.pi.pi-upload::before {
|
|
83
|
+
content: '\f116';
|
|
84
|
+
}
|
|
85
|
+
.pi.pi-unlock::before {
|
|
86
|
+
content: '\f117';
|
|
87
|
+
}
|
|
88
|
+
.pi.pi-undo::before {
|
|
89
|
+
content: '\f118';
|
|
90
|
+
}
|
|
91
|
+
.pi.pi-twitter::before {
|
|
92
|
+
content: '\f119';
|
|
93
|
+
}
|
|
94
|
+
.pi.pi-twitch::before {
|
|
95
|
+
content: '\f11a';
|
|
96
|
+
}
|
|
97
|
+
.pi.pi-turkish-lira::before {
|
|
98
|
+
content: '\f11b';
|
|
99
|
+
}
|
|
100
|
+
.pi.pi-truck::before {
|
|
101
|
+
content: '\f11c';
|
|
102
|
+
}
|
|
103
|
+
.pi.pi-trophy::before {
|
|
104
|
+
content: '\f11d';
|
|
105
|
+
}
|
|
106
|
+
.pi.pi-trash::before {
|
|
107
|
+
content: '\f11e';
|
|
108
|
+
}
|
|
109
|
+
.pi.pi-times::before {
|
|
110
|
+
content: '\f11f';
|
|
111
|
+
}
|
|
112
|
+
.pi.pi-times-circle::before {
|
|
113
|
+
content: '\f120';
|
|
114
|
+
}
|
|
115
|
+
.pi.pi-tiktok::before {
|
|
116
|
+
content: '\f121';
|
|
117
|
+
}
|
|
118
|
+
.pi.pi-ticket::before {
|
|
119
|
+
content: '\f122';
|
|
120
|
+
}
|
|
121
|
+
.pi.pi-thumbtack::before {
|
|
122
|
+
content: '\f123';
|
|
123
|
+
}
|
|
124
|
+
.pi.pi-thumbs-up::before {
|
|
125
|
+
content: '\f124';
|
|
126
|
+
}
|
|
127
|
+
.pi.pi-thumbs-up-fill::before {
|
|
128
|
+
content: '\f125';
|
|
129
|
+
}
|
|
130
|
+
.pi.pi-thumbs-down::before {
|
|
131
|
+
content: '\f126';
|
|
132
|
+
}
|
|
133
|
+
.pi.pi-thumbs-down-fill::before {
|
|
134
|
+
content: '\f127';
|
|
135
|
+
}
|
|
136
|
+
.pi.pi-th-large::before {
|
|
137
|
+
content: '\f128';
|
|
138
|
+
}
|
|
139
|
+
.pi.pi-telegram::before {
|
|
140
|
+
content: '\f129';
|
|
141
|
+
}
|
|
142
|
+
.pi.pi-tags::before {
|
|
143
|
+
content: '\f12a';
|
|
144
|
+
}
|
|
145
|
+
.pi.pi-tag::before {
|
|
146
|
+
content: '\f12b';
|
|
147
|
+
}
|
|
148
|
+
.pi.pi-tablet::before {
|
|
149
|
+
content: '\f12c';
|
|
150
|
+
}
|
|
151
|
+
.pi.pi-table::before {
|
|
152
|
+
content: '\f12d';
|
|
153
|
+
}
|
|
154
|
+
.pi.pi-sync::before {
|
|
155
|
+
content: '\f12e';
|
|
156
|
+
}
|
|
157
|
+
.pi.pi-sun::before {
|
|
158
|
+
content: '\f12f';
|
|
159
|
+
}
|
|
160
|
+
.pi.pi-stopwatch::before {
|
|
161
|
+
content: '\f130';
|
|
162
|
+
}
|
|
163
|
+
.pi.pi-stop::before {
|
|
164
|
+
content: '\f131';
|
|
165
|
+
}
|
|
166
|
+
.pi.pi-stop-circle::before {
|
|
167
|
+
content: '\f132';
|
|
168
|
+
}
|
|
169
|
+
.pi.pi-step-forward::before {
|
|
170
|
+
content: '\f133';
|
|
171
|
+
}
|
|
172
|
+
.pi.pi-step-forward-alt::before {
|
|
173
|
+
content: '\f134';
|
|
174
|
+
}
|
|
175
|
+
.pi.pi-step-backward::before {
|
|
176
|
+
content: '\f135';
|
|
177
|
+
}
|
|
178
|
+
.pi.pi-step-backward-alt::before {
|
|
179
|
+
content: '\f136';
|
|
180
|
+
}
|
|
181
|
+
.pi.pi-star::before {
|
|
182
|
+
content: '\f137';
|
|
183
|
+
}
|
|
184
|
+
.pi.pi-star-half::before {
|
|
185
|
+
content: '\f138';
|
|
186
|
+
}
|
|
187
|
+
.pi.pi-star-half-fill::before {
|
|
188
|
+
content: '\f139';
|
|
189
|
+
}
|
|
190
|
+
.pi.pi-star-fill::before {
|
|
191
|
+
content: '\f13a';
|
|
192
|
+
}
|
|
193
|
+
.pi.pi-spinner::before {
|
|
194
|
+
content: '\f13b';
|
|
195
|
+
}
|
|
196
|
+
.pi.pi-spinner-dotted::before {
|
|
197
|
+
content: '\f13c';
|
|
198
|
+
}
|
|
199
|
+
.pi.pi-sparkles::before {
|
|
200
|
+
content: '\f13d';
|
|
201
|
+
}
|
|
202
|
+
.pi.pi-sort::before {
|
|
203
|
+
content: '\f13e';
|
|
204
|
+
}
|
|
205
|
+
.pi.pi-sort-up::before {
|
|
206
|
+
content: '\f13f';
|
|
207
|
+
}
|
|
208
|
+
.pi.pi-sort-up-fill::before {
|
|
209
|
+
content: '\f140';
|
|
210
|
+
}
|
|
211
|
+
.pi.pi-sort-numeric-up::before {
|
|
212
|
+
content: '\f141';
|
|
213
|
+
}
|
|
214
|
+
.pi.pi-sort-numeric-up-alt::before {
|
|
215
|
+
content: '\f142';
|
|
216
|
+
}
|
|
217
|
+
.pi.pi-sort-numeric-down::before {
|
|
218
|
+
content: '\f143';
|
|
219
|
+
}
|
|
220
|
+
.pi.pi-sort-numeric-down-alt::before {
|
|
221
|
+
content: '\f144';
|
|
222
|
+
}
|
|
223
|
+
.pi.pi-sort-down::before {
|
|
224
|
+
content: '\f145';
|
|
225
|
+
}
|
|
226
|
+
.pi.pi-sort-down-fill::before {
|
|
227
|
+
content: '\f146';
|
|
228
|
+
}
|
|
229
|
+
.pi.pi-sort-amount-up::before {
|
|
230
|
+
content: '\f147';
|
|
231
|
+
}
|
|
232
|
+
.pi.pi-sort-amount-up-alt::before {
|
|
233
|
+
content: '\f148';
|
|
234
|
+
}
|
|
235
|
+
.pi.pi-sort-amount-down::before {
|
|
236
|
+
content: '\f149';
|
|
237
|
+
}
|
|
238
|
+
.pi.pi-sort-amount-down-alt::before {
|
|
239
|
+
content: '\f14a';
|
|
240
|
+
}
|
|
241
|
+
.pi.pi-sort-alt::before {
|
|
242
|
+
content: '\f14b';
|
|
243
|
+
}
|
|
244
|
+
.pi.pi-sort-alt-slash::before {
|
|
245
|
+
content: '\f14c';
|
|
246
|
+
}
|
|
247
|
+
.pi.pi-sort-alpha-up::before {
|
|
248
|
+
content: '\f14d';
|
|
249
|
+
}
|
|
250
|
+
.pi.pi-sort-alpha-up-alt::before {
|
|
251
|
+
content: '\f14e';
|
|
252
|
+
}
|
|
253
|
+
.pi.pi-sort-alpha-down::before {
|
|
254
|
+
content: '\f14f';
|
|
255
|
+
}
|
|
256
|
+
.pi.pi-sort-alpha-down-alt::before {
|
|
257
|
+
content: '\f150';
|
|
258
|
+
}
|
|
259
|
+
.pi.pi-sliders-v::before {
|
|
260
|
+
content: '\f151';
|
|
261
|
+
}
|
|
262
|
+
.pi.pi-sliders-h::before {
|
|
263
|
+
content: '\f152';
|
|
264
|
+
}
|
|
265
|
+
.pi.pi-slack::before {
|
|
266
|
+
content: '\f153';
|
|
267
|
+
}
|
|
268
|
+
.pi.pi-sitemap::before {
|
|
269
|
+
content: '\f154';
|
|
270
|
+
}
|
|
271
|
+
.pi.pi-sign-out::before {
|
|
272
|
+
content: '\f155';
|
|
273
|
+
}
|
|
274
|
+
.pi.pi-sign-in::before {
|
|
275
|
+
content: '\f156';
|
|
276
|
+
}
|
|
277
|
+
.pi.pi-shopping-cart::before {
|
|
278
|
+
content: '\f157';
|
|
279
|
+
}
|
|
280
|
+
.pi.pi-shopping-bag::before {
|
|
281
|
+
content: '\f158';
|
|
282
|
+
}
|
|
283
|
+
.pi.pi-shop::before {
|
|
284
|
+
content: '\f159';
|
|
285
|
+
}
|
|
286
|
+
.pi.pi-shield::before {
|
|
287
|
+
content: '\f15a';
|
|
288
|
+
}
|
|
289
|
+
.pi.pi-share-alt::before {
|
|
290
|
+
content: '\f15b';
|
|
291
|
+
}
|
|
292
|
+
.pi.pi-server::before {
|
|
293
|
+
content: '\f15c';
|
|
294
|
+
}
|
|
295
|
+
.pi.pi-send::before {
|
|
296
|
+
content: '\f15d';
|
|
297
|
+
}
|
|
298
|
+
.pi.pi-search::before {
|
|
299
|
+
content: '\f15e';
|
|
300
|
+
}
|
|
301
|
+
.pi.pi-search-plus::before {
|
|
302
|
+
content: '\f15f';
|
|
303
|
+
}
|
|
304
|
+
.pi.pi-search-minus::before {
|
|
305
|
+
content: '\f160';
|
|
306
|
+
}
|
|
307
|
+
.pi.pi-save::before {
|
|
308
|
+
content: '\f161';
|
|
309
|
+
}
|
|
310
|
+
.pi.pi-reply::before {
|
|
311
|
+
content: '\f162';
|
|
312
|
+
}
|
|
313
|
+
.pi.pi-replay::before {
|
|
314
|
+
content: '\f163';
|
|
315
|
+
}
|
|
316
|
+
.pi.pi-refresh::before {
|
|
317
|
+
content: '\f164';
|
|
318
|
+
}
|
|
319
|
+
.pi.pi-reddit::before {
|
|
320
|
+
content: '\f165';
|
|
321
|
+
}
|
|
322
|
+
.pi.pi-receipt::before {
|
|
323
|
+
content: '\f166';
|
|
324
|
+
}
|
|
325
|
+
.pi.pi-question::before {
|
|
326
|
+
content: '\f167';
|
|
327
|
+
}
|
|
328
|
+
.pi.pi-question-circle::before {
|
|
329
|
+
content: '\f168';
|
|
330
|
+
}
|
|
331
|
+
.pi.pi-qrcode::before {
|
|
332
|
+
content: '\f169';
|
|
333
|
+
}
|
|
334
|
+
.pi.pi-print::before {
|
|
335
|
+
content: '\f16a';
|
|
336
|
+
}
|
|
337
|
+
.pi.pi-prime::before {
|
|
338
|
+
content: '\f16b';
|
|
339
|
+
}
|
|
340
|
+
.pi.pi-power-off::before {
|
|
341
|
+
content: '\f16c';
|
|
342
|
+
}
|
|
343
|
+
.pi.pi-pound::before {
|
|
344
|
+
content: '\f16d';
|
|
345
|
+
}
|
|
346
|
+
.pi.pi-plus::before {
|
|
347
|
+
content: '\f16e';
|
|
348
|
+
}
|
|
349
|
+
.pi.pi-plus-circle::before {
|
|
350
|
+
content: '\f16f';
|
|
351
|
+
}
|
|
352
|
+
.pi.pi-play::before {
|
|
353
|
+
content: '\f170';
|
|
354
|
+
}
|
|
355
|
+
.pi.pi-play-circle::before {
|
|
356
|
+
content: '\f171';
|
|
357
|
+
}
|
|
358
|
+
.pi.pi-pinterest::before {
|
|
359
|
+
content: '\f172';
|
|
360
|
+
}
|
|
361
|
+
.pi.pi-phone::before {
|
|
362
|
+
content: '\f173';
|
|
363
|
+
}
|
|
364
|
+
.pi.pi-percentage::before {
|
|
365
|
+
content: '\f174';
|
|
366
|
+
}
|
|
367
|
+
.pi.pi-pencil::before {
|
|
368
|
+
content: '\f175';
|
|
369
|
+
}
|
|
370
|
+
.pi.pi-pen-to-square::before {
|
|
371
|
+
content: '\f176';
|
|
372
|
+
}
|
|
373
|
+
.pi.pi-paypal::before {
|
|
374
|
+
content: '\f177';
|
|
375
|
+
}
|
|
376
|
+
.pi.pi-pause::before {
|
|
377
|
+
content: '\f178';
|
|
378
|
+
}
|
|
379
|
+
.pi.pi-pause-circle::before {
|
|
380
|
+
content: '\f179';
|
|
381
|
+
}
|
|
382
|
+
.pi.pi-paperclip::before {
|
|
383
|
+
content: '\f17a';
|
|
384
|
+
}
|
|
385
|
+
.pi.pi-palette::before {
|
|
386
|
+
content: '\f17b';
|
|
387
|
+
}
|
|
388
|
+
.pi.pi-objects-column::before {
|
|
389
|
+
content: '\f17c';
|
|
390
|
+
}
|
|
391
|
+
.pi.pi-moon::before {
|
|
392
|
+
content: '\f17d';
|
|
393
|
+
}
|
|
394
|
+
.pi.pi-money-bill::before {
|
|
395
|
+
content: '\f17e';
|
|
396
|
+
}
|
|
397
|
+
.pi.pi-mobile::before {
|
|
398
|
+
content: '\f17f';
|
|
399
|
+
}
|
|
400
|
+
.pi.pi-minus::before {
|
|
401
|
+
content: '\f180';
|
|
402
|
+
}
|
|
403
|
+
.pi.pi-minus-circle::before {
|
|
404
|
+
content: '\f181';
|
|
405
|
+
}
|
|
406
|
+
.pi.pi-microsoft::before {
|
|
407
|
+
content: '\f182';
|
|
408
|
+
}
|
|
409
|
+
.pi.pi-microphone::before {
|
|
410
|
+
content: '\f183';
|
|
411
|
+
}
|
|
412
|
+
.pi.pi-microchip::before {
|
|
413
|
+
content: '\f184';
|
|
414
|
+
}
|
|
415
|
+
.pi.pi-microchip-ai::before {
|
|
416
|
+
content: '\f185';
|
|
417
|
+
}
|
|
418
|
+
.pi.pi-megaphone::before {
|
|
419
|
+
content: '\f186';
|
|
420
|
+
}
|
|
421
|
+
.pi.pi-mars::before {
|
|
422
|
+
content: '\f187';
|
|
423
|
+
}
|
|
424
|
+
.pi.pi-map::before {
|
|
425
|
+
content: '\f188';
|
|
426
|
+
}
|
|
427
|
+
.pi.pi-map-marker::before {
|
|
428
|
+
content: '\f189';
|
|
429
|
+
}
|
|
430
|
+
.pi.pi-lock::before {
|
|
431
|
+
content: '\f18a';
|
|
432
|
+
}
|
|
433
|
+
.pi.pi-lock-open::before {
|
|
434
|
+
content: '\f18b';
|
|
435
|
+
}
|
|
436
|
+
.pi.pi-list::before {
|
|
437
|
+
content: '\f18c';
|
|
438
|
+
}
|
|
439
|
+
.pi.pi-list-check::before {
|
|
440
|
+
content: '\f18d';
|
|
441
|
+
}
|
|
442
|
+
.pi.pi-linkedin::before {
|
|
443
|
+
content: '\f18e';
|
|
444
|
+
}
|
|
445
|
+
.pi.pi-link::before {
|
|
446
|
+
content: '\f18f';
|
|
447
|
+
}
|
|
448
|
+
.pi.pi-lightbulb::before {
|
|
449
|
+
content: '\f190';
|
|
450
|
+
}
|
|
451
|
+
.pi.pi-language::before {
|
|
452
|
+
content: '\f191';
|
|
453
|
+
}
|
|
454
|
+
.pi.pi-key::before {
|
|
455
|
+
content: '\f192';
|
|
456
|
+
}
|
|
457
|
+
.pi.pi-instagram::before {
|
|
458
|
+
content: '\f193';
|
|
459
|
+
}
|
|
460
|
+
.pi.pi-info::before {
|
|
461
|
+
content: '\f194';
|
|
462
|
+
}
|
|
463
|
+
.pi.pi-info-circle::before {
|
|
464
|
+
content: '\f195';
|
|
465
|
+
}
|
|
466
|
+
.pi.pi-indian-rupee::before {
|
|
467
|
+
content: '\f196';
|
|
468
|
+
}
|
|
469
|
+
.pi.pi-inbox::before {
|
|
470
|
+
content: '\f197';
|
|
471
|
+
}
|
|
472
|
+
.pi.pi-images::before {
|
|
473
|
+
content: '\f198';
|
|
474
|
+
}
|
|
475
|
+
.pi.pi-image::before {
|
|
476
|
+
content: '\f199';
|
|
477
|
+
}
|
|
478
|
+
.pi.pi-id-card::before {
|
|
479
|
+
content: '\f19a';
|
|
480
|
+
}
|
|
481
|
+
.pi.pi-hourglass::before {
|
|
482
|
+
content: '\f19b';
|
|
483
|
+
}
|
|
484
|
+
.pi.pi-home::before {
|
|
485
|
+
content: '\f19c';
|
|
486
|
+
}
|
|
487
|
+
.pi.pi-history::before {
|
|
488
|
+
content: '\f19d';
|
|
489
|
+
}
|
|
490
|
+
.pi.pi-heart::before {
|
|
491
|
+
content: '\f19e';
|
|
492
|
+
}
|
|
493
|
+
.pi.pi-heart-fill::before {
|
|
494
|
+
content: '\f19f';
|
|
495
|
+
}
|
|
496
|
+
.pi.pi-headphones::before {
|
|
497
|
+
content: '\f1a0';
|
|
498
|
+
}
|
|
499
|
+
.pi.pi-hashtag::before {
|
|
500
|
+
content: '\f1a1';
|
|
501
|
+
}
|
|
502
|
+
.pi.pi-hammer::before {
|
|
503
|
+
content: '\f1a2';
|
|
504
|
+
}
|
|
505
|
+
.pi.pi-graduation-cap::before {
|
|
506
|
+
content: '\f1a3';
|
|
507
|
+
}
|
|
508
|
+
.pi.pi-google::before {
|
|
509
|
+
content: '\f1a4';
|
|
510
|
+
}
|
|
511
|
+
.pi.pi-globe::before {
|
|
512
|
+
content: '\f1a5';
|
|
513
|
+
}
|
|
514
|
+
.pi.pi-github::before {
|
|
515
|
+
content: '\f1a6';
|
|
516
|
+
}
|
|
517
|
+
.pi.pi-gift::before {
|
|
518
|
+
content: '\f1a7';
|
|
519
|
+
}
|
|
520
|
+
.pi.pi-gauge::before {
|
|
521
|
+
content: '\f1a8';
|
|
522
|
+
}
|
|
523
|
+
.pi.pi-forward::before {
|
|
524
|
+
content: '\f1a9';
|
|
525
|
+
}
|
|
526
|
+
.pi.pi-folder::before {
|
|
527
|
+
content: '\f1aa';
|
|
528
|
+
}
|
|
529
|
+
.pi.pi-folder-plus::before {
|
|
530
|
+
content: '\f1ab';
|
|
531
|
+
}
|
|
532
|
+
.pi.pi-folder-open::before {
|
|
533
|
+
content: '\f1ac';
|
|
534
|
+
}
|
|
535
|
+
.pi.pi-flag::before {
|
|
536
|
+
content: '\f1ad';
|
|
537
|
+
}
|
|
538
|
+
.pi.pi-flag-fill::before {
|
|
539
|
+
content: '\f1ae';
|
|
540
|
+
}
|
|
541
|
+
.pi.pi-filter::before {
|
|
542
|
+
content: '\f1af';
|
|
543
|
+
}
|
|
544
|
+
.pi.pi-filter-slash::before {
|
|
545
|
+
content: '\f1b0';
|
|
546
|
+
}
|
|
547
|
+
.pi.pi-filter-fill::before {
|
|
548
|
+
content: '\f1b1';
|
|
549
|
+
}
|
|
550
|
+
.pi.pi-file::before {
|
|
551
|
+
content: '\f1b2';
|
|
552
|
+
}
|
|
553
|
+
.pi.pi-file-word::before {
|
|
554
|
+
content: '\f1b3';
|
|
555
|
+
}
|
|
556
|
+
.pi.pi-file-plus::before {
|
|
557
|
+
content: '\f1b4';
|
|
558
|
+
}
|
|
559
|
+
.pi.pi-file-pdf::before {
|
|
560
|
+
content: '\f1b5';
|
|
561
|
+
}
|
|
562
|
+
.pi.pi-file-o::before {
|
|
563
|
+
content: '\f1b6';
|
|
564
|
+
}
|
|
565
|
+
.pi.pi-file-import::before {
|
|
566
|
+
content: '\f1b7';
|
|
567
|
+
}
|
|
568
|
+
.pi.pi-file-export::before {
|
|
569
|
+
content: '\f1b8';
|
|
570
|
+
}
|
|
571
|
+
.pi.pi-file-excel::before {
|
|
572
|
+
content: '\f1b9';
|
|
573
|
+
}
|
|
574
|
+
.pi.pi-file-edit::before {
|
|
575
|
+
content: '\f1ba';
|
|
576
|
+
}
|
|
577
|
+
.pi.pi-file-check::before {
|
|
578
|
+
content: '\f1bb';
|
|
579
|
+
}
|
|
580
|
+
.pi.pi-file-arrow-up::before {
|
|
581
|
+
content: '\f1bc';
|
|
582
|
+
}
|
|
583
|
+
.pi.pi-fast-forward::before {
|
|
584
|
+
content: '\f1bd';
|
|
585
|
+
}
|
|
586
|
+
.pi.pi-fast-backward::before {
|
|
587
|
+
content: '\f1be';
|
|
588
|
+
}
|
|
589
|
+
.pi.pi-facebook::before {
|
|
590
|
+
content: '\f1bf';
|
|
591
|
+
}
|
|
592
|
+
.pi.pi-face-smile::before {
|
|
593
|
+
content: '\f1c0';
|
|
594
|
+
}
|
|
595
|
+
.pi.pi-eye::before {
|
|
596
|
+
content: '\f1c1';
|
|
597
|
+
}
|
|
598
|
+
.pi.pi-eye-slash::before {
|
|
599
|
+
content: '\f1c2';
|
|
600
|
+
}
|
|
601
|
+
.pi.pi-external-link::before {
|
|
602
|
+
content: '\f1c3';
|
|
603
|
+
}
|
|
604
|
+
.pi.pi-expand::before {
|
|
605
|
+
content: '\f1c4';
|
|
606
|
+
}
|
|
607
|
+
.pi.pi-exclamation-triangle::before {
|
|
608
|
+
content: '\f1c5';
|
|
609
|
+
}
|
|
610
|
+
.pi.pi-exclamation-circle::before {
|
|
611
|
+
content: '\f1c6';
|
|
612
|
+
}
|
|
613
|
+
.pi.pi-euro::before {
|
|
614
|
+
content: '\f1c7';
|
|
615
|
+
}
|
|
616
|
+
.pi.pi-ethereum::before {
|
|
617
|
+
content: '\f1c8';
|
|
618
|
+
}
|
|
619
|
+
.pi.pi-eraser::before {
|
|
620
|
+
content: '\f1c9';
|
|
621
|
+
}
|
|
622
|
+
.pi.pi-equals::before {
|
|
623
|
+
content: '\f1ca';
|
|
624
|
+
}
|
|
625
|
+
.pi.pi-envelope::before {
|
|
626
|
+
content: '\f1cb';
|
|
627
|
+
}
|
|
628
|
+
.pi.pi-ellipsis-v::before {
|
|
629
|
+
content: '\f1cc';
|
|
630
|
+
}
|
|
631
|
+
.pi.pi-ellipsis-h::before {
|
|
632
|
+
content: '\f1cd';
|
|
633
|
+
}
|
|
634
|
+
.pi.pi-eject::before {
|
|
635
|
+
content: '\f1ce';
|
|
636
|
+
}
|
|
637
|
+
.pi.pi-download::before {
|
|
638
|
+
content: '\f1cf';
|
|
639
|
+
}
|
|
640
|
+
.pi.pi-dollar::before {
|
|
641
|
+
content: '\f1d0';
|
|
642
|
+
}
|
|
643
|
+
.pi.pi-discord::before {
|
|
644
|
+
content: '\f1d1';
|
|
645
|
+
}
|
|
646
|
+
.pi.pi-directions::before {
|
|
647
|
+
content: '\f1d2';
|
|
648
|
+
}
|
|
649
|
+
.pi.pi-directions-alt::before {
|
|
650
|
+
content: '\f1d3';
|
|
651
|
+
}
|
|
652
|
+
.pi.pi-desktop::before {
|
|
653
|
+
content: '\f1d4';
|
|
654
|
+
}
|
|
655
|
+
.pi.pi-delete-left::before {
|
|
656
|
+
content: '\f1d5';
|
|
657
|
+
}
|
|
658
|
+
.pi.pi-database::before {
|
|
659
|
+
content: '\f1d6';
|
|
660
|
+
}
|
|
661
|
+
.pi.pi-crown::before {
|
|
662
|
+
content: '\f1d7';
|
|
663
|
+
}
|
|
664
|
+
.pi.pi-credit-card::before {
|
|
665
|
+
content: '\f1d8';
|
|
666
|
+
}
|
|
667
|
+
.pi.pi-copy::before {
|
|
668
|
+
content: '\f1d9';
|
|
669
|
+
}
|
|
670
|
+
.pi.pi-compass::before {
|
|
671
|
+
content: '\f1da';
|
|
672
|
+
}
|
|
673
|
+
.pi.pi-comments::before {
|
|
674
|
+
content: '\f1db';
|
|
675
|
+
}
|
|
676
|
+
.pi.pi-comment::before {
|
|
677
|
+
content: '\f1dc';
|
|
678
|
+
}
|
|
679
|
+
.pi.pi-cog::before {
|
|
680
|
+
content: '\f1dd';
|
|
681
|
+
}
|
|
682
|
+
.pi.pi-code::before {
|
|
683
|
+
content: '\f1de';
|
|
684
|
+
}
|
|
685
|
+
.pi.pi-cloud::before {
|
|
686
|
+
content: '\f1df';
|
|
687
|
+
}
|
|
688
|
+
.pi.pi-cloud-upload::before {
|
|
689
|
+
content: '\f1e0';
|
|
690
|
+
}
|
|
691
|
+
.pi.pi-cloud-download::before {
|
|
692
|
+
content: '\f1e1';
|
|
693
|
+
}
|
|
694
|
+
.pi.pi-clone::before {
|
|
695
|
+
content: '\f1e2';
|
|
696
|
+
}
|
|
697
|
+
.pi.pi-clock::before {
|
|
698
|
+
content: '\f1e3';
|
|
699
|
+
}
|
|
700
|
+
.pi.pi-clipboard::before {
|
|
701
|
+
content: '\f1e4';
|
|
702
|
+
}
|
|
703
|
+
.pi.pi-circle::before {
|
|
704
|
+
content: '\f1e5';
|
|
705
|
+
}
|
|
706
|
+
.pi.pi-circle-on::before {
|
|
707
|
+
content: '\f1e6';
|
|
708
|
+
}
|
|
709
|
+
.pi.pi-circle-off::before {
|
|
710
|
+
content: '\f1e7';
|
|
711
|
+
}
|
|
712
|
+
.pi.pi-circle-fill::before {
|
|
713
|
+
content: '\f1e8';
|
|
714
|
+
}
|
|
715
|
+
.pi.pi-chevron-up::before {
|
|
716
|
+
content: '\f1e9';
|
|
717
|
+
}
|
|
718
|
+
.pi.pi-chevron-right::before {
|
|
719
|
+
content: '\f1ea';
|
|
720
|
+
}
|
|
721
|
+
.pi.pi-chevron-left::before {
|
|
722
|
+
content: '\f1eb';
|
|
723
|
+
}
|
|
724
|
+
.pi.pi-chevron-down::before {
|
|
725
|
+
content: '\f1ec';
|
|
726
|
+
}
|
|
727
|
+
.pi.pi-chevron-circle-up::before {
|
|
728
|
+
content: '\f1ed';
|
|
729
|
+
}
|
|
730
|
+
.pi.pi-chevron-circle-right::before {
|
|
731
|
+
content: '\f1ee';
|
|
732
|
+
}
|
|
733
|
+
.pi.pi-chevron-circle-left::before {
|
|
734
|
+
content: '\f1ef';
|
|
735
|
+
}
|
|
736
|
+
.pi.pi-chevron-circle-down::before {
|
|
737
|
+
content: '\f1f0';
|
|
738
|
+
}
|
|
739
|
+
.pi.pi-check::before {
|
|
740
|
+
content: '\f1f1';
|
|
741
|
+
}
|
|
742
|
+
.pi.pi-check-square::before {
|
|
743
|
+
content: '\f1f2';
|
|
744
|
+
}
|
|
745
|
+
.pi.pi-check-circle::before {
|
|
746
|
+
content: '\f1f3';
|
|
747
|
+
}
|
|
748
|
+
.pi.pi-chart-scatter::before {
|
|
749
|
+
content: '\f1f4';
|
|
750
|
+
}
|
|
751
|
+
.pi.pi-chart-pie::before {
|
|
752
|
+
content: '\f1f5';
|
|
753
|
+
}
|
|
754
|
+
.pi.pi-chart-line::before {
|
|
755
|
+
content: '\f1f6';
|
|
756
|
+
}
|
|
757
|
+
.pi.pi-chart-bar::before {
|
|
758
|
+
content: '\f1f7';
|
|
759
|
+
}
|
|
760
|
+
.pi.pi-cart-plus::before {
|
|
761
|
+
content: '\f1f8';
|
|
762
|
+
}
|
|
763
|
+
.pi.pi-cart-minus::before {
|
|
764
|
+
content: '\f1f9';
|
|
765
|
+
}
|
|
766
|
+
.pi.pi-cart-arrow-down::before {
|
|
767
|
+
content: '\f1fa';
|
|
768
|
+
}
|
|
769
|
+
.pi.pi-caret-up::before {
|
|
770
|
+
content: '\f1fb';
|
|
771
|
+
}
|
|
772
|
+
.pi.pi-caret-right::before {
|
|
773
|
+
content: '\f1fc';
|
|
774
|
+
}
|
|
775
|
+
.pi.pi-caret-left::before {
|
|
776
|
+
content: '\f1fd';
|
|
777
|
+
}
|
|
778
|
+
.pi.pi-caret-down::before {
|
|
779
|
+
content: '\f1fe';
|
|
780
|
+
}
|
|
781
|
+
.pi.pi-car::before {
|
|
782
|
+
content: '\f1ff';
|
|
783
|
+
}
|
|
784
|
+
.pi.pi-camera::before {
|
|
785
|
+
content: '\f200';
|
|
786
|
+
}
|
|
787
|
+
.pi.pi-calendar::before {
|
|
788
|
+
content: '\f201';
|
|
789
|
+
}
|
|
790
|
+
.pi.pi-calendar-times::before {
|
|
791
|
+
content: '\f202';
|
|
792
|
+
}
|
|
793
|
+
.pi.pi-calendar-plus::before {
|
|
794
|
+
content: '\f203';
|
|
795
|
+
}
|
|
796
|
+
.pi.pi-calendar-minus::before {
|
|
797
|
+
content: '\f204';
|
|
798
|
+
}
|
|
799
|
+
.pi.pi-calendar-clock::before {
|
|
800
|
+
content: '\f205';
|
|
801
|
+
}
|
|
802
|
+
.pi.pi-calculator::before {
|
|
803
|
+
content: '\f206';
|
|
804
|
+
}
|
|
805
|
+
.pi.pi-bullseye::before {
|
|
806
|
+
content: '\f207';
|
|
807
|
+
}
|
|
808
|
+
.pi.pi-building::before {
|
|
809
|
+
content: '\f208';
|
|
810
|
+
}
|
|
811
|
+
.pi.pi-building-columns::before {
|
|
812
|
+
content: '\f209';
|
|
813
|
+
}
|
|
814
|
+
.pi.pi-briefcase::before {
|
|
815
|
+
content: '\f20a';
|
|
816
|
+
}
|
|
817
|
+
.pi.pi-box::before {
|
|
818
|
+
content: '\f20b';
|
|
819
|
+
}
|
|
820
|
+
.pi.pi-bookmark::before {
|
|
821
|
+
content: '\f20c';
|
|
822
|
+
}
|
|
823
|
+
.pi.pi-bookmark-fill::before {
|
|
824
|
+
content: '\f20d';
|
|
825
|
+
}
|
|
826
|
+
.pi.pi-book::before {
|
|
827
|
+
content: '\f20e';
|
|
828
|
+
}
|
|
829
|
+
.pi.pi-bolt::before {
|
|
830
|
+
content: '\f20f';
|
|
831
|
+
}
|
|
832
|
+
.pi.pi-bitcoin::before {
|
|
833
|
+
content: '\f210';
|
|
834
|
+
}
|
|
835
|
+
.pi.pi-bell::before {
|
|
836
|
+
content: '\f211';
|
|
837
|
+
}
|
|
838
|
+
.pi.pi-bell-slash::before {
|
|
839
|
+
content: '\f212';
|
|
840
|
+
}
|
|
841
|
+
.pi.pi-bars::before {
|
|
842
|
+
content: '\f213';
|
|
843
|
+
}
|
|
844
|
+
.pi.pi-barcode::before {
|
|
845
|
+
content: '\f214';
|
|
846
|
+
}
|
|
847
|
+
.pi.pi-ban::before {
|
|
848
|
+
content: '\f215';
|
|
849
|
+
}
|
|
850
|
+
.pi.pi-backward::before {
|
|
851
|
+
content: '\f216';
|
|
852
|
+
}
|
|
853
|
+
.pi.pi-at::before {
|
|
854
|
+
content: '\f217';
|
|
855
|
+
}
|
|
856
|
+
.pi.pi-asterisk::before {
|
|
857
|
+
content: '\f218';
|
|
858
|
+
}
|
|
859
|
+
.pi.pi-arrows-v::before {
|
|
860
|
+
content: '\f219';
|
|
861
|
+
}
|
|
862
|
+
.pi.pi-arrows-h::before {
|
|
863
|
+
content: '\f21a';
|
|
864
|
+
}
|
|
865
|
+
.pi.pi-arrows-alt::before {
|
|
866
|
+
content: '\f21b';
|
|
867
|
+
}
|
|
868
|
+
.pi.pi-arrow-up::before {
|
|
869
|
+
content: '\f21c';
|
|
870
|
+
}
|
|
871
|
+
.pi.pi-arrow-up-right::before {
|
|
872
|
+
content: '\f21d';
|
|
873
|
+
}
|
|
874
|
+
.pi.pi-arrow-up-right-and-arrow-down-left-from-center::before {
|
|
875
|
+
content: '\f21e';
|
|
876
|
+
}
|
|
877
|
+
.pi.pi-arrow-up-left::before {
|
|
878
|
+
content: '\f21f';
|
|
879
|
+
}
|
|
880
|
+
.pi.pi-arrow-right::before {
|
|
881
|
+
content: '\f220';
|
|
882
|
+
}
|
|
883
|
+
.pi.pi-arrow-right-arrow-left::before {
|
|
884
|
+
content: '\f221';
|
|
885
|
+
}
|
|
886
|
+
.pi.pi-arrow-left::before {
|
|
887
|
+
content: '\f222';
|
|
888
|
+
}
|
|
889
|
+
.pi.pi-arrow-down::before {
|
|
890
|
+
content: '\f223';
|
|
891
|
+
}
|
|
892
|
+
.pi.pi-arrow-down-right::before {
|
|
893
|
+
content: '\f224';
|
|
894
|
+
}
|
|
895
|
+
.pi.pi-arrow-down-left::before {
|
|
896
|
+
content: '\f225';
|
|
897
|
+
}
|
|
898
|
+
.pi.pi-arrow-down-left-and-arrow-up-right-to-center::before {
|
|
899
|
+
content: '\f226';
|
|
900
|
+
}
|
|
901
|
+
.pi.pi-arrow-circle-up::before {
|
|
902
|
+
content: '\f227';
|
|
903
|
+
}
|
|
904
|
+
.pi.pi-arrow-circle-right::before {
|
|
905
|
+
content: '\f228';
|
|
906
|
+
}
|
|
907
|
+
.pi.pi-arrow-circle-left::before {
|
|
908
|
+
content: '\f229';
|
|
909
|
+
}
|
|
910
|
+
.pi.pi-arrow-circle-down::before {
|
|
911
|
+
content: '\f22a';
|
|
912
|
+
}
|
|
913
|
+
.pi.pi-apple::before {
|
|
914
|
+
content: '\f22b';
|
|
915
|
+
}
|
|
916
|
+
.pi.pi-angle-up::before {
|
|
917
|
+
content: '\f22c';
|
|
918
|
+
}
|
|
919
|
+
.pi.pi-angle-right::before {
|
|
920
|
+
content: '\f22d';
|
|
921
|
+
}
|
|
922
|
+
.pi.pi-angle-left::before {
|
|
923
|
+
content: '\f22e';
|
|
924
|
+
}
|
|
925
|
+
.pi.pi-angle-down::before {
|
|
926
|
+
content: '\f22f';
|
|
927
|
+
}
|
|
928
|
+
.pi.pi-angle-double-up::before {
|
|
929
|
+
content: '\f230';
|
|
930
|
+
}
|
|
931
|
+
.pi.pi-angle-double-right::before {
|
|
932
|
+
content: '\f231';
|
|
933
|
+
}
|
|
934
|
+
.pi.pi-angle-double-left::before {
|
|
935
|
+
content: '\f232';
|
|
936
|
+
}
|
|
937
|
+
.pi.pi-angle-double-down::before {
|
|
938
|
+
content: '\f233';
|
|
939
|
+
}
|
|
940
|
+
.pi.pi-android::before {
|
|
941
|
+
content: '\f234';
|
|
942
|
+
}
|
|
943
|
+
.pi.pi-amazon::before {
|
|
944
|
+
content: '\f235';
|
|
945
|
+
}
|
|
946
|
+
.pi.pi-align-right::before {
|
|
947
|
+
content: '\f236';
|
|
948
|
+
}
|
|
949
|
+
.pi.pi-align-left::before {
|
|
950
|
+
content: '\f237';
|
|
951
|
+
}
|
|
952
|
+
.pi.pi-align-justify::before {
|
|
953
|
+
content: '\f238';
|
|
954
|
+
}
|
|
955
|
+
.pi.pi-align-center::before {
|
|
956
|
+
content: '\f239';
|
|
957
|
+
}
|
|
958
|
+
.pi.pi-address-book::before {
|
|
959
|
+
content: '\f23a';
|
|
960
|
+
}
|
|
961
|
+
.pi.ai-sparkles::before {
|
|
962
|
+
content: '\f23b';
|
|
963
|
+
}
|