Skip to content

Commit 0c726fb

Browse files
committed
Release 1.14.0
1 parent b8963b9 commit 0c726fb

Some content is hidden

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

43 files changed

+872
-487
lines changed

Diff for: .github/icons.png

9.65 KB
Loading

Diff for: .github/icons.svg

+505-469
Loading

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

8.49 KB
Loading

Diff for: .github/tabler-icons-1.14.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.05 KB
Binary file not shown.

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

6.05 KB
Binary file not shown.

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

3.95 KB
Binary file not shown.

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

2.62 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.13.1 by tabler - https://tabler.io
3+
* Tabler Icons 1.14.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -644,6 +644,10 @@
644644
content: "";
645645
}
646646

647+
.ti-caravan:before {
648+
content: "";
649+
}
650+
647651
.ti-caret-down:before {
648652
content: "";
649653
}
@@ -1244,6 +1248,10 @@
12441248
content: "";
12451249
}
12461250

1251+
.ti-gas-station:before {
1252+
content: "";
1253+
}
1254+
12471255
.ti-gauge:before {
12481256
content: "";
12491257
}
@@ -1396,6 +1404,14 @@
13961404
content: "";
13971405
}
13981406

1407+
.ti-keyboard-hide:before {
1408+
content: "";
1409+
}
1410+
1411+
.ti-keyboard-show:before {
1412+
content: "";
1413+
}
1414+
13991415
.ti-language:before {
14001416
content: "";
14011417
}
@@ -1696,6 +1712,10 @@
16961712
content: "";
16971713
}
16981714

1715+
.ti-mars:before {
1716+
content: "";
1717+
}
1718+
16991719
.ti-math:before {
17001720
content: "";
17011721
}
@@ -1844,6 +1864,10 @@
18441864
content: "";
18451865
}
18461866

1867+
.ti-page-break:before {
1868+
content: "";
1869+
}
1870+
18471871
.ti-paint:before {
18481872
content: "";
18491873
}
@@ -2032,6 +2056,14 @@
20322056
content: "";
20332057
}
20342058

2059+
.ti-run:before {
2060+
content: "";
2061+
}
2062+
2063+
.ti-sailboat:before {
2064+
content: "";
2065+
}
2066+
20352067
.ti-scale:before {
20362068
content: "";
20372069
}
@@ -2104,6 +2136,10 @@
21042136
content: "";
21052137
}
21062138

2139+
.ti-ship:before {
2140+
content: "";
2141+
}
2142+
21072143
.ti-shirt:before {
21082144
content: "";
21092145
}
@@ -2208,6 +2244,10 @@
22082244
content: "";
22092245
}
22102246

2247+
.ti-swiming:before {
2248+
content: "";
2249+
}
2250+
22112251
.ti-switch:before {
22122252
content: "";
22132253
}
@@ -2428,6 +2468,10 @@
24282468
content: "";
24292469
}
24302470

2471+
.ti-venus:before {
2472+
content: "";
2473+
}
2474+
24312475
.ti-viewfinder:before {
24322476
content: "";
24332477
}
@@ -2456,6 +2500,10 @@
24562500
content: "";
24572501
}
24582502

2503+
.ti-walk:before {
2504+
content: "";
2505+
}
2506+
24592507
.ti-wallet:before {
24602508
content: "";
24612509
}

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.13.1</title>
8+
<title>Tabler Icons - version 1.14.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.13.1</p>
112+
<p class="text-muted">version 1.14.0</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -1514,6 +1514,15 @@ <h1>
15141514
</div>
15151515
</div>
15161516

1517+
<div class="tabler-icon">
1518+
<i class="ti ti-caravan"></i>
1519+
<strong>caravan</strong>
1520+
<div class="tabler-icon-codes">
1521+
<code>ti ti-caravan</code><br>
1522+
<code>\ec7c</code>
1523+
</div>
1524+
</div>
1525+
15171526
<div class="tabler-icon">
15181527
<i class="ti ti-caret-down"></i>
15191528
<strong>caret-down</strong>
@@ -2864,6 +2873,15 @@ <h1>
28642873
</div>
28652874
</div>
28662875

2876+
<div class="tabler-icon">
2877+
<i class="ti ti-gas-station"></i>
2878+
<strong>gas-station</strong>
2879+
<div class="tabler-icon-codes">
2880+
<code>ti ti-gas-station</code><br>
2881+
<code>\ec7d</code>
2882+
</div>
2883+
</div>
2884+
28672885
<div class="tabler-icon">
28682886
<i class="ti ti-gauge"></i>
28692887
<strong>gauge</strong>
@@ -3206,6 +3224,24 @@ <h1>
32063224
</div>
32073225
</div>
32083226

3227+
<div class="tabler-icon">
3228+
<i class="ti ti-keyboard-hide"></i>
3229+
<strong>keyboard-hide</strong>
3230+
<div class="tabler-icon-codes">
3231+
<code>ti ti-keyboard-hide</code><br>
3232+
<code>\ec7e</code>
3233+
</div>
3234+
</div>
3235+
3236+
<div class="tabler-icon">
3237+
<i class="ti ti-keyboard-show"></i>
3238+
<strong>keyboard-show</strong>
3239+
<div class="tabler-icon-codes">
3240+
<code>ti ti-keyboard-show</code><br>
3241+
<code>\ec7f</code>
3242+
</div>
3243+
</div>
3244+
32093245
<div class="tabler-icon">
32103246
<i class="ti ti-language"></i>
32113247
<strong>language</strong>
@@ -3881,6 +3917,15 @@ <h1>
38813917
</div>
38823918
</div>
38833919

3920+
<div class="tabler-icon">
3921+
<i class="ti ti-mars"></i>
3922+
<strong>mars</strong>
3923+
<div class="tabler-icon-codes">
3924+
<code>ti ti-mars</code><br>
3925+
<code>\ec80</code>
3926+
</div>
3927+
</div>
3928+
38843929
<div class="tabler-icon">
38853930
<i class="ti ti-math"></i>
38863931
<strong>math</strong>
@@ -4214,6 +4259,15 @@ <h1>
42144259
</div>
42154260
</div>
42164261

4262+
<div class="tabler-icon">
4263+
<i class="ti ti-page-break"></i>
4264+
<strong>page-break</strong>
4265+
<div class="tabler-icon-codes">
4266+
<code>ti ti-page-break</code><br>
4267+
<code>\ec81</code>
4268+
</div>
4269+
</div>
4270+
42174271
<div class="tabler-icon">
42184272
<i class="ti ti-paint"></i>
42194273
<strong>paint</strong>
@@ -4637,6 +4691,24 @@ <h1>
46374691
</div>
46384692
</div>
46394693

4694+
<div class="tabler-icon">
4695+
<i class="ti ti-run"></i>
4696+
<strong>run</strong>
4697+
<div class="tabler-icon-codes">
4698+
<code>ti ti-run</code><br>
4699+
<code>\ec82</code>
4700+
</div>
4701+
</div>
4702+
4703+
<div class="tabler-icon">
4704+
<i class="ti ti-sailboat"></i>
4705+
<strong>sailboat</strong>
4706+
<div class="tabler-icon-codes">
4707+
<code>ti ti-sailboat</code><br>
4708+
<code>\ec83</code>
4709+
</div>
4710+
</div>
4711+
46404712
<div class="tabler-icon">
46414713
<i class="ti ti-scale"></i>
46424714
<strong>scale</strong>
@@ -4799,6 +4871,15 @@ <h1>
47994871
</div>
48004872
</div>
48014873

4874+
<div class="tabler-icon">
4875+
<i class="ti ti-ship"></i>
4876+
<strong>ship</strong>
4877+
<div class="tabler-icon-codes">
4878+
<code>ti ti-ship</code><br>
4879+
<code>\ec84</code>
4880+
</div>
4881+
</div>
4882+
48024883
<div class="tabler-icon">
48034884
<i class="ti ti-shirt"></i>
48044885
<strong>shirt</strong>
@@ -5033,6 +5114,15 @@ <h1>
50335114
</div>
50345115
</div>
50355116

5117+
<div class="tabler-icon">
5118+
<i class="ti ti-swiming"></i>
5119+
<strong>swiming</strong>
5120+
<div class="tabler-icon-codes">
5121+
<code>ti ti-swiming</code><br>
5122+
<code>\ec85</code>
5123+
</div>
5124+
</div>
5125+
50365126
<div class="tabler-icon">
50375127
<i class="ti ti-switch"></i>
50385128
<strong>switch</strong>
@@ -5528,6 +5618,15 @@ <h1>
55285618
</div>
55295619
</div>
55305620

5621+
<div class="tabler-icon">
5622+
<i class="ti ti-venus"></i>
5623+
<strong>venus</strong>
5624+
<div class="tabler-icon-codes">
5625+
<code>ti ti-venus</code><br>
5626+
<code>\ec86</code>
5627+
</div>
5628+
</div>
5629+
55315630
<div class="tabler-icon">
55325631
<i class="ti ti-viewfinder"></i>
55335632
<strong>viewfinder</strong>
@@ -5591,6 +5690,15 @@ <h1>
55915690
</div>
55925691
</div>
55935692

5693+
<div class="tabler-icon">
5694+
<i class="ti ti-walk"></i>
5695+
<strong>walk</strong>
5696+
<div class="tabler-icon-codes">
5697+
<code>ti ti-walk</code><br>
5698+
<code>\ec87</code>
5699+
</div>
5700+
</div>
5701+
55945702
<div class="tabler-icon">
55955703
<i class="ti ti-wallet"></i>
55965704
<strong>wallet</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)