Skip to content

Commit 17c4285

Browse files
committed
Release 1.31.0
1 parent 3a9c21e commit 17c4285

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1059
-529
lines changed

Diff for: .github/icons.png

6.73 KB
Loading

Diff for: .github/icons.svg

+550-514
Loading

Diff for: .github/tabler-icons-1.31.0.png

11.7 KB
Loading

Diff for: .github/tabler-icons-1.31.0.svg

+40
Loading

Diff for: iconfont-unicode.json

+1-1
Large diffs are not rendered by default.

Diff for: iconfont/fonts/tabler-icons.eot

6.35 KB
Binary file not shown.

Diff for: iconfont/fonts/tabler-icons.ttf

6.35 KB
Binary file not shown.

Diff for: iconfont/fonts/tabler-icons.woff

3.55 KB
Binary file not shown.

Diff for: iconfont/fonts/tabler-icons.woff2

2.32 KB
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+49-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.30.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.31.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -1312,6 +1312,10 @@
13121312
content: "";
13131313
}
13141314

1315+
.ti-divide:before {
1316+
content: "";
1317+
}
1318+
13151319
.ti-dots:before {
13161320
content: "";
13171321
}
@@ -1456,6 +1460,10 @@
14561460
content: "";
14571461
}
14581462

1463+
.ti-file-search:before {
1464+
content: "";
1465+
}
1466+
14591467
.ti-file-shredder:before {
14601468
content: "";
14611469
}
@@ -2112,6 +2120,10 @@
21122120
content: "";
21132121
}
21142122

2123+
.ti-map-pins:before {
2124+
content: "";
2125+
}
2126+
21152127
.ti-markdown:before {
21162128
content: "";
21172129
}
@@ -2436,6 +2448,14 @@
24362448
content: "";
24372449
}
24382450

2451+
.ti-pinned:before {
2452+
content: "";
2453+
}
2454+
2455+
.ti-pinned-off:before {
2456+
content: "";
2457+
}
2458+
24392459
.ti-plane:before {
24402460
content: "";
24412461
}
@@ -2792,6 +2812,10 @@
27922812
content: "";
27932813
}
27942814

2815+
.ti-speakerphone:before {
2816+
content: "";
2817+
}
2818+
27952819
.ti-square:before {
27962820
content: "";
27972821
}
@@ -2852,6 +2876,10 @@
28522876
content: "";
28532877
}
28542878

2879+
.ti-star-off:before {
2880+
content: "";
2881+
}
2882+
28552883
.ti-stars:before {
28562884
content: "";
28572885
}
@@ -2892,6 +2920,10 @@
28922920
content: "";
28932921
}
28942922

2923+
.ti-sun-off:before {
2924+
content: "";
2925+
}
2926+
28952927
.ti-sunset:before {
28962928
content: "";
28972929
}
@@ -3032,6 +3064,10 @@
30323064
content: "";
30333065
}
30343066

3067+
.ti-tools-kitchen:before {
3068+
content: "";
3069+
}
3070+
30353071
.ti-tornado:before {
30363072
content: "";
30373073
}
@@ -3060,6 +3096,10 @@
30603096
content: "";
30613097
}
30623098

3099+
.ti-trash-off:before {
3100+
content: "";
3101+
}
3102+
30633103
.ti-trees:before {
30643104
content: "";
30653105
}
@@ -3212,6 +3252,14 @@
32123252
content: "";
32133253
}
32143254

3255+
.ti-virus-off:before {
3256+
content: "";
3257+
}
3258+
3259+
.ti-virus-search:before {
3260+
content: "";
3261+
}
3262+
32153263
.ti-volume:before {
32163264
content: "";
32173265
}

Diff for: iconfont/tabler-icons.html

+110-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport"
66
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<title>Tabler Icons - version 1.30.0</title>
8+
<title>Tabler Icons - version 1.31.0</title>
99

1010
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600" rel="stylesheet">
1111
<link rel="stylesheet" href="./tabler-icons.css">
@@ -109,7 +109,7 @@
109109
<h1>
110110
Tabler Icons
111111
</h1>
112-
<p class="text-muted">version 1.30.0</p>
112+
<p class="text-muted">version 1.31.0</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -3017,6 +3017,15 @@ <h1>
30173017
</div>
30183018
</div>
30193019

3020+
<div class="tabler-icon">
3021+
<i class="ti ti-divide"></i>
3022+
<strong>divide</strong>
3023+
<div class="tabler-icon-codes">
3024+
<code>ti ti-divide</code><br>
3025+
<code>\ed5c</code>
3026+
</div>
3027+
</div>
3028+
30203029
<div class="tabler-icon">
30213030
<i class="ti ti-dots"></i>
30223031
<strong>dots</strong>
@@ -3341,6 +3350,15 @@ <h1>
33413350
</div>
33423351
</div>
33433352

3353+
<div class="tabler-icon">
3354+
<i class="ti ti-file-search"></i>
3355+
<strong>file-search</strong>
3356+
<div class="tabler-icon-codes">
3357+
<code>ti ti-file-search</code><br>
3358+
<code>\ed5d</code>
3359+
</div>
3360+
</div>
3361+
33443362
<div class="tabler-icon">
33453363
<i class="ti ti-file-shredder"></i>
33463364
<strong>file-shredder</strong>
@@ -4817,6 +4835,15 @@ <h1>
48174835
</div>
48184836
</div>
48194837

4838+
<div class="tabler-icon">
4839+
<i class="ti ti-map-pins"></i>
4840+
<strong>map-pins</strong>
4841+
<div class="tabler-icon-codes">
4842+
<code>ti ti-map-pins</code><br>
4843+
<code>\ed5e</code>
4844+
</div>
4845+
</div>
4846+
48204847
<div class="tabler-icon">
48214848
<i class="ti ti-markdown"></i>
48224849
<strong>markdown</strong>
@@ -5546,6 +5573,24 @@ <h1>
55465573
</div>
55475574
</div>
55485575

5576+
<div class="tabler-icon">
5577+
<i class="ti ti-pinned"></i>
5578+
<strong>pinned</strong>
5579+
<div class="tabler-icon-codes">
5580+
<code>ti ti-pinned</code><br>
5581+
<code>\ed60</code>
5582+
</div>
5583+
</div>
5584+
5585+
<div class="tabler-icon">
5586+
<i class="ti ti-pinned-off"></i>
5587+
<strong>pinned-off</strong>
5588+
<div class="tabler-icon-codes">
5589+
<code>ti ti-pinned-off</code><br>
5590+
<code>\ed5f</code>
5591+
</div>
5592+
</div>
5593+
55495594
<div class="tabler-icon">
55505595
<i class="ti ti-plane"></i>
55515596
<strong>plane</strong>
@@ -6347,6 +6392,15 @@ <h1>
63476392
</div>
63486393
</div>
63496394

6395+
<div class="tabler-icon">
6396+
<i class="ti ti-speakerphone"></i>
6397+
<strong>speakerphone</strong>
6398+
<div class="tabler-icon-codes">
6399+
<code>ti ti-speakerphone</code><br>
6400+
<code>\ed61</code>
6401+
</div>
6402+
</div>
6403+
63506404
<div class="tabler-icon">
63516405
<i class="ti ti-square"></i>
63526406
<strong>square</strong>
@@ -6482,6 +6536,15 @@ <h1>
64826536
</div>
64836537
</div>
64846538

6539+
<div class="tabler-icon">
6540+
<i class="ti ti-star-off"></i>
6541+
<strong>star-off</strong>
6542+
<div class="tabler-icon-codes">
6543+
<code>ti ti-star-off</code><br>
6544+
<code>\ed62</code>
6545+
</div>
6546+
</div>
6547+
64856548
<div class="tabler-icon">
64866549
<i class="ti ti-stars"></i>
64876550
<strong>stars</strong>
@@ -6572,6 +6635,15 @@ <h1>
65726635
</div>
65736636
</div>
65746637

6638+
<div class="tabler-icon">
6639+
<i class="ti ti-sun-off"></i>
6640+
<strong>sun-off</strong>
6641+
<div class="tabler-icon-codes">
6642+
<code>ti ti-sun-off</code><br>
6643+
<code>\ed63</code>
6644+
</div>
6645+
</div>
6646+
65756647
<div class="tabler-icon">
65766648
<i class="ti ti-sunset"></i>
65776649
<strong>sunset</strong>
@@ -6887,6 +6959,15 @@ <h1>
68876959
</div>
68886960
</div>
68896961

6962+
<div class="tabler-icon">
6963+
<i class="ti ti-tools-kitchen"></i>
6964+
<strong>tools-kitchen</strong>
6965+
<div class="tabler-icon-codes">
6966+
<code>ti ti-tools-kitchen</code><br>
6967+
<code>\ed64</code>
6968+
</div>
6969+
</div>
6970+
68906971
<div class="tabler-icon">
68916972
<i class="ti ti-tornado"></i>
68926973
<strong>tornado</strong>
@@ -6950,6 +7031,15 @@ <h1>
69507031
</div>
69517032
</div>
69527033

7034+
<div class="tabler-icon">
7035+
<i class="ti ti-trash-off"></i>
7036+
<strong>trash-off</strong>
7037+
<div class="tabler-icon-codes">
7038+
<code>ti ti-trash-off</code><br>
7039+
<code>\ed65</code>
7040+
</div>
7041+
</div>
7042+
69537043
<div class="tabler-icon">
69547044
<i class="ti ti-trees"></i>
69557045
<strong>trees</strong>
@@ -7292,6 +7382,24 @@ <h1>
72927382
</div>
72937383
</div>
72947384

7385+
<div class="tabler-icon">
7386+
<i class="ti ti-virus-off"></i>
7387+
<strong>virus-off</strong>
7388+
<div class="tabler-icon-codes">
7389+
<code>ti ti-virus-off</code><br>
7390+
<code>\ed66</code>
7391+
</div>
7392+
</div>
7393+
7394+
<div class="tabler-icon">
7395+
<i class="ti ti-virus-search"></i>
7396+
<strong>virus-search</strong>
7397+
<div class="tabler-icon-codes">
7398+
<code>ti ti-virus-search</code><br>
7399+
<code>\ed67</code>
7400+
</div>
7401+
</div>
7402+
72957403
<div class="tabler-icon">
72967404
<i class="ti ti-volume"></i>
72977405
<strong>volume</strong>

Diff for: iconfont/tabler-icons.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)