@tabler/icons-webfont 2.7.0 → 2.9.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/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +235 -7
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +524 -11
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +121 -7
package/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
41
|
+
"@tabler/icons": "2.9.0"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.9.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.9.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.9.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.9.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.9.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
content: "\f79e";
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
.ti-ad-circle-filled:before {
|
|
122
|
+
content: "\f7d3";
|
|
123
|
+
}
|
|
124
|
+
|
|
121
125
|
.ti-ad-circle-off:before {
|
|
122
126
|
content: "\f79d";
|
|
123
127
|
}
|
|
@@ -286,6 +290,10 @@
|
|
|
286
290
|
content: "\f79f";
|
|
287
291
|
}
|
|
288
292
|
|
|
293
|
+
.ti-align-box-center-middle-filled:before {
|
|
294
|
+
content: "\f7d4";
|
|
295
|
+
}
|
|
296
|
+
|
|
289
297
|
.ti-align-box-left-bottom:before {
|
|
290
298
|
content: "\f533";
|
|
291
299
|
}
|
|
@@ -322,6 +330,10 @@
|
|
|
322
330
|
content: "\f537";
|
|
323
331
|
}
|
|
324
332
|
|
|
333
|
+
.ti-align-box-right-middle-filled:before {
|
|
334
|
+
content: "\f7d5";
|
|
335
|
+
}
|
|
336
|
+
|
|
325
337
|
.ti-align-box-right-top:before {
|
|
326
338
|
content: "\f538";
|
|
327
339
|
}
|
|
@@ -570,18 +582,34 @@
|
|
|
570
582
|
content: "\f60b";
|
|
571
583
|
}
|
|
572
584
|
|
|
585
|
+
.ti-arrow-badge-down-filled:before {
|
|
586
|
+
content: "\f7d6";
|
|
587
|
+
}
|
|
588
|
+
|
|
573
589
|
.ti-arrow-badge-left:before {
|
|
574
590
|
content: "\f60c";
|
|
575
591
|
}
|
|
576
592
|
|
|
593
|
+
.ti-arrow-badge-left-filled:before {
|
|
594
|
+
content: "\f7d7";
|
|
595
|
+
}
|
|
596
|
+
|
|
577
597
|
.ti-arrow-badge-right:before {
|
|
578
598
|
content: "\f60d";
|
|
579
599
|
}
|
|
580
600
|
|
|
601
|
+
.ti-arrow-badge-right-filled:before {
|
|
602
|
+
content: "\f7d8";
|
|
603
|
+
}
|
|
604
|
+
|
|
581
605
|
.ti-arrow-badge-up:before {
|
|
582
606
|
content: "\f60e";
|
|
583
607
|
}
|
|
584
608
|
|
|
609
|
+
.ti-arrow-badge-up-filled:before {
|
|
610
|
+
content: "\f7d9";
|
|
611
|
+
}
|
|
612
|
+
|
|
585
613
|
.ti-arrow-bar-down:before {
|
|
586
614
|
content: "\ea0d";
|
|
587
615
|
}
|
|
@@ -982,10 +1010,6 @@
|
|
|
982
1010
|
content: "\f05b";
|
|
983
1011
|
}
|
|
984
1012
|
|
|
985
|
-
.ti-arrow-top-circle:before {
|
|
986
|
-
content: "\f6f3";
|
|
987
|
-
}
|
|
988
|
-
|
|
989
1013
|
.ti-arrow-up:before {
|
|
990
1014
|
content: "\ea25";
|
|
991
1015
|
}
|
|
@@ -1222,6 +1246,10 @@
|
|
|
1222
1246
|
content: "\f1e2";
|
|
1223
1247
|
}
|
|
1224
1248
|
|
|
1249
|
+
.ti-article-filled-filled:before {
|
|
1250
|
+
content: "\f7da";
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1225
1253
|
.ti-article-off:before {
|
|
1226
1254
|
content: "\f3bf";
|
|
1227
1255
|
}
|
|
@@ -1230,6 +1258,10 @@
|
|
|
1230
1258
|
content: "\ed30";
|
|
1231
1259
|
}
|
|
1232
1260
|
|
|
1261
|
+
.ti-aspect-ratio-filled:before {
|
|
1262
|
+
content: "\f7db";
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1233
1265
|
.ti-aspect-ratio-off:before {
|
|
1234
1266
|
content: "\f0af";
|
|
1235
1267
|
}
|
|
@@ -1338,6 +1370,10 @@
|
|
|
1338
1370
|
content: "\ea2d";
|
|
1339
1371
|
}
|
|
1340
1372
|
|
|
1373
|
+
.ti-backspace-filled:before {
|
|
1374
|
+
content: "\f7dc";
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1341
1377
|
.ti-badge:before {
|
|
1342
1378
|
content: "\efc2";
|
|
1343
1379
|
}
|
|
@@ -1402,6 +1438,10 @@
|
|
|
1402
1438
|
content: "\efc3";
|
|
1403
1439
|
}
|
|
1404
1440
|
|
|
1441
|
+
.ti-badges-filled:before {
|
|
1442
|
+
content: "\f7dd";
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1405
1445
|
.ti-badges-off:before {
|
|
1406
1446
|
content: "\f0fc";
|
|
1407
1447
|
}
|
|
@@ -1470,6 +1510,10 @@
|
|
|
1470
1510
|
content: "\eb7a";
|
|
1471
1511
|
}
|
|
1472
1512
|
|
|
1513
|
+
.ti-bandage-filled:before {
|
|
1514
|
+
content: "\f7de";
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1473
1517
|
.ti-bandage-off:before {
|
|
1474
1518
|
content: "\f3c4";
|
|
1475
1519
|
}
|
|
@@ -1514,6 +1558,10 @@
|
|
|
1514
1558
|
content: "\ebe1";
|
|
1515
1559
|
}
|
|
1516
1560
|
|
|
1561
|
+
.ti-basket-filled:before {
|
|
1562
|
+
content: "\f7df";
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1517
1565
|
.ti-basket-off:before {
|
|
1518
1566
|
content: "\f0b6";
|
|
1519
1567
|
}
|
|
@@ -1606,6 +1654,10 @@
|
|
|
1606
1654
|
content: "\eb5c";
|
|
1607
1655
|
}
|
|
1608
1656
|
|
|
1657
|
+
.ti-bed-filled:before {
|
|
1658
|
+
content: "\f7e0";
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1609
1661
|
.ti-bed-off:before {
|
|
1610
1662
|
content: "\f100";
|
|
1611
1663
|
}
|
|
@@ -1614,6 +1666,10 @@
|
|
|
1614
1666
|
content: "\efa1";
|
|
1615
1667
|
}
|
|
1616
1668
|
|
|
1669
|
+
.ti-beer-filled:before {
|
|
1670
|
+
content: "\f7e1";
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1617
1673
|
.ti-beer-off:before {
|
|
1618
1674
|
content: "\f101";
|
|
1619
1675
|
}
|
|
@@ -1726,6 +1782,10 @@
|
|
|
1726
1782
|
content: "\f4bd";
|
|
1727
1783
|
}
|
|
1728
1784
|
|
|
1785
|
+
.ti-blade-filled:before {
|
|
1786
|
+
content: "\f7e2";
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1729
1789
|
.ti-bleach:before {
|
|
1730
1790
|
content: "\f2f3";
|
|
1731
1791
|
}
|
|
@@ -2322,6 +2382,10 @@
|
|
|
2322
2382
|
content: "\f5fe";
|
|
2323
2383
|
}
|
|
2324
2384
|
|
|
2385
|
+
.ti-brand-crunchbase:before {
|
|
2386
|
+
content: "\f7e3";
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2325
2389
|
.ti-brand-css3:before {
|
|
2326
2390
|
content: "\ed6b";
|
|
2327
2391
|
}
|
|
@@ -2386,6 +2450,10 @@
|
|
|
2386
2450
|
content: "\ece3";
|
|
2387
2451
|
}
|
|
2388
2452
|
|
|
2453
|
+
.ti-brand-discord-filled:before {
|
|
2454
|
+
content: "\f7e4";
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2389
2457
|
.ti-brand-disney:before {
|
|
2390
2458
|
content: "\f20a";
|
|
2391
2459
|
}
|
|
@@ -2418,6 +2486,10 @@
|
|
|
2418
2486
|
content: "\ec19";
|
|
2419
2487
|
}
|
|
2420
2488
|
|
|
2489
|
+
.ti-brand-dribbble-filled:before {
|
|
2490
|
+
content: "\f7e5";
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2421
2493
|
.ti-brand-drops:before {
|
|
2422
2494
|
content: "\f4d5";
|
|
2423
2495
|
}
|
|
@@ -2454,6 +2526,10 @@
|
|
|
2454
2526
|
content: "\ec1a";
|
|
2455
2527
|
}
|
|
2456
2528
|
|
|
2529
|
+
.ti-brand-facebook-filled:before {
|
|
2530
|
+
content: "\f7e6";
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2457
2533
|
.ti-brand-figma:before {
|
|
2458
2534
|
content: "\ec93";
|
|
2459
2535
|
}
|
|
@@ -2526,6 +2602,10 @@
|
|
|
2526
2602
|
content: "\f4a8";
|
|
2527
2603
|
}
|
|
2528
2604
|
|
|
2605
|
+
.ti-brand-github-filled:before {
|
|
2606
|
+
content: "\f7e7";
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2529
2609
|
.ti-brand-gitlab:before {
|
|
2530
2610
|
content: "\ec1d";
|
|
2531
2611
|
}
|
|
@@ -2654,6 +2734,10 @@
|
|
|
2654
2734
|
content: "\f001";
|
|
2655
2735
|
}
|
|
2656
2736
|
|
|
2737
|
+
.ti-brand-line:before {
|
|
2738
|
+
content: "\f7e8";
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2657
2741
|
.ti-brand-linkedin:before {
|
|
2658
2742
|
content: "\ec8c";
|
|
2659
2743
|
}
|
|
@@ -2830,6 +2914,10 @@
|
|
|
2830
2914
|
content: "\ec22";
|
|
2831
2915
|
}
|
|
2832
2916
|
|
|
2917
|
+
.ti-brand-paypal-filled:before {
|
|
2918
|
+
content: "\f7e9";
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2833
2921
|
.ti-brand-paypay:before {
|
|
2834
2922
|
content: "\f5ec";
|
|
2835
2923
|
}
|
|
@@ -3090,6 +3178,10 @@
|
|
|
3090
3178
|
content: "\ed70";
|
|
3091
3179
|
}
|
|
3092
3180
|
|
|
3181
|
+
.ti-brand-tikto-filled:before {
|
|
3182
|
+
content: "\f7ea";
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3093
3185
|
.ti-brand-tiktok:before {
|
|
3094
3186
|
content: "\ec73";
|
|
3095
3187
|
}
|
|
@@ -3134,6 +3226,10 @@
|
|
|
3134
3226
|
content: "\ec27";
|
|
3135
3227
|
}
|
|
3136
3228
|
|
|
3229
|
+
.ti-brand-twitter-filled:before {
|
|
3230
|
+
content: "\f7eb";
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3137
3233
|
.ti-brand-typescript:before {
|
|
3138
3234
|
content: "\f5f1";
|
|
3139
3235
|
}
|
|
@@ -4682,6 +4778,18 @@
|
|
|
4682
4778
|
content: "\f546";
|
|
4683
4779
|
}
|
|
4684
4780
|
|
|
4781
|
+
.ti-clock-check:before {
|
|
4782
|
+
content: "\f7c1";
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4785
|
+
.ti-clock-cog:before {
|
|
4786
|
+
content: "\f7c2";
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
.ti-clock-down:before {
|
|
4790
|
+
content: "\f7c3";
|
|
4791
|
+
}
|
|
4792
|
+
|
|
4685
4793
|
.ti-clock-edit:before {
|
|
4686
4794
|
content: "\f547";
|
|
4687
4795
|
}
|
|
@@ -4690,6 +4798,10 @@
|
|
|
4690
4798
|
content: "\f73a";
|
|
4691
4799
|
}
|
|
4692
4800
|
|
|
4801
|
+
.ti-clock-heart:before {
|
|
4802
|
+
content: "\f7c4";
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4693
4805
|
.ti-clock-hour-1:before {
|
|
4694
4806
|
content: "\f313";
|
|
4695
4807
|
}
|
|
@@ -4750,14 +4862,42 @@
|
|
|
4750
4862
|
content: "\f549";
|
|
4751
4863
|
}
|
|
4752
4864
|
|
|
4865
|
+
.ti-clock-plus:before {
|
|
4866
|
+
content: "\f7c5";
|
|
4867
|
+
}
|
|
4868
|
+
|
|
4869
|
+
.ti-clock-question:before {
|
|
4870
|
+
content: "\f7c6";
|
|
4871
|
+
}
|
|
4872
|
+
|
|
4753
4873
|
.ti-clock-record:before {
|
|
4754
4874
|
content: "\f54a";
|
|
4755
4875
|
}
|
|
4756
4876
|
|
|
4877
|
+
.ti-clock-search:before {
|
|
4878
|
+
content: "\f7c7";
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4881
|
+
.ti-clock-shield:before {
|
|
4882
|
+
content: "\f7c8";
|
|
4883
|
+
}
|
|
4884
|
+
|
|
4885
|
+
.ti-clock-star:before {
|
|
4886
|
+
content: "\f7c9";
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4757
4889
|
.ti-clock-stop:before {
|
|
4758
4890
|
content: "\f54b";
|
|
4759
4891
|
}
|
|
4760
4892
|
|
|
4893
|
+
.ti-clock-up:before {
|
|
4894
|
+
content: "\f7ca";
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4897
|
+
.ti-clock-x:before {
|
|
4898
|
+
content: "\f7cb";
|
|
4899
|
+
}
|
|
4900
|
+
|
|
4761
4901
|
.ti-clothes-rack:before {
|
|
4762
4902
|
content: "\f285";
|
|
4763
4903
|
}
|
|
@@ -6314,10 +6454,30 @@
|
|
|
6314
6454
|
content: "\ee88";
|
|
6315
6455
|
}
|
|
6316
6456
|
|
|
6457
|
+
.ti-eye-closed:before {
|
|
6458
|
+
content: "\f7ec";
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
.ti-eye-cog:before {
|
|
6462
|
+
content: "\f7ed";
|
|
6463
|
+
}
|
|
6464
|
+
|
|
6465
|
+
.ti-eye-edit:before {
|
|
6466
|
+
content: "\f7ee";
|
|
6467
|
+
}
|
|
6468
|
+
|
|
6469
|
+
.ti-eye-exclamation:before {
|
|
6470
|
+
content: "\f7ef";
|
|
6471
|
+
}
|
|
6472
|
+
|
|
6317
6473
|
.ti-eye-filled:before {
|
|
6318
6474
|
content: "\f679";
|
|
6319
6475
|
}
|
|
6320
6476
|
|
|
6477
|
+
.ti-eye-heart:before {
|
|
6478
|
+
content: "\f7f0";
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6321
6481
|
.ti-eye-off:before {
|
|
6322
6482
|
content: "\ecf0";
|
|
6323
6483
|
}
|
|
@@ -6326,6 +6486,10 @@
|
|
|
6326
6486
|
content: "\ef5e";
|
|
6327
6487
|
}
|
|
6328
6488
|
|
|
6489
|
+
.ti-eye-x:before {
|
|
6490
|
+
content: "\f7f1";
|
|
6491
|
+
}
|
|
6492
|
+
|
|
6329
6493
|
.ti-eyeglass:before {
|
|
6330
6494
|
content: "\ee8a";
|
|
6331
6495
|
}
|
|
@@ -9178,6 +9342,10 @@
|
|
|
9178
9342
|
content: "\eaf3";
|
|
9179
9343
|
}
|
|
9180
9344
|
|
|
9345
|
+
.ti-mood-confuzed-filled:before {
|
|
9346
|
+
content: "\f7f2";
|
|
9347
|
+
}
|
|
9348
|
+
|
|
9181
9349
|
.ti-mood-crazy-happy:before {
|
|
9182
9350
|
content: "\ed90";
|
|
9183
9351
|
}
|
|
@@ -9194,10 +9362,18 @@
|
|
|
9194
9362
|
content: "\eeb5";
|
|
9195
9363
|
}
|
|
9196
9364
|
|
|
9365
|
+
.ti-mood-empty-filled:before {
|
|
9366
|
+
content: "\f7f3";
|
|
9367
|
+
}
|
|
9368
|
+
|
|
9197
9369
|
.ti-mood-happy:before {
|
|
9198
9370
|
content: "\eaf4";
|
|
9199
9371
|
}
|
|
9200
9372
|
|
|
9373
|
+
.ti-mood-happy-filled:before {
|
|
9374
|
+
content: "\f7f4";
|
|
9375
|
+
}
|
|
9376
|
+
|
|
9201
9377
|
.ti-mood-heart:before {
|
|
9202
9378
|
content: "\f7b6";
|
|
9203
9379
|
}
|
|
@@ -9206,6 +9382,10 @@
|
|
|
9206
9382
|
content: "\ec03";
|
|
9207
9383
|
}
|
|
9208
9384
|
|
|
9385
|
+
.ti-mood-kid-filled:before {
|
|
9386
|
+
content: "\f7f5";
|
|
9387
|
+
}
|
|
9388
|
+
|
|
9209
9389
|
.ti-mood-look-left:before {
|
|
9210
9390
|
content: "\f2c5";
|
|
9211
9391
|
}
|
|
@@ -9230,6 +9410,10 @@
|
|
|
9230
9410
|
content: "\eaf5";
|
|
9231
9411
|
}
|
|
9232
9412
|
|
|
9413
|
+
.ti-mood-neutral-filled:before {
|
|
9414
|
+
content: "\f7f6";
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9233
9417
|
.ti-mood-off:before {
|
|
9234
9418
|
content: "\f161";
|
|
9235
9419
|
}
|
|
@@ -9254,6 +9438,10 @@
|
|
|
9254
9438
|
content: "\f2e3";
|
|
9255
9439
|
}
|
|
9256
9440
|
|
|
9441
|
+
.ti-mood-sad-filled:before {
|
|
9442
|
+
content: "\f7f7";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9257
9445
|
.ti-mood-sad-squint:before {
|
|
9258
9446
|
content: "\f2e4";
|
|
9259
9447
|
}
|
|
@@ -9286,6 +9474,10 @@
|
|
|
9286
9474
|
content: "\f2e8";
|
|
9287
9475
|
}
|
|
9288
9476
|
|
|
9477
|
+
.ti-mood-smile-filled:before {
|
|
9478
|
+
content: "\f7f8";
|
|
9479
|
+
}
|
|
9480
|
+
|
|
9289
9481
|
.ti-mood-suprised:before {
|
|
9290
9482
|
content: "\ec04";
|
|
9291
9483
|
}
|
|
@@ -9418,6 +9610,10 @@
|
|
|
9418
9610
|
content: "\ef14";
|
|
9419
9611
|
}
|
|
9420
9612
|
|
|
9613
|
+
.ti-mushroom-filled:before {
|
|
9614
|
+
content: "\f7f9";
|
|
9615
|
+
}
|
|
9616
|
+
|
|
9421
9617
|
.ti-mushroom-off:before {
|
|
9422
9618
|
content: "\f412";
|
|
9423
9619
|
}
|
|
@@ -11522,6 +11718,10 @@
|
|
|
11522
11718
|
content: "\f765";
|
|
11523
11719
|
}
|
|
11524
11720
|
|
|
11721
|
+
.ti-square-2-filled:before {
|
|
11722
|
+
content: "\f7fa";
|
|
11723
|
+
}
|
|
11724
|
+
|
|
11525
11725
|
.ti-square-3-filled:before {
|
|
11526
11726
|
content: "\f766";
|
|
11527
11727
|
}
|
|
@@ -13150,10 +13350,18 @@
|
|
|
13150
13350
|
content: "\ef68";
|
|
13151
13351
|
}
|
|
13152
13352
|
|
|
13353
|
+
.ti-user-edit:before {
|
|
13354
|
+
content: "\f7cc";
|
|
13355
|
+
}
|
|
13356
|
+
|
|
13153
13357
|
.ti-user-exclamation:before {
|
|
13154
13358
|
content: "\ec12";
|
|
13155
13359
|
}
|
|
13156
13360
|
|
|
13361
|
+
.ti-user-heart:before {
|
|
13362
|
+
content: "\f7cd";
|
|
13363
|
+
}
|
|
13364
|
+
|
|
13157
13365
|
.ti-user-minus:before {
|
|
13158
13366
|
content: "\eb4a";
|
|
13159
13367
|
}
|
|
@@ -13162,14 +13370,34 @@
|
|
|
13162
13370
|
content: "\ecf9";
|
|
13163
13371
|
}
|
|
13164
13372
|
|
|
13373
|
+
.ti-user-pin:before {
|
|
13374
|
+
content: "\f7ce";
|
|
13375
|
+
}
|
|
13376
|
+
|
|
13165
13377
|
.ti-user-plus:before {
|
|
13166
13378
|
content: "\eb4b";
|
|
13167
13379
|
}
|
|
13168
13380
|
|
|
13381
|
+
.ti-user-question:before {
|
|
13382
|
+
content: "\f7cf";
|
|
13383
|
+
}
|
|
13384
|
+
|
|
13169
13385
|
.ti-user-search:before {
|
|
13170
13386
|
content: "\ef89";
|
|
13171
13387
|
}
|
|
13172
13388
|
|
|
13389
|
+
.ti-user-shield:before {
|
|
13390
|
+
content: "\f7d0";
|
|
13391
|
+
}
|
|
13392
|
+
|
|
13393
|
+
.ti-user-star:before {
|
|
13394
|
+
content: "\f7d1";
|
|
13395
|
+
}
|
|
13396
|
+
|
|
13397
|
+
.ti-user-up:before {
|
|
13398
|
+
content: "\f7d2";
|
|
13399
|
+
}
|
|
13400
|
+
|
|
13173
13401
|
.ti-user-x:before {
|
|
13174
13402
|
content: "\eb4c";
|
|
13175
13403
|
}
|