@tabler/icons-webfont 2.29.0 → 2.31.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 +286 -98
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +634 -211
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +148 -54
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.31.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": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sass": "./tabler-icons.scss",
|
|
36
36
|
"style": "./tabler-icons.min.css",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.31.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.31.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.31.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.31.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.31.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.31.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2842,6 +2842,10 @@
|
|
|
2842
2842
|
content: "\f24e";
|
|
2843
2843
|
}
|
|
2844
2844
|
|
|
2845
|
+
.ti-brand-databricks:before {
|
|
2846
|
+
content: "\fc41";
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2845
2849
|
.ti-brand-days-counter:before {
|
|
2846
2850
|
content: "\f4d2";
|
|
2847
2851
|
}
|
|
@@ -3270,10 +3274,6 @@
|
|
|
3270
3274
|
content: "\efb0";
|
|
3271
3275
|
}
|
|
3272
3276
|
|
|
3273
|
-
.ti-brand-microsoft-teams:before {
|
|
3274
|
-
content: "\fadf";
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
3277
|
.ti-brand-minecraft:before {
|
|
3278
3278
|
content: "\faef";
|
|
3279
3279
|
}
|
|
@@ -3398,6 +3398,10 @@
|
|
|
3398
3398
|
content: "\edd1";
|
|
3399
3399
|
}
|
|
3400
3400
|
|
|
3401
|
+
.ti-brand-parsinta:before {
|
|
3402
|
+
content: "\fc42";
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3401
3405
|
.ti-brand-patreon:before {
|
|
3402
3406
|
content: "\edd2";
|
|
3403
3407
|
}
|
|
@@ -3670,6 +3674,10 @@
|
|
|
3670
3674
|
content: "\f5ef";
|
|
3671
3675
|
}
|
|
3672
3676
|
|
|
3677
|
+
.ti-brand-teams:before {
|
|
3678
|
+
content: "\fadf";
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3673
3681
|
.ti-brand-ted:before {
|
|
3674
3682
|
content: "\f658";
|
|
3675
3683
|
}
|
|
@@ -3698,14 +3706,14 @@
|
|
|
3698
3706
|
content: "\ed70";
|
|
3699
3707
|
}
|
|
3700
3708
|
|
|
3701
|
-
.ti-brand-tikto-filled:before {
|
|
3702
|
-
content: "\f7ea";
|
|
3703
|
-
}
|
|
3704
|
-
|
|
3705
3709
|
.ti-brand-tiktok:before {
|
|
3706
3710
|
content: "\ec73";
|
|
3707
3711
|
}
|
|
3708
3712
|
|
|
3713
|
+
.ti-brand-tiktok-filled:before {
|
|
3714
|
+
content: "\f7ea";
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3709
3717
|
.ti-brand-tinder:before {
|
|
3710
3718
|
content: "\ed71";
|
|
3711
3719
|
}
|
|
@@ -3882,6 +3890,10 @@
|
|
|
3882
3890
|
content: "\fc0f";
|
|
3883
3891
|
}
|
|
3884
3892
|
|
|
3893
|
+
.ti-brand-x-filled:before {
|
|
3894
|
+
content: "\fc21";
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3885
3897
|
.ti-brand-xamarin:before {
|
|
3886
3898
|
content: "\fa7a";
|
|
3887
3899
|
}
|
|
@@ -3918,6 +3930,10 @@
|
|
|
3918
3930
|
content: "\ec90";
|
|
3919
3931
|
}
|
|
3920
3932
|
|
|
3933
|
+
.ti-brand-youtube-filled:before {
|
|
3934
|
+
content: "\fc22";
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3921
3937
|
.ti-brand-youtube-kids:before {
|
|
3922
3938
|
content: "\f214";
|
|
3923
3939
|
}
|
|
@@ -4454,6 +4470,10 @@
|
|
|
4454
4470
|
content: "\efc6";
|
|
4455
4471
|
}
|
|
4456
4472
|
|
|
4473
|
+
.ti-candle-filled:before {
|
|
4474
|
+
content: "\fc23";
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4457
4477
|
.ti-candy:before {
|
|
4458
4478
|
content: "\ef0d";
|
|
4459
4479
|
}
|
|
@@ -4474,10 +4494,18 @@
|
|
|
4474
4494
|
content: "\fae3";
|
|
4475
4495
|
}
|
|
4476
4496
|
|
|
4497
|
+
.ti-capsule-filled:before {
|
|
4498
|
+
content: "\fc24";
|
|
4499
|
+
}
|
|
4500
|
+
|
|
4477
4501
|
.ti-capsule-horizontal:before {
|
|
4478
4502
|
content: "\fae2";
|
|
4479
4503
|
}
|
|
4480
4504
|
|
|
4505
|
+
.ti-capsule-horizontal-filled:before {
|
|
4506
|
+
content: "\fc25";
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4481
4509
|
.ti-capture:before {
|
|
4482
4510
|
content: "\ec3c";
|
|
4483
4511
|
}
|
|
@@ -4526,6 +4554,10 @@
|
|
|
4526
4554
|
content: "\f510";
|
|
4527
4555
|
}
|
|
4528
4556
|
|
|
4557
|
+
.ti-cards-filled:before {
|
|
4558
|
+
content: "\fc26";
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4529
4561
|
.ti-caret-down:before {
|
|
4530
4562
|
content: "\eb5d";
|
|
4531
4563
|
}
|
|
@@ -4542,6 +4574,10 @@
|
|
|
4542
4574
|
content: "\fb2b";
|
|
4543
4575
|
}
|
|
4544
4576
|
|
|
4577
|
+
.ti-caret-left-right:before {
|
|
4578
|
+
content: "\fc43";
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4545
4581
|
.ti-caret-right:before {
|
|
4546
4582
|
content: "\eb5f";
|
|
4547
4583
|
}
|
|
@@ -4554,6 +4590,10 @@
|
|
|
4554
4590
|
content: "\eb60";
|
|
4555
4591
|
}
|
|
4556
4592
|
|
|
4593
|
+
.ti-caret-up-down:before {
|
|
4594
|
+
content: "\fc44";
|
|
4595
|
+
}
|
|
4596
|
+
|
|
4557
4597
|
.ti-caret-up-filled:before {
|
|
4558
4598
|
content: "\fb2d";
|
|
4559
4599
|
}
|
|
@@ -4582,90 +4622,6 @@
|
|
|
4582
4622
|
content: "\f3d0";
|
|
4583
4623
|
}
|
|
4584
4624
|
|
|
4585
|
-
.ti-cart-bolt:before {
|
|
4586
|
-
content: "\fb57";
|
|
4587
|
-
}
|
|
4588
|
-
|
|
4589
|
-
.ti-cart-cancel:before {
|
|
4590
|
-
content: "\fb58";
|
|
4591
|
-
}
|
|
4592
|
-
|
|
4593
|
-
.ti-cart-check:before {
|
|
4594
|
-
content: "\fb59";
|
|
4595
|
-
}
|
|
4596
|
-
|
|
4597
|
-
.ti-cart-code:before {
|
|
4598
|
-
content: "\fb5a";
|
|
4599
|
-
}
|
|
4600
|
-
|
|
4601
|
-
.ti-cart-cog:before {
|
|
4602
|
-
content: "\fb5b";
|
|
4603
|
-
}
|
|
4604
|
-
|
|
4605
|
-
.ti-cart-copy:before {
|
|
4606
|
-
content: "\fb5c";
|
|
4607
|
-
}
|
|
4608
|
-
|
|
4609
|
-
.ti-cart-discount:before {
|
|
4610
|
-
content: "\fb5d";
|
|
4611
|
-
}
|
|
4612
|
-
|
|
4613
|
-
.ti-cart-dollar:before {
|
|
4614
|
-
content: "\fb5e";
|
|
4615
|
-
}
|
|
4616
|
-
|
|
4617
|
-
.ti-cart-down:before {
|
|
4618
|
-
content: "\fb5f";
|
|
4619
|
-
}
|
|
4620
|
-
|
|
4621
|
-
.ti-cart-exclamation:before {
|
|
4622
|
-
content: "\fb60";
|
|
4623
|
-
}
|
|
4624
|
-
|
|
4625
|
-
.ti-cart-heart:before {
|
|
4626
|
-
content: "\fb61";
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.ti-cart-minus:before {
|
|
4630
|
-
content: "\fb62";
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
.ti-cart-pause:before {
|
|
4634
|
-
content: "\fb63";
|
|
4635
|
-
}
|
|
4636
|
-
|
|
4637
|
-
.ti-cart-pin:before {
|
|
4638
|
-
content: "\fb64";
|
|
4639
|
-
}
|
|
4640
|
-
|
|
4641
|
-
.ti-cart-plus:before {
|
|
4642
|
-
content: "\fb65";
|
|
4643
|
-
}
|
|
4644
|
-
|
|
4645
|
-
.ti-cart-question:before {
|
|
4646
|
-
content: "\fb66";
|
|
4647
|
-
}
|
|
4648
|
-
|
|
4649
|
-
.ti-cart-search:before {
|
|
4650
|
-
content: "\fb67";
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
|
-
.ti-cart-share:before {
|
|
4654
|
-
content: "\fb68";
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
.ti-cart-star:before {
|
|
4658
|
-
content: "\fb69";
|
|
4659
|
-
}
|
|
4660
|
-
|
|
4661
|
-
.ti-cart-up:before {
|
|
4662
|
-
content: "\fb6a";
|
|
4663
|
-
}
|
|
4664
|
-
|
|
4665
|
-
.ti-cart-x:before {
|
|
4666
|
-
content: "\fb6b";
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
4625
|
.ti-cash:before {
|
|
4670
4626
|
content: "\ea55";
|
|
4671
4627
|
}
|
|
@@ -8826,6 +8782,10 @@
|
|
|
8826
8782
|
content: "\fb82";
|
|
8827
8783
|
}
|
|
8828
8784
|
|
|
8785
|
+
.ti-filter-filled:before {
|
|
8786
|
+
content: "\fc27";
|
|
8787
|
+
}
|
|
8788
|
+
|
|
8829
8789
|
.ti-filter-heart:before {
|
|
8830
8790
|
content: "\fb83";
|
|
8831
8791
|
}
|
|
@@ -9250,6 +9210,14 @@
|
|
|
9250
9210
|
content: "\ebd4";
|
|
9251
9211
|
}
|
|
9252
9212
|
|
|
9213
|
+
.ti-forbid-2-filled:before {
|
|
9214
|
+
content: "\fc28";
|
|
9215
|
+
}
|
|
9216
|
+
|
|
9217
|
+
.ti-forbid-filled:before {
|
|
9218
|
+
content: "\fc29";
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9253
9221
|
.ti-forklift:before {
|
|
9254
9222
|
content: "\ebe9";
|
|
9255
9223
|
}
|
|
@@ -9262,6 +9230,10 @@
|
|
|
9262
9230
|
content: "\f09b";
|
|
9263
9231
|
}
|
|
9264
9232
|
|
|
9233
|
+
.ti-fountain-filled:before {
|
|
9234
|
+
content: "\fc2a";
|
|
9235
|
+
}
|
|
9236
|
+
|
|
9265
9237
|
.ti-fountain-off:before {
|
|
9266
9238
|
content: "\f134";
|
|
9267
9239
|
}
|
|
@@ -9322,6 +9294,10 @@
|
|
|
9322
9294
|
content: "\f225";
|
|
9323
9295
|
}
|
|
9324
9296
|
|
|
9297
|
+
.ti-function-filled:before {
|
|
9298
|
+
content: "\fc2b";
|
|
9299
|
+
}
|
|
9300
|
+
|
|
9325
9301
|
.ti-function-off:before {
|
|
9326
9302
|
content: "\f3f0";
|
|
9327
9303
|
}
|
|
@@ -9346,6 +9322,10 @@
|
|
|
9346
9322
|
content: "\eab1";
|
|
9347
9323
|
}
|
|
9348
9324
|
|
|
9325
|
+
.ti-gauge-filled:before {
|
|
9326
|
+
content: "\fc2c";
|
|
9327
|
+
}
|
|
9328
|
+
|
|
9349
9329
|
.ti-gauge-off:before {
|
|
9350
9330
|
content: "\f138";
|
|
9351
9331
|
}
|
|
@@ -9466,6 +9446,10 @@
|
|
|
9466
9446
|
content: "\f3aa";
|
|
9467
9447
|
}
|
|
9468
9448
|
|
|
9449
|
+
.ti-gift-card-filled:before {
|
|
9450
|
+
content: "\fc2d";
|
|
9451
|
+
}
|
|
9452
|
+
|
|
9469
9453
|
.ti-gift-off:before {
|
|
9470
9454
|
content: "\f3f3";
|
|
9471
9455
|
}
|
|
@@ -9522,6 +9506,10 @@
|
|
|
9522
9506
|
content: "\eab7";
|
|
9523
9507
|
}
|
|
9524
9508
|
|
|
9509
|
+
.ti-glass-full-filled:before {
|
|
9510
|
+
content: "\fc2e";
|
|
9511
|
+
}
|
|
9512
|
+
|
|
9525
9513
|
.ti-glass-off:before {
|
|
9526
9514
|
content: "\ee91";
|
|
9527
9515
|
}
|
|
@@ -9530,6 +9518,10 @@
|
|
|
9530
9518
|
content: "\eab9";
|
|
9531
9519
|
}
|
|
9532
9520
|
|
|
9521
|
+
.ti-globe-filled:before {
|
|
9522
|
+
content: "\fc2f";
|
|
9523
|
+
}
|
|
9524
|
+
|
|
9533
9525
|
.ti-globe-off:before {
|
|
9534
9526
|
content: "\f139";
|
|
9535
9527
|
}
|
|
@@ -10166,6 +10158,10 @@
|
|
|
10166
10158
|
content: "\ee9c";
|
|
10167
10159
|
}
|
|
10168
10160
|
|
|
10161
|
+
.ti-hexagon-plus:before {
|
|
10162
|
+
content: "\fc45";
|
|
10163
|
+
}
|
|
10164
|
+
|
|
10169
10165
|
.ti-hexagonal-prism:before {
|
|
10170
10166
|
content: "\faa5";
|
|
10171
10167
|
}
|
|
@@ -10354,6 +10350,10 @@
|
|
|
10354
10350
|
content: "\f347";
|
|
10355
10351
|
}
|
|
10356
10352
|
|
|
10353
|
+
.ti-horse:before {
|
|
10354
|
+
content: "\fc46";
|
|
10355
|
+
}
|
|
10356
|
+
|
|
10357
10357
|
.ti-horse-toy:before {
|
|
10358
10358
|
content: "\f28a";
|
|
10359
10359
|
}
|
|
@@ -10734,18 +10734,38 @@
|
|
|
10734
10734
|
content: "\f582";
|
|
10735
10735
|
}
|
|
10736
10736
|
|
|
10737
|
+
.ti-keyframe-align-center-filled:before {
|
|
10738
|
+
content: "\fc30";
|
|
10739
|
+
}
|
|
10740
|
+
|
|
10737
10741
|
.ti-keyframe-align-horizontal:before {
|
|
10738
10742
|
content: "\f583";
|
|
10739
10743
|
}
|
|
10740
10744
|
|
|
10745
|
+
.ti-keyframe-align-horizontal-filled:before {
|
|
10746
|
+
content: "\fc31";
|
|
10747
|
+
}
|
|
10748
|
+
|
|
10741
10749
|
.ti-keyframe-align-vertical:before {
|
|
10742
10750
|
content: "\f584";
|
|
10743
10751
|
}
|
|
10744
10752
|
|
|
10753
|
+
.ti-keyframe-align-vertical-filled:before {
|
|
10754
|
+
content: "\fc32";
|
|
10755
|
+
}
|
|
10756
|
+
|
|
10757
|
+
.ti-keyframe-filled:before {
|
|
10758
|
+
content: "\fc33";
|
|
10759
|
+
}
|
|
10760
|
+
|
|
10745
10761
|
.ti-keyframes:before {
|
|
10746
10762
|
content: "\f585";
|
|
10747
10763
|
}
|
|
10748
10764
|
|
|
10765
|
+
.ti-keyframes-filled:before {
|
|
10766
|
+
content: "\fc34";
|
|
10767
|
+
}
|
|
10768
|
+
|
|
10749
10769
|
.ti-ladder:before {
|
|
10750
10770
|
content: "\efe2";
|
|
10751
10771
|
}
|
|
@@ -10882,10 +10902,22 @@
|
|
|
10882
10902
|
content: "\f28b";
|
|
10883
10903
|
}
|
|
10884
10904
|
|
|
10905
|
+
.ti-layout-bottombar-collapse-filled:before {
|
|
10906
|
+
content: "\fc35";
|
|
10907
|
+
}
|
|
10908
|
+
|
|
10885
10909
|
.ti-layout-bottombar-expand:before {
|
|
10886
10910
|
content: "\f28c";
|
|
10887
10911
|
}
|
|
10888
10912
|
|
|
10913
|
+
.ti-layout-bottombar-expand-filled:before {
|
|
10914
|
+
content: "\fc36";
|
|
10915
|
+
}
|
|
10916
|
+
|
|
10917
|
+
.ti-layout-bottombar-filled:before {
|
|
10918
|
+
content: "\fc37";
|
|
10919
|
+
}
|
|
10920
|
+
|
|
10889
10921
|
.ti-layout-cards:before {
|
|
10890
10922
|
content: "\ec13";
|
|
10891
10923
|
}
|
|
@@ -10938,10 +10970,22 @@
|
|
|
10938
10970
|
content: "\f28d";
|
|
10939
10971
|
}
|
|
10940
10972
|
|
|
10973
|
+
.ti-layout-navbar-collapse-filled:before {
|
|
10974
|
+
content: "\fc38";
|
|
10975
|
+
}
|
|
10976
|
+
|
|
10941
10977
|
.ti-layout-navbar-expand:before {
|
|
10942
10978
|
content: "\f28e";
|
|
10943
10979
|
}
|
|
10944
10980
|
|
|
10981
|
+
.ti-layout-navbar-expand-filled:before {
|
|
10982
|
+
content: "\fc39";
|
|
10983
|
+
}
|
|
10984
|
+
|
|
10985
|
+
.ti-layout-navbar-filled:before {
|
|
10986
|
+
content: "\fc3a";
|
|
10987
|
+
}
|
|
10988
|
+
|
|
10945
10989
|
.ti-layout-off:before {
|
|
10946
10990
|
content: "\f151";
|
|
10947
10991
|
}
|
|
@@ -10958,10 +11002,18 @@
|
|
|
10958
11002
|
content: "\f004";
|
|
10959
11003
|
}
|
|
10960
11004
|
|
|
11005
|
+
.ti-layout-sidebar-left-collapse-filled:before {
|
|
11006
|
+
content: "\fc3b";
|
|
11007
|
+
}
|
|
11008
|
+
|
|
10961
11009
|
.ti-layout-sidebar-left-expand:before {
|
|
10962
11010
|
content: "\f005";
|
|
10963
11011
|
}
|
|
10964
11012
|
|
|
11013
|
+
.ti-layout-sidebar-left-expand-filled:before {
|
|
11014
|
+
content: "\fc3c";
|
|
11015
|
+
}
|
|
11016
|
+
|
|
10965
11017
|
.ti-layout-sidebar-right:before {
|
|
10966
11018
|
content: "\ead9";
|
|
10967
11019
|
}
|
|
@@ -10970,10 +11022,18 @@
|
|
|
10970
11022
|
content: "\f006";
|
|
10971
11023
|
}
|
|
10972
11024
|
|
|
11025
|
+
.ti-layout-sidebar-right-collapse-filled:before {
|
|
11026
|
+
content: "\fc3d";
|
|
11027
|
+
}
|
|
11028
|
+
|
|
10973
11029
|
.ti-layout-sidebar-right-expand:before {
|
|
10974
11030
|
content: "\f007";
|
|
10975
11031
|
}
|
|
10976
11032
|
|
|
11033
|
+
.ti-layout-sidebar-right-expand-filled:before {
|
|
11034
|
+
content: "\fc3e";
|
|
11035
|
+
}
|
|
11036
|
+
|
|
10977
11037
|
.ti-leaf:before {
|
|
10978
11038
|
content: "\ed4f";
|
|
10979
11039
|
}
|
|
@@ -11178,6 +11238,10 @@
|
|
|
11178
11238
|
content: "\ef40";
|
|
11179
11239
|
}
|
|
11180
11240
|
|
|
11241
|
+
.ti-list-letters:before {
|
|
11242
|
+
content: "\fc47";
|
|
11243
|
+
}
|
|
11244
|
+
|
|
11181
11245
|
.ti-list-numbers:before {
|
|
11182
11246
|
content: "\ef11";
|
|
11183
11247
|
}
|
|
@@ -11702,6 +11766,10 @@
|
|
|
11702
11766
|
content: "\eae8";
|
|
11703
11767
|
}
|
|
11704
11768
|
|
|
11769
|
+
.ti-map-pin-2:before {
|
|
11770
|
+
content: "\fc48";
|
|
11771
|
+
}
|
|
11772
|
+
|
|
11705
11773
|
.ti-map-pin-bolt:before {
|
|
11706
11774
|
content: "\f94a";
|
|
11707
11775
|
}
|
|
@@ -13410,6 +13478,10 @@
|
|
|
13410
13478
|
content: "\f41a";
|
|
13411
13479
|
}
|
|
13412
13480
|
|
|
13481
|
+
.ti-pentagon-plus:before {
|
|
13482
|
+
content: "\fc49";
|
|
13483
|
+
}
|
|
13484
|
+
|
|
13413
13485
|
.ti-pentagram:before {
|
|
13414
13486
|
content: "\f586";
|
|
13415
13487
|
}
|
|
@@ -13502,6 +13574,10 @@
|
|
|
13502
13574
|
content: "\f35e";
|
|
13503
13575
|
}
|
|
13504
13576
|
|
|
13577
|
+
.ti-photo-circle:before {
|
|
13578
|
+
content: "\fc4a";
|
|
13579
|
+
}
|
|
13580
|
+
|
|
13505
13581
|
.ti-photo-code:before {
|
|
13506
13582
|
content: "\f991";
|
|
13507
13583
|
}
|
|
@@ -13534,6 +13610,10 @@
|
|
|
13534
13610
|
content: "\f361";
|
|
13535
13611
|
}
|
|
13536
13612
|
|
|
13613
|
+
.ti-photo-hexagon:before {
|
|
13614
|
+
content: "\fc4b";
|
|
13615
|
+
}
|
|
13616
|
+
|
|
13537
13617
|
.ti-photo-minus:before {
|
|
13538
13618
|
content: "\f362";
|
|
13539
13619
|
}
|
|
@@ -13546,6 +13626,10 @@
|
|
|
13546
13626
|
content: "\f995";
|
|
13547
13627
|
}
|
|
13548
13628
|
|
|
13629
|
+
.ti-photo-pentagon:before {
|
|
13630
|
+
content: "\fc4c";
|
|
13631
|
+
}
|
|
13632
|
+
|
|
13549
13633
|
.ti-photo-pin:before {
|
|
13550
13634
|
content: "\f996";
|
|
13551
13635
|
}
|
|
@@ -13582,6 +13666,10 @@
|
|
|
13582
13666
|
content: "\f365";
|
|
13583
13667
|
}
|
|
13584
13668
|
|
|
13669
|
+
.ti-photo-square-rounded:before {
|
|
13670
|
+
content: "\fc4d";
|
|
13671
|
+
}
|
|
13672
|
+
|
|
13585
13673
|
.ti-photo-star:before {
|
|
13586
13674
|
content: "\f366";
|
|
13587
13675
|
}
|
|
@@ -15306,20 +15394,96 @@
|
|
|
15306
15394
|
content: "\eb25";
|
|
15307
15395
|
}
|
|
15308
15396
|
|
|
15397
|
+
.ti-shopping-cart-bolt:before {
|
|
15398
|
+
content: "\fb57";
|
|
15399
|
+
}
|
|
15400
|
+
|
|
15401
|
+
.ti-shopping-cart-cancel:before {
|
|
15402
|
+
content: "\fb58";
|
|
15403
|
+
}
|
|
15404
|
+
|
|
15405
|
+
.ti-shopping-cart-check:before {
|
|
15406
|
+
content: "\fb59";
|
|
15407
|
+
}
|
|
15408
|
+
|
|
15409
|
+
.ti-shopping-cart-code:before {
|
|
15410
|
+
content: "\fb5a";
|
|
15411
|
+
}
|
|
15412
|
+
|
|
15413
|
+
.ti-shopping-cart-cog:before {
|
|
15414
|
+
content: "\fb5b";
|
|
15415
|
+
}
|
|
15416
|
+
|
|
15417
|
+
.ti-shopping-cart-copy:before {
|
|
15418
|
+
content: "\fb5c";
|
|
15419
|
+
}
|
|
15420
|
+
|
|
15309
15421
|
.ti-shopping-cart-discount:before {
|
|
15310
|
-
content: "\
|
|
15422
|
+
content: "\fb5d";
|
|
15423
|
+
}
|
|
15424
|
+
|
|
15425
|
+
.ti-shopping-cart-dollar:before {
|
|
15426
|
+
content: "\fb5e";
|
|
15427
|
+
}
|
|
15428
|
+
|
|
15429
|
+
.ti-shopping-cart-down:before {
|
|
15430
|
+
content: "\fb5f";
|
|
15431
|
+
}
|
|
15432
|
+
|
|
15433
|
+
.ti-shopping-cart-exclamation:before {
|
|
15434
|
+
content: "\fb60";
|
|
15435
|
+
}
|
|
15436
|
+
|
|
15437
|
+
.ti-shopping-cart-filled:before {
|
|
15438
|
+
content: "\fc3f";
|
|
15439
|
+
}
|
|
15440
|
+
|
|
15441
|
+
.ti-shopping-cart-heart:before {
|
|
15442
|
+
content: "\fb61";
|
|
15443
|
+
}
|
|
15444
|
+
|
|
15445
|
+
.ti-shopping-cart-minus:before {
|
|
15446
|
+
content: "\fb62";
|
|
15311
15447
|
}
|
|
15312
15448
|
|
|
15313
15449
|
.ti-shopping-cart-off:before {
|
|
15314
15450
|
content: "\eedc";
|
|
15315
15451
|
}
|
|
15316
15452
|
|
|
15453
|
+
.ti-shopping-cart-pause:before {
|
|
15454
|
+
content: "\fb63";
|
|
15455
|
+
}
|
|
15456
|
+
|
|
15457
|
+
.ti-shopping-cart-pin:before {
|
|
15458
|
+
content: "\fb64";
|
|
15459
|
+
}
|
|
15460
|
+
|
|
15317
15461
|
.ti-shopping-cart-plus:before {
|
|
15318
|
-
content: "\
|
|
15462
|
+
content: "\fb65";
|
|
15463
|
+
}
|
|
15464
|
+
|
|
15465
|
+
.ti-shopping-cart-question:before {
|
|
15466
|
+
content: "\fb66";
|
|
15467
|
+
}
|
|
15468
|
+
|
|
15469
|
+
.ti-shopping-cart-search:before {
|
|
15470
|
+
content: "\fb67";
|
|
15471
|
+
}
|
|
15472
|
+
|
|
15473
|
+
.ti-shopping-cart-share:before {
|
|
15474
|
+
content: "\fb68";
|
|
15475
|
+
}
|
|
15476
|
+
|
|
15477
|
+
.ti-shopping-cart-star:before {
|
|
15478
|
+
content: "\fb69";
|
|
15479
|
+
}
|
|
15480
|
+
|
|
15481
|
+
.ti-shopping-cart-up:before {
|
|
15482
|
+
content: "\fb6a";
|
|
15319
15483
|
}
|
|
15320
15484
|
|
|
15321
15485
|
.ti-shopping-cart-x:before {
|
|
15322
|
-
content: "\
|
|
15486
|
+
content: "\fb6b";
|
|
15323
15487
|
}
|
|
15324
15488
|
|
|
15325
15489
|
.ti-shovel:before {
|
|
@@ -15890,6 +16054,10 @@
|
|
|
15890
16054
|
content: "\f777";
|
|
15891
16055
|
}
|
|
15892
16056
|
|
|
16057
|
+
.ti-square-filled:before {
|
|
16058
|
+
content: "\fc40";
|
|
16059
|
+
}
|
|
16060
|
+
|
|
15893
16061
|
.ti-square-forbid:before {
|
|
15894
16062
|
content: "\ed5b";
|
|
15895
16063
|
}
|
|
@@ -17482,6 +17650,10 @@
|
|
|
17482
17650
|
content: "\f7cd";
|
|
17483
17651
|
}
|
|
17484
17652
|
|
|
17653
|
+
.ti-user-hexagon:before {
|
|
17654
|
+
content: "\fc4e";
|
|
17655
|
+
}
|
|
17656
|
+
|
|
17485
17657
|
.ti-user-minus:before {
|
|
17486
17658
|
content: "\eb4a";
|
|
17487
17659
|
}
|
|
@@ -17494,6 +17666,10 @@
|
|
|
17494
17666
|
content: "\f9d7";
|
|
17495
17667
|
}
|
|
17496
17668
|
|
|
17669
|
+
.ti-user-pentagon:before {
|
|
17670
|
+
content: "\fc4f";
|
|
17671
|
+
}
|
|
17672
|
+
|
|
17497
17673
|
.ti-user-pin:before {
|
|
17498
17674
|
content: "\f7ce";
|
|
17499
17675
|
}
|
|
@@ -17518,6 +17694,14 @@
|
|
|
17518
17694
|
content: "\f7d0";
|
|
17519
17695
|
}
|
|
17520
17696
|
|
|
17697
|
+
.ti-user-square:before {
|
|
17698
|
+
content: "\fc51";
|
|
17699
|
+
}
|
|
17700
|
+
|
|
17701
|
+
.ti-user-square-rounded:before {
|
|
17702
|
+
content: "\fc50";
|
|
17703
|
+
}
|
|
17704
|
+
|
|
17521
17705
|
.ti-user-star:before {
|
|
17522
17706
|
content: "\f7d1";
|
|
17523
17707
|
}
|
|
@@ -17734,6 +17918,10 @@
|
|
|
17734
17918
|
content: "\f1c3";
|
|
17735
17919
|
}
|
|
17736
17920
|
|
|
17921
|
+
.ti-vs:before {
|
|
17922
|
+
content: "\fc52";
|
|
17923
|
+
}
|
|
17924
|
+
|
|
17737
17925
|
.ti-walk:before {
|
|
17738
17926
|
content: "\ec87";
|
|
17739
17927
|
}
|