Skip to content

Commit 5c338e7

Browse files
committed
Release 1.10.0
1 parent ecfb12b commit 5c338e7

Some content is hidden

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

46 files changed

+899
-510
lines changed

Diff for: .github/icons.png

11.8 KB
Loading

Diff for: .github/icons.svg

+525-488
Loading

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

11.8 KB
Loading

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

+38
Loading

Diff for: iconfont-unicode.json

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

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

8.08 KB
Binary file not shown.

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

8.08 KB
Binary file not shown.

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

3.68 KB
Binary file not shown.

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

2.78 KB
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+55-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.9.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.10.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -256,8 +256,20 @@
256256
content: "";
257257
}
258258

259-
.ti-ball:before {
260-
content: "";
259+
.ti-ball-basketball:before {
260+
content: "";
261+
}
262+
263+
.ti-ball-bowling:before {
264+
content: "";
265+
}
266+
267+
.ti-ball-tennis:before {
268+
content: "";
269+
}
270+
271+
.ti-ball-volleyball:before {
272+
content: "";
261273
}
262274

263275
.ti-ban:before {
@@ -1080,6 +1092,10 @@
10801092
content: "";
10811093
}
10821094

1095+
.ti-flame:before {
1096+
content: "";
1097+
}
1098+
10831099
.ti-flask:before {
10841100
content: "";
10851101
}
@@ -1220,6 +1236,14 @@
12201236
content: "";
12211237
}
12221238

1239+
.ti-hand-middle-finger:before {
1240+
content: "";
1241+
}
1242+
1243+
.ti-hand-stop:before {
1244+
content: "";
1245+
}
1246+
12231247
.ti-hash:before {
12241248
content: "";
12251249
}
@@ -1484,6 +1508,10 @@
14841508
content: "";
14851509
}
14861510

1511+
.ti-medical-cross:before {
1512+
content: "";
1513+
}
1514+
14871515
.ti-menu:before {
14881516
content: "";
14891517
}
@@ -1520,6 +1548,10 @@
15201548
content: "";
15211549
}
15221550

1551+
.ti-mist:before {
1552+
content: "";
1553+
}
1554+
15231555
.ti-mood-confuzed:before {
15241556
content: "";
15251557
}
@@ -1936,6 +1968,14 @@
19361968
content: "";
19371969
}
19381970

1971+
.ti-sunset:before {
1972+
content: "";
1973+
}
1974+
1975+
.ti-sunshine:before {
1976+
content: "";
1977+
}
1978+
19391979
.ti-superscript:before {
19401980
content: "";
19411981
}
@@ -2000,6 +2040,10 @@
20002040
content: "";
20012041
}
20022042

2043+
.ti-test:before {
2044+
content: "";
2045+
}
2046+
20032047
.ti-test-pipe:before {
20042048
content: "";
20052049
}
@@ -2184,6 +2228,10 @@
21842228
content: "";
21852229
}
21862230

2231+
.ti-wind:before {
2232+
content: "";
2233+
}
2234+
21872235
.ti-woman:before {
21882236
content: "";
21892237
}
@@ -2196,6 +2244,10 @@
21962244
content: "";
21972245
}
21982246

2247+
.ti-yin-yang:before {
2248+
content: "";
2249+
}
2250+
21992251
.ti-zoom-in:before {
22002252
content: "";
22012253
}

Diff for: iconfont/tabler-icons.html

+123-6
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.9.0</title>
8+
<title>Tabler Icons - version 1.10.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.9.0</p>
112+
<p class="text-muted">version 1.10.0</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -642,11 +642,38 @@ <h1>
642642
</div>
643643

644644
<div class="tabler-icon">
645-
<i class="ti ti-ball"></i>
646-
<strong>ball</strong>
645+
<i class="ti ti-ball-basketball"></i>
646+
<strong>ball-basketball</strong>
647647
<div class="tabler-icon-codes">
648-
<code>ti ti-ball</code><br>
649-
<code>\ebe0</code>
648+
<code>ti ti-ball-basketball</code><br>
649+
<code>\ec28</code>
650+
</div>
651+
</div>
652+
653+
<div class="tabler-icon">
654+
<i class="ti ti-ball-bowling"></i>
655+
<strong>ball-bowling</strong>
656+
<div class="tabler-icon-codes">
657+
<code>ti ti-ball-bowling</code><br>
658+
<code>\ec29</code>
659+
</div>
660+
</div>
661+
662+
<div class="tabler-icon">
663+
<i class="ti ti-ball-tennis"></i>
664+
<strong>ball-tennis</strong>
665+
<div class="tabler-icon-codes">
666+
<code>ti ti-ball-tennis</code><br>
667+
<code>\ec2a</code>
668+
</div>
669+
</div>
670+
671+
<div class="tabler-icon">
672+
<i class="ti ti-ball-volleyball"></i>
673+
<strong>ball-volleyball</strong>
674+
<div class="tabler-icon-codes">
675+
<code>ti ti-ball-volleyball</code><br>
676+
<code>\ec2b</code>
650677
</div>
651678
</div>
652679

@@ -2495,6 +2522,15 @@ <h1>
24952522
</div>
24962523
</div>
24972524

2525+
<div class="tabler-icon">
2526+
<i class="ti ti-flame"></i>
2527+
<strong>flame</strong>
2528+
<div class="tabler-icon-codes">
2529+
<code>ti ti-flame</code><br>
2530+
<code>\ec2c</code>
2531+
</div>
2532+
</div>
2533+
24982534
<div class="tabler-icon">
24992535
<i class="ti ti-flask"></i>
25002536
<strong>flask</strong>
@@ -2810,6 +2846,24 @@ <h1>
28102846
</div>
28112847
</div>
28122848

2849+
<div class="tabler-icon">
2850+
<i class="ti ti-hand-middle-finger"></i>
2851+
<strong>hand-middle-finger</strong>
2852+
<div class="tabler-icon-codes">
2853+
<code>ti ti-hand-middle-finger</code><br>
2854+
<code>\ec2d</code>
2855+
</div>
2856+
</div>
2857+
2858+
<div class="tabler-icon">
2859+
<i class="ti ti-hand-stop"></i>
2860+
<strong>hand-stop</strong>
2861+
<div class="tabler-icon-codes">
2862+
<code>ti ti-hand-stop</code><br>
2863+
<code>\ec2e</code>
2864+
</div>
2865+
</div>
2866+
28132867
<div class="tabler-icon">
28142868
<i class="ti ti-hash"></i>
28152869
<strong>hash</strong>
@@ -3404,6 +3458,15 @@ <h1>
34043458
</div>
34053459
</div>
34063460

3461+
<div class="tabler-icon">
3462+
<i class="ti ti-medical-cross"></i>
3463+
<strong>medical-cross</strong>
3464+
<div class="tabler-icon-codes">
3465+
<code>ti ti-medical-cross</code><br>
3466+
<code>\ec2f</code>
3467+
</div>
3468+
</div>
3469+
34073470
<div class="tabler-icon">
34083471
<i class="ti ti-menu"></i>
34093472
<strong>menu</strong>
@@ -3485,6 +3548,15 @@ <h1>
34853548
</div>
34863549
</div>
34873550

3551+
<div class="tabler-icon">
3552+
<i class="ti ti-mist"></i>
3553+
<strong>mist</strong>
3554+
<div class="tabler-icon-codes">
3555+
<code>ti ti-mist</code><br>
3556+
<code>\ec30</code>
3557+
</div>
3558+
</div>
3559+
34883560
<div class="tabler-icon">
34893561
<i class="ti ti-mood-confuzed"></i>
34903562
<strong>mood-confuzed</strong>
@@ -4421,6 +4493,24 @@ <h1>
44214493
</div>
44224494
</div>
44234495

4496+
<div class="tabler-icon">
4497+
<i class="ti ti-sunset"></i>
4498+
<strong>sunset</strong>
4499+
<div class="tabler-icon-codes">
4500+
<code>ti ti-sunset</code><br>
4501+
<code>\ec31</code>
4502+
</div>
4503+
</div>
4504+
4505+
<div class="tabler-icon">
4506+
<i class="ti ti-sunshine"></i>
4507+
<strong>sunshine</strong>
4508+
<div class="tabler-icon-codes">
4509+
<code>ti ti-sunshine</code><br>
4510+
<code>\ec32</code>
4511+
</div>
4512+
</div>
4513+
44244514
<div class="tabler-icon">
44254515
<i class="ti ti-superscript"></i>
44264516
<strong>superscript</strong>
@@ -4565,6 +4655,15 @@ <h1>
45654655
</div>
45664656
</div>
45674657

4658+
<div class="tabler-icon">
4659+
<i class="ti ti-test"></i>
4660+
<strong>test</strong>
4661+
<div class="tabler-icon-codes">
4662+
<code>ti ti-test</code><br>
4663+
<code>\ec33</code>
4664+
</div>
4665+
</div>
4666+
45684667
<div class="tabler-icon">
45694668
<i class="ti ti-test-pipe"></i>
45704669
<strong>test-pipe</strong>
@@ -4979,6 +5078,15 @@ <h1>
49795078
</div>
49805079
</div>
49815080

5081+
<div class="tabler-icon">
5082+
<i class="ti ti-wind"></i>
5083+
<strong>wind</strong>
5084+
<div class="tabler-icon-codes">
5085+
<code>ti ti-wind</code><br>
5086+
<code>\ec34</code>
5087+
</div>
5088+
</div>
5089+
49825090
<div class="tabler-icon">
49835091
<i class="ti ti-woman"></i>
49845092
<strong>woman</strong>
@@ -5006,6 +5114,15 @@ <h1>
50065114
</div>
50075115
</div>
50085116

5117+
<div class="tabler-icon">
5118+
<i class="ti ti-yin-yang"></i>
5119+
<strong>yin-yang</strong>
5120+
<div class="tabler-icon-codes">
5121+
<code>ti ti-yin-yang</code><br>
5122+
<code>\ec35</code>
5123+
</div>
5124+
</div>
5125+
50095126
<div class="tabler-icon">
50105127
<i class="ti ti-zoom-in"></i>
50115128
<strong>zoom-in</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)