Skip to content

Commit a634dfd

Browse files
committed
Release 1.20.0
1 parent fdb419e commit a634dfd

Some content is hidden

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

72 files changed

+1093
-720
lines changed

Diff for: .github/icons.png

9.67 KB
Loading

Diff for: .github/icons.svg

+746-710
Loading

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

8.04 KB
Loading

Diff for: .github/tabler-icons-1.20.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

4.81 KB
Binary file not shown.

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

4.81 KB
Binary file not shown.

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

2.78 KB
Binary file not shown.

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

1.94 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.19.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.20.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -28,6 +28,10 @@
2828
content: "";
2929
}
3030

31+
.ti-3d-cube-sphere:before {
32+
content: "";
33+
}
34+
3135
.ti-a-b:before {
3236
content: "";
3337
}
@@ -580,6 +584,10 @@
580584
content: "";
581585
}
582586

587+
.ti-brand-windows:before {
588+
content: "";
589+
}
590+
583591
.ti-brand-youtube:before {
584592
content: "";
585593
}
@@ -876,6 +884,10 @@
876884
content: "";
877885
}
878886

887+
.ti-cloud-fog:before {
888+
content: "";
889+
}
890+
879891
.ti-cloud-rain:before {
880892
content: "";
881893
}
@@ -984,6 +996,10 @@
984996
content: "";
985997
}
986998

999+
.ti-curly-loop:before {
1000+
content: "";
1001+
}
1002+
9871003
.ti-currency-bitcoin:before {
9881004
content: "";
9891005
}
@@ -1040,6 +1056,10 @@
10401056
content: "";
10411057
}
10421058

1059+
.ti-device-mobile-rotated:before {
1060+
content: "";
1061+
}
1062+
10431063
.ti-device-mobile-vibration:before {
10441064
content: "";
10451065
}
@@ -1212,6 +1232,10 @@
12121232
content: "";
12131233
}
12141234

1235+
.ti-file-phone:before {
1236+
content: "";
1237+
}
1238+
12151239
.ti-file-plus:before {
12161240
content: "";
12171241
}
@@ -2176,6 +2200,10 @@
21762200
content: "";
21772201
}
21782202

2203+
.ti-road-sign:before {
2204+
content: "";
2205+
}
2206+
21792207
.ti-rocket:before {
21802208
content: "";
21812209
}
@@ -2340,6 +2368,10 @@
23402368
content: "";
23412369
}
23422370

2371+
.ti-smart-home:before {
2372+
content: "";
2373+
}
2374+
23432375
.ti-smoking:before {
23442376
content: "";
23452377
}
@@ -2384,6 +2416,10 @@
23842416
content: "";
23852417
}
23862418

2419+
.ti-square-rotated:before {
2420+
content: "";
2421+
}
2422+
23872423
.ti-square-x:before {
23882424
content: "";
23892425
}
@@ -2412,6 +2448,14 @@
24122448
content: "";
24132449
}
24142450

2451+
.ti-step-into:before {
2452+
content: "";
2453+
}
2454+
2455+
.ti-step-out:before {
2456+
content: "";
2457+
}
2458+
24152459
.ti-sticker:before {
24162460
content: "";
24172461
}
@@ -2576,6 +2620,10 @@
25762620
content: "";
25772621
}
25782622

2623+
.ti-tornado:before {
2624+
content: "";
2625+
}
2626+
25792627
.ti-tournament:before {
25802628
content: "";
25812629
}

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

115115
<div class="search-bar">
@@ -128,6 +128,15 @@ <h1>
128128
</div>
129129
</div>
130130

131+
<div class="tabler-icon">
132+
<i class="ti ti-3d-cube-sphere"></i>
133+
<strong>3d-cube-sphere</strong>
134+
<div class="tabler-icon-codes">
135+
<code>ti ti-3d-cube-sphere</code><br>
136+
<code>\ecd7</code>
137+
</div>
138+
</div>
139+
131140
<div class="tabler-icon">
132141
<i class="ti ti-a-b"></i>
133142
<strong>a-b</strong>
@@ -1370,6 +1379,15 @@ <h1>
13701379
</div>
13711380
</div>
13721381

1382+
<div class="tabler-icon">
1383+
<i class="ti ti-brand-windows"></i>
1384+
<strong>brand-windows</strong>
1385+
<div class="tabler-icon-codes">
1386+
<code>ti ti-brand-windows</code><br>
1387+
<code>\ecd8</code>
1388+
</div>
1389+
</div>
1390+
13731391
<div class="tabler-icon">
13741392
<i class="ti ti-brand-youtube"></i>
13751393
<strong>brand-youtube</strong>
@@ -2036,6 +2054,15 @@ <h1>
20362054
</div>
20372055
</div>
20382056

2057+
<div class="tabler-icon">
2058+
<i class="ti ti-cloud-fog"></i>
2059+
<strong>cloud-fog</strong>
2060+
<div class="tabler-icon-codes">
2061+
<code>ti ti-cloud-fog</code><br>
2062+
<code>\ecd9</code>
2063+
</div>
2064+
</div>
2065+
20392066
<div class="tabler-icon">
20402067
<i class="ti ti-cloud-rain"></i>
20412068
<strong>cloud-rain</strong>
@@ -2279,6 +2306,15 @@ <h1>
22792306
</div>
22802307
</div>
22812308

2309+
<div class="tabler-icon">
2310+
<i class="ti ti-curly-loop"></i>
2311+
<strong>curly-loop</strong>
2312+
<div class="tabler-icon-codes">
2313+
<code>ti ti-curly-loop</code><br>
2314+
<code>\ecda</code>
2315+
</div>
2316+
</div>
2317+
22822318
<div class="tabler-icon">
22832319
<i class="ti ti-currency-bitcoin"></i>
22842320
<strong>currency-bitcoin</strong>
@@ -2405,6 +2441,15 @@ <h1>
24052441
</div>
24062442
</div>
24072443

2444+
<div class="tabler-icon">
2445+
<i class="ti ti-device-mobile-rotated"></i>
2446+
<strong>device-mobile-rotated</strong>
2447+
<div class="tabler-icon-codes">
2448+
<code>ti ti-device-mobile-rotated</code><br>
2449+
<code>\ecdb</code>
2450+
</div>
2451+
</div>
2452+
24082453
<div class="tabler-icon">
24092454
<i class="ti ti-device-mobile-vibration"></i>
24102455
<strong>device-mobile-vibration</strong>
@@ -2792,6 +2837,15 @@ <h1>
27922837
</div>
27932838
</div>
27942839

2840+
<div class="tabler-icon">
2841+
<i class="ti ti-file-phone"></i>
2842+
<strong>file-phone</strong>
2843+
<div class="tabler-icon-codes">
2844+
<code>ti ti-file-phone</code><br>
2845+
<code>\ecdc</code>
2846+
</div>
2847+
</div>
2848+
27952849
<div class="tabler-icon">
27962850
<i class="ti ti-file-plus"></i>
27972851
<strong>file-plus</strong>
@@ -4961,6 +5015,15 @@ <h1>
49615015
</div>
49625016
</div>
49635017

5018+
<div class="tabler-icon">
5019+
<i class="ti ti-road-sign"></i>
5020+
<strong>road-sign</strong>
5021+
<div class="tabler-icon-codes">
5022+
<code>ti ti-road-sign</code><br>
5023+
<code>\ecdd</code>
5024+
</div>
5025+
</div>
5026+
49645027
<div class="tabler-icon">
49655028
<i class="ti ti-rocket"></i>
49665029
<strong>rocket</strong>
@@ -5330,6 +5393,15 @@ <h1>
53305393
</div>
53315394
</div>
53325395

5396+
<div class="tabler-icon">
5397+
<i class="ti ti-smart-home"></i>
5398+
<strong>smart-home</strong>
5399+
<div class="tabler-icon-codes">
5400+
<code>ti ti-smart-home</code><br>
5401+
<code>\ecde</code>
5402+
</div>
5403+
</div>
5404+
53335405
<div class="tabler-icon">
53345406
<i class="ti ti-smoking"></i>
53355407
<strong>smoking</strong>
@@ -5429,6 +5501,15 @@ <h1>
54295501
</div>
54305502
</div>
54315503

5504+
<div class="tabler-icon">
5505+
<i class="ti ti-square-rotated"></i>
5506+
<strong>square-rotated</strong>
5507+
<div class="tabler-icon-codes">
5508+
<code>ti ti-square-rotated</code><br>
5509+
<code>\ecdf</code>
5510+
</div>
5511+
</div>
5512+
54325513
<div class="tabler-icon">
54335514
<i class="ti ti-square-x"></i>
54345515
<strong>square-x</strong>
@@ -5492,6 +5573,24 @@ <h1>
54925573
</div>
54935574
</div>
54945575

5576+
<div class="tabler-icon">
5577+
<i class="ti ti-step-into"></i>
5578+
<strong>step-into</strong>
5579+
<div class="tabler-icon-codes">
5580+
<code>ti ti-step-into</code><br>
5581+
<code>\ece0</code>
5582+
</div>
5583+
</div>
5584+
5585+
<div class="tabler-icon">
5586+
<i class="ti ti-step-out"></i>
5587+
<strong>step-out</strong>
5588+
<div class="tabler-icon-codes">
5589+
<code>ti ti-step-out</code><br>
5590+
<code>\ece1</code>
5591+
</div>
5592+
</div>
5593+
54955594
<div class="tabler-icon">
54965595
<i class="ti ti-sticker"></i>
54975596
<strong>sticker</strong>
@@ -5861,6 +5960,15 @@ <h1>
58615960
</div>
58625961
</div>
58635962

5963+
<div class="tabler-icon">
5964+
<i class="ti ti-tornado"></i>
5965+
<strong>tornado</strong>
5966+
<div class="tabler-icon-codes">
5967+
<code>ti ti-tornado</code><br>
5968+
<code>\ece2</code>
5969+
</div>
5970+
</div>
5971+
58645972
<div class="tabler-icon">
58655973
<i class="ti ti-tournament"></i>
58665974
<strong>tournament</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)