@tabler/icons-webfont 3.39.0 → 3.40.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/dist/fonts/tabler-icons-200.svg +54 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.svg +54 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons.svg +54 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200.css +74 -2
- package/dist/tabler-icons-200.html +146 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.scss +5 -5
- package/dist/tabler-icons-300.css +74 -2
- package/dist/tabler-icons-300.html +146 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.scss +5 -5
- package/dist/tabler-icons-filled.css +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.html +146 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.scss +5 -5
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.40.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-300";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-300.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-300.woff2?v3.40.0") format("woff2"), url("./fonts/tabler-icons-300.woff?") format("woff"), url("./fonts/tabler-icons-300.ttf?v3.40.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-300" !important;
|
|
@@ -549,6 +549,10 @@
|
|
|
549
549
|
content: "\f0ab";
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
+
.ti-api-book:before {
|
|
553
|
+
content: "\1020b";
|
|
554
|
+
}
|
|
555
|
+
|
|
552
556
|
.ti-api-off:before {
|
|
553
557
|
content: "\f0f8";
|
|
554
558
|
}
|
|
@@ -3157,6 +3161,10 @@
|
|
|
3157
3161
|
content: "\f34a";
|
|
3158
3162
|
}
|
|
3159
3163
|
|
|
3164
|
+
.ti-brand-infakt:before {
|
|
3165
|
+
content: "\1020a";
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3160
3168
|
.ti-brand-instagram:before {
|
|
3161
3169
|
content: "\ec20";
|
|
3162
3170
|
}
|
|
@@ -5773,6 +5781,22 @@
|
|
|
5773
5781
|
content: "\ee40";
|
|
5774
5782
|
}
|
|
5775
5783
|
|
|
5784
|
+
.ti-circle-open-arrow-down:before {
|
|
5785
|
+
content: "\10209";
|
|
5786
|
+
}
|
|
5787
|
+
|
|
5788
|
+
.ti-circle-open-arrow-left:before {
|
|
5789
|
+
content: "\10208";
|
|
5790
|
+
}
|
|
5791
|
+
|
|
5792
|
+
.ti-circle-open-arrow-right:before {
|
|
5793
|
+
content: "\10207";
|
|
5794
|
+
}
|
|
5795
|
+
|
|
5796
|
+
.ti-circle-open-arrow-up:before {
|
|
5797
|
+
content: "\10206";
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5776
5800
|
.ti-circle-percentage:before {
|
|
5777
5801
|
content: "\fd7b";
|
|
5778
5802
|
}
|
|
@@ -5785,6 +5809,10 @@
|
|
|
5785
5809
|
content: "\fc8d";
|
|
5786
5810
|
}
|
|
5787
5811
|
|
|
5812
|
+
.ti-circle-plus-minus:before {
|
|
5813
|
+
content: "\10205";
|
|
5814
|
+
}
|
|
5815
|
+
|
|
5788
5816
|
.ti-circle-rectangle:before {
|
|
5789
5817
|
content: "\f010";
|
|
5790
5818
|
}
|
|
@@ -10813,6 +10841,10 @@
|
|
|
10813
10841
|
content: "\f354";
|
|
10814
10842
|
}
|
|
10815
10843
|
|
|
10844
|
+
.ti-home-lock:before {
|
|
10845
|
+
content: "\10204";
|
|
10846
|
+
}
|
|
10847
|
+
|
|
10816
10848
|
.ti-home-minus:before {
|
|
10817
10849
|
content: "\f33d";
|
|
10818
10850
|
}
|
|
@@ -12465,6 +12497,10 @@
|
|
|
12465
12497
|
content: "\fbcc";
|
|
12466
12498
|
}
|
|
12467
12499
|
|
|
12500
|
+
.ti-map-lock:before {
|
|
12501
|
+
content: "\10203";
|
|
12502
|
+
}
|
|
12503
|
+
|
|
12468
12504
|
.ti-map-minus:before {
|
|
12469
12505
|
content: "\fbcd";
|
|
12470
12506
|
}
|
|
@@ -12593,6 +12629,10 @@
|
|
|
12593
12629
|
content: "\fbd1";
|
|
12594
12630
|
}
|
|
12595
12631
|
|
|
12632
|
+
.ti-map-shield:before {
|
|
12633
|
+
content: "\10202";
|
|
12634
|
+
}
|
|
12635
|
+
|
|
12596
12636
|
.ti-map-south:before {
|
|
12597
12637
|
content: "\fc5f";
|
|
12598
12638
|
}
|
|
@@ -12893,6 +12933,10 @@
|
|
|
12893
12933
|
content: "\f5f5";
|
|
12894
12934
|
}
|
|
12895
12935
|
|
|
12936
|
+
.ti-mesh:before {
|
|
12937
|
+
content: "\10201";
|
|
12938
|
+
}
|
|
12939
|
+
|
|
12896
12940
|
.ti-message:before {
|
|
12897
12941
|
content: "\eaef";
|
|
12898
12942
|
}
|
|
@@ -15681,6 +15725,14 @@
|
|
|
15681
15725
|
content: "\ec9d";
|
|
15682
15726
|
}
|
|
15683
15727
|
|
|
15728
|
+
.ti-queue-pop-in:before {
|
|
15729
|
+
content: "\10200";
|
|
15730
|
+
}
|
|
15731
|
+
|
|
15732
|
+
.ti-queue-pop-out:before {
|
|
15733
|
+
content: "\101ff";
|
|
15734
|
+
}
|
|
15735
|
+
|
|
15684
15736
|
.ti-quote:before {
|
|
15685
15737
|
content: "\efbe";
|
|
15686
15738
|
}
|
|
@@ -18061,6 +18113,18 @@
|
|
|
18061
18113
|
content: "\eb9e";
|
|
18062
18114
|
}
|
|
18063
18115
|
|
|
18116
|
+
.ti-stroke-curved:before {
|
|
18117
|
+
content: "\101fe";
|
|
18118
|
+
}
|
|
18119
|
+
|
|
18120
|
+
.ti-stroke-dynamic:before {
|
|
18121
|
+
content: "\101fd";
|
|
18122
|
+
}
|
|
18123
|
+
|
|
18124
|
+
.ti-stroke-straight:before {
|
|
18125
|
+
content: "\101fc";
|
|
18126
|
+
}
|
|
18127
|
+
|
|
18064
18128
|
.ti-submarine:before {
|
|
18065
18129
|
content: "\ed94";
|
|
18066
18130
|
}
|
|
@@ -18933,6 +18997,10 @@
|
|
|
18933
18997
|
content: "\edc4";
|
|
18934
18998
|
}
|
|
18935
18999
|
|
|
19000
|
+
.ti-trending-up-down:before {
|
|
19001
|
+
content: "\101fb";
|
|
19002
|
+
}
|
|
19003
|
+
|
|
18936
19004
|
.ti-triangle:before {
|
|
18937
19005
|
content: "\eb44";
|
|
18938
19006
|
}
|
|
@@ -19389,6 +19457,10 @@
|
|
|
19389
19457
|
content: "\f3b3";
|
|
19390
19458
|
}
|
|
19391
19459
|
|
|
19460
|
+
.ti-vip-2:before {
|
|
19461
|
+
content: "\101fa";
|
|
19462
|
+
}
|
|
19463
|
+
|
|
19392
19464
|
.ti-vip-off:before {
|
|
19393
19465
|
content: "\f43a";
|
|
19394
19466
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport"
|
|
6
6
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8
|
-
<title>Tabler Icons - version 3.
|
|
8
|
+
<title>Tabler Icons - version 3.40.0</title>
|
|
9
9
|
|
|
10
10
|
<link rel="preconnect" href="https://rsms.me/">
|
|
11
11
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<header class="header">
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons Outline </h1>
|
|
118
|
-
<p class="text-muted">version 3.
|
|
118
|
+
<p class="text-muted">version 3.40.0</p>
|
|
119
119
|
</header>
|
|
120
120
|
|
|
121
121
|
<div class="search-bar">
|
|
@@ -1179,6 +1179,14 @@
|
|
|
1179
1179
|
<code>ti ti-api-app-off</code><br>
|
|
1180
1180
|
<code>\f0ab</code>
|
|
1181
1181
|
</div>
|
|
1182
|
+
</div>
|
|
1183
|
+
<div class="tabler-icon">
|
|
1184
|
+
<i class="ti ti-api-book"></i>
|
|
1185
|
+
<strong>api-book</strong>
|
|
1186
|
+
<div class="tabler-icon-codes">
|
|
1187
|
+
<code>ti ti-api-book</code><br>
|
|
1188
|
+
<code>\1020b</code>
|
|
1189
|
+
</div>
|
|
1182
1190
|
</div>
|
|
1183
1191
|
<div class="tabler-icon">
|
|
1184
1192
|
<i class="ti ti-api-off"></i>
|
|
@@ -6395,6 +6403,14 @@
|
|
|
6395
6403
|
<code>ti ti-brand-inertia</code><br>
|
|
6396
6404
|
<code>\f34a</code>
|
|
6397
6405
|
</div>
|
|
6406
|
+
</div>
|
|
6407
|
+
<div class="tabler-icon">
|
|
6408
|
+
<i class="ti ti-brand-infakt"></i>
|
|
6409
|
+
<strong>brand-infakt</strong>
|
|
6410
|
+
<div class="tabler-icon-codes">
|
|
6411
|
+
<code>ti ti-brand-infakt</code><br>
|
|
6412
|
+
<code>\1020a</code>
|
|
6413
|
+
</div>
|
|
6398
6414
|
</div>
|
|
6399
6415
|
<div class="tabler-icon">
|
|
6400
6416
|
<i class="ti ti-brand-instagram"></i>
|
|
@@ -11627,6 +11643,38 @@
|
|
|
11627
11643
|
<code>ti ti-circle-off</code><br>
|
|
11628
11644
|
<code>\ee40</code>
|
|
11629
11645
|
</div>
|
|
11646
|
+
</div>
|
|
11647
|
+
<div class="tabler-icon">
|
|
11648
|
+
<i class="ti ti-circle-open-arrow-down"></i>
|
|
11649
|
+
<strong>circle-open-arrow-down</strong>
|
|
11650
|
+
<div class="tabler-icon-codes">
|
|
11651
|
+
<code>ti ti-circle-open-arrow-down</code><br>
|
|
11652
|
+
<code>\10209</code>
|
|
11653
|
+
</div>
|
|
11654
|
+
</div>
|
|
11655
|
+
<div class="tabler-icon">
|
|
11656
|
+
<i class="ti ti-circle-open-arrow-left"></i>
|
|
11657
|
+
<strong>circle-open-arrow-left</strong>
|
|
11658
|
+
<div class="tabler-icon-codes">
|
|
11659
|
+
<code>ti ti-circle-open-arrow-left</code><br>
|
|
11660
|
+
<code>\10208</code>
|
|
11661
|
+
</div>
|
|
11662
|
+
</div>
|
|
11663
|
+
<div class="tabler-icon">
|
|
11664
|
+
<i class="ti ti-circle-open-arrow-right"></i>
|
|
11665
|
+
<strong>circle-open-arrow-right</strong>
|
|
11666
|
+
<div class="tabler-icon-codes">
|
|
11667
|
+
<code>ti ti-circle-open-arrow-right</code><br>
|
|
11668
|
+
<code>\10207</code>
|
|
11669
|
+
</div>
|
|
11670
|
+
</div>
|
|
11671
|
+
<div class="tabler-icon">
|
|
11672
|
+
<i class="ti ti-circle-open-arrow-up"></i>
|
|
11673
|
+
<strong>circle-open-arrow-up</strong>
|
|
11674
|
+
<div class="tabler-icon-codes">
|
|
11675
|
+
<code>ti ti-circle-open-arrow-up</code><br>
|
|
11676
|
+
<code>\10206</code>
|
|
11677
|
+
</div>
|
|
11630
11678
|
</div>
|
|
11631
11679
|
<div class="tabler-icon">
|
|
11632
11680
|
<i class="ti ti-circle-percentage"></i>
|
|
@@ -11651,6 +11699,14 @@
|
|
|
11651
11699
|
<code>ti ti-circle-plus-2</code><br>
|
|
11652
11700
|
<code>\fc8d</code>
|
|
11653
11701
|
</div>
|
|
11702
|
+
</div>
|
|
11703
|
+
<div class="tabler-icon">
|
|
11704
|
+
<i class="ti ti-circle-plus-minus"></i>
|
|
11705
|
+
<strong>circle-plus-minus</strong>
|
|
11706
|
+
<div class="tabler-icon-codes">
|
|
11707
|
+
<code>ti ti-circle-plus-minus</code><br>
|
|
11708
|
+
<code>\10205</code>
|
|
11709
|
+
</div>
|
|
11654
11710
|
</div>
|
|
11655
11711
|
<div class="tabler-icon">
|
|
11656
11712
|
<i class="ti ti-circle-rectangle"></i>
|
|
@@ -21707,6 +21763,14 @@
|
|
|
21707
21763
|
<code>ti ti-home-link</code><br>
|
|
21708
21764
|
<code>\f354</code>
|
|
21709
21765
|
</div>
|
|
21766
|
+
</div>
|
|
21767
|
+
<div class="tabler-icon">
|
|
21768
|
+
<i class="ti ti-home-lock"></i>
|
|
21769
|
+
<strong>home-lock</strong>
|
|
21770
|
+
<div class="tabler-icon-codes">
|
|
21771
|
+
<code>ti ti-home-lock</code><br>
|
|
21772
|
+
<code>\10204</code>
|
|
21773
|
+
</div>
|
|
21710
21774
|
</div>
|
|
21711
21775
|
<div class="tabler-icon">
|
|
21712
21776
|
<i class="ti ti-home-minus"></i>
|
|
@@ -25011,6 +25075,14 @@
|
|
|
25011
25075
|
<code>ti ti-map-heart</code><br>
|
|
25012
25076
|
<code>\fbcc</code>
|
|
25013
25077
|
</div>
|
|
25078
|
+
</div>
|
|
25079
|
+
<div class="tabler-icon">
|
|
25080
|
+
<i class="ti ti-map-lock"></i>
|
|
25081
|
+
<strong>map-lock</strong>
|
|
25082
|
+
<div class="tabler-icon-codes">
|
|
25083
|
+
<code>ti ti-map-lock</code><br>
|
|
25084
|
+
<code>\10203</code>
|
|
25085
|
+
</div>
|
|
25014
25086
|
</div>
|
|
25015
25087
|
<div class="tabler-icon">
|
|
25016
25088
|
<i class="ti ti-map-minus"></i>
|
|
@@ -25267,6 +25339,14 @@
|
|
|
25267
25339
|
<code>ti ti-map-share</code><br>
|
|
25268
25340
|
<code>\fbd1</code>
|
|
25269
25341
|
</div>
|
|
25342
|
+
</div>
|
|
25343
|
+
<div class="tabler-icon">
|
|
25344
|
+
<i class="ti ti-map-shield"></i>
|
|
25345
|
+
<strong>map-shield</strong>
|
|
25346
|
+
<div class="tabler-icon-codes">
|
|
25347
|
+
<code>ti ti-map-shield</code><br>
|
|
25348
|
+
<code>\10202</code>
|
|
25349
|
+
</div>
|
|
25270
25350
|
</div>
|
|
25271
25351
|
<div class="tabler-icon">
|
|
25272
25352
|
<i class="ti ti-map-south"></i>
|
|
@@ -25867,6 +25947,14 @@
|
|
|
25867
25947
|
<code>ti ti-menu-order</code><br>
|
|
25868
25948
|
<code>\f5f5</code>
|
|
25869
25949
|
</div>
|
|
25950
|
+
</div>
|
|
25951
|
+
<div class="tabler-icon">
|
|
25952
|
+
<i class="ti ti-mesh"></i>
|
|
25953
|
+
<strong>mesh</strong>
|
|
25954
|
+
<div class="tabler-icon-codes">
|
|
25955
|
+
<code>ti ti-mesh</code><br>
|
|
25956
|
+
<code>\10201</code>
|
|
25957
|
+
</div>
|
|
25870
25958
|
</div>
|
|
25871
25959
|
<div class="tabler-icon">
|
|
25872
25960
|
<i class="ti ti-message"></i>
|
|
@@ -31443,6 +31531,22 @@
|
|
|
31443
31531
|
<code>ti ti-question-mark</code><br>
|
|
31444
31532
|
<code>\ec9d</code>
|
|
31445
31533
|
</div>
|
|
31534
|
+
</div>
|
|
31535
|
+
<div class="tabler-icon">
|
|
31536
|
+
<i class="ti ti-queue-pop-in"></i>
|
|
31537
|
+
<strong>queue-pop-in</strong>
|
|
31538
|
+
<div class="tabler-icon-codes">
|
|
31539
|
+
<code>ti ti-queue-pop-in</code><br>
|
|
31540
|
+
<code>\10200</code>
|
|
31541
|
+
</div>
|
|
31542
|
+
</div>
|
|
31543
|
+
<div class="tabler-icon">
|
|
31544
|
+
<i class="ti ti-queue-pop-out"></i>
|
|
31545
|
+
<strong>queue-pop-out</strong>
|
|
31546
|
+
<div class="tabler-icon-codes">
|
|
31547
|
+
<code>ti ti-queue-pop-out</code><br>
|
|
31548
|
+
<code>\101ff</code>
|
|
31549
|
+
</div>
|
|
31446
31550
|
</div>
|
|
31447
31551
|
<div class="tabler-icon">
|
|
31448
31552
|
<i class="ti ti-quote"></i>
|
|
@@ -36203,6 +36307,30 @@
|
|
|
36203
36307
|
<code>ti ti-strikethrough</code><br>
|
|
36204
36308
|
<code>\eb9e</code>
|
|
36205
36309
|
</div>
|
|
36310
|
+
</div>
|
|
36311
|
+
<div class="tabler-icon">
|
|
36312
|
+
<i class="ti ti-stroke-curved"></i>
|
|
36313
|
+
<strong>stroke-curved</strong>
|
|
36314
|
+
<div class="tabler-icon-codes">
|
|
36315
|
+
<code>ti ti-stroke-curved</code><br>
|
|
36316
|
+
<code>\101fe</code>
|
|
36317
|
+
</div>
|
|
36318
|
+
</div>
|
|
36319
|
+
<div class="tabler-icon">
|
|
36320
|
+
<i class="ti ti-stroke-dynamic"></i>
|
|
36321
|
+
<strong>stroke-dynamic</strong>
|
|
36322
|
+
<div class="tabler-icon-codes">
|
|
36323
|
+
<code>ti ti-stroke-dynamic</code><br>
|
|
36324
|
+
<code>\101fd</code>
|
|
36325
|
+
</div>
|
|
36326
|
+
</div>
|
|
36327
|
+
<div class="tabler-icon">
|
|
36328
|
+
<i class="ti ti-stroke-straight"></i>
|
|
36329
|
+
<strong>stroke-straight</strong>
|
|
36330
|
+
<div class="tabler-icon-codes">
|
|
36331
|
+
<code>ti ti-stroke-straight</code><br>
|
|
36332
|
+
<code>\101fc</code>
|
|
36333
|
+
</div>
|
|
36206
36334
|
</div>
|
|
36207
36335
|
<div class="tabler-icon">
|
|
36208
36336
|
<i class="ti ti-submarine"></i>
|
|
@@ -37947,6 +38075,14 @@
|
|
|
37947
38075
|
<code>ti ti-trending-up-3</code><br>
|
|
37948
38076
|
<code>\edc4</code>
|
|
37949
38077
|
</div>
|
|
38078
|
+
</div>
|
|
38079
|
+
<div class="tabler-icon">
|
|
38080
|
+
<i class="ti ti-trending-up-down"></i>
|
|
38081
|
+
<strong>trending-up-down</strong>
|
|
38082
|
+
<div class="tabler-icon-codes">
|
|
38083
|
+
<code>ti ti-trending-up-down</code><br>
|
|
38084
|
+
<code>\101fb</code>
|
|
38085
|
+
</div>
|
|
37950
38086
|
</div>
|
|
37951
38087
|
<div class="tabler-icon">
|
|
37952
38088
|
<i class="ti ti-triangle"></i>
|
|
@@ -38859,6 +38995,14 @@
|
|
|
38859
38995
|
<code>ti ti-vip</code><br>
|
|
38860
38996
|
<code>\f3b3</code>
|
|
38861
38997
|
</div>
|
|
38998
|
+
</div>
|
|
38999
|
+
<div class="tabler-icon">
|
|
39000
|
+
<i class="ti ti-vip-2"></i>
|
|
39001
|
+
<strong>vip-2</strong>
|
|
39002
|
+
<div class="tabler-icon-codes">
|
|
39003
|
+
<code>ti ti-vip-2</code><br>
|
|
39004
|
+
<code>\101fa</code>
|
|
39005
|
+
</div>
|
|
38862
39006
|
</div>
|
|
38863
39007
|
<div class="tabler-icon">
|
|
38864
39008
|
<i class="ti ti-vip-off"></i>
|