Skip to content

Commit ffbdf76

Browse files
committed
Release 1.4.0
1 parent 17a33fa commit ffbdf76

Some content is hidden

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

56 files changed

+806
-463
lines changed

Diff for: .github/icons.png

6.13 KB
Loading

Diff for: .github/icons.svg

+477-438
Loading

Diff for: iconfont-unicode.json

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

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

6.17 KB
Binary file not shown.

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

6.17 KB
Binary file not shown.

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

3.23 KB
Binary file not shown.

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

2.12 KB
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+53-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.3.1 by tabler - https://tabler.io
3+
* Tabler Icons 1.4.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -24,6 +24,10 @@
2424
-moz-osx-font-smoothing: grayscale;
2525
}
2626

27+
.ti-accessible:before {
28+
content: "";
29+
}
30+
2731
.ti-activity:before {
2832
content: "";
2933
}
@@ -484,6 +488,10 @@
484488
content: "";
485489
}
486490

491+
.ti-checks:before {
492+
content: "";
493+
}
494+
487495
.ti-chevron-down:before {
488496
content: "";
489497
}
@@ -656,6 +664,10 @@
656664
content: "";
657665
}
658666

667+
.ti-currency-bitcoin:before {
668+
content: "";
669+
}
670+
659671
.ti-currency-dollar:before {
660672
content: "";
661673
}
@@ -664,6 +676,18 @@
664676
content: "";
665677
}
666678

679+
.ti-currency-pound:before {
680+
content: "";
681+
}
682+
683+
.ti-currency-rupee:before {
684+
content: "";
685+
}
686+
687+
.ti-currency-yen:before {
688+
content: "";
689+
}
690+
667691
.ti-cut:before {
668692
content: "";
669693
}
@@ -732,6 +756,10 @@
732756
content: "";
733757
}
734758

759+
.ti-disabled-2:before {
760+
content: "";
761+
}
762+
735763
.ti-disc:before {
736764
content: "";
737765
}
@@ -812,6 +840,10 @@
812840
content: "";
813841
}
814842

843+
.ti-file-horizontal:before {
844+
content: "";
845+
}
846+
815847
.ti-file-invoice:before {
816848
content: "";
817849
}
@@ -856,6 +888,18 @@
856888
content: "";
857889
}
858890

891+
.ti-float-center:before {
892+
content: "";
893+
}
894+
895+
.ti-float-left:before {
896+
content: "";
897+
}
898+
899+
.ti-float-right:before {
900+
content: "";
901+
}
902+
859903
.ti-floppy-disk:before {
860904
content: "";
861905
}
@@ -1404,10 +1448,18 @@
14041448
content: "";
14051449
}
14061450

1451+
.ti-rotate-2:before {
1452+
content: "";
1453+
}
1454+
14071455
.ti-rotate-clockwise:before {
14081456
content: "";
14091457
}
14101458

1459+
.ti-rotate-clockwise-2:before {
1460+
content: "";
1461+
}
1462+
14111463
.ti-route:before {
14121464
content: "";
14131465
}

Diff for: iconfont/tabler-icons.html

+119-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.3.1</title>
8+
<title>Tabler Icons - version 1.4.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">
@@ -93,12 +93,21 @@
9393
<h1>
9494
Tabler Icons
9595
</h1>
96-
<p class="text-muted">version 1.3.1</p>
96+
<p class="text-muted">version 1.4.0</p>
9797
</header>
9898

9999
<div class="box">
100100
<div class="tabler-icons">
101101

102+
<div class="tabler-icon">
103+
<i class="ti ti-accessible"></i>
104+
<strong>accessible</strong>
105+
<div class="tabler-icon-codes">
106+
<code>ti ti-accessible</code><br>
107+
<code>\eba9</code>
108+
</div>
109+
</div>
110+
102111
<div class="tabler-icon">
103112
<i class="ti ti-activity"></i>
104113
<strong>activity</strong>
@@ -1134,6 +1143,15 @@ <h1>
11341143
</div>
11351144
</div>
11361145

1146+
<div class="tabler-icon">
1147+
<i class="ti ti-checks"></i>
1148+
<strong>checks</strong>
1149+
<div class="tabler-icon-codes">
1150+
<code>ti ti-checks</code><br>
1151+
<code>\ebaa</code>
1152+
</div>
1153+
</div>
1154+
11371155
<div class="tabler-icon">
11381156
<i class="ti ti-chevron-down"></i>
11391157
<strong>chevron-down</strong>
@@ -1521,6 +1539,15 @@ <h1>
15211539
</div>
15221540
</div>
15231541

1542+
<div class="tabler-icon">
1543+
<i class="ti ti-currency-bitcoin"></i>
1544+
<strong>currency-bitcoin</strong>
1545+
<div class="tabler-icon-codes">
1546+
<code>ti ti-currency-bitcoin</code><br>
1547+
<code>\ebab</code>
1548+
</div>
1549+
</div>
1550+
15241551
<div class="tabler-icon">
15251552
<i class="ti ti-currency-dollar"></i>
15261553
<strong>currency-dollar</strong>
@@ -1539,6 +1566,33 @@ <h1>
15391566
</div>
15401567
</div>
15411568

1569+
<div class="tabler-icon">
1570+
<i class="ti ti-currency-pound"></i>
1571+
<strong>currency-pound</strong>
1572+
<div class="tabler-icon-codes">
1573+
<code>ti ti-currency-pound</code><br>
1574+
<code>\ebac</code>
1575+
</div>
1576+
</div>
1577+
1578+
<div class="tabler-icon">
1579+
<i class="ti ti-currency-rupee"></i>
1580+
<strong>currency-rupee</strong>
1581+
<div class="tabler-icon-codes">
1582+
<code>ti ti-currency-rupee</code><br>
1583+
<code>\ebad</code>
1584+
</div>
1585+
</div>
1586+
1587+
<div class="tabler-icon">
1588+
<i class="ti ti-currency-yen"></i>
1589+
<strong>currency-yen</strong>
1590+
<div class="tabler-icon-codes">
1591+
<code>ti ti-currency-yen</code><br>
1592+
<code>\ebae</code>
1593+
</div>
1594+
</div>
1595+
15421596
<div class="tabler-icon">
15431597
<i class="ti ti-cut"></i>
15441598
<strong>cut</strong>
@@ -1692,6 +1746,15 @@ <h1>
16921746
</div>
16931747
</div>
16941748

1749+
<div class="tabler-icon">
1750+
<i class="ti ti-disabled-2"></i>
1751+
<strong>disabled-2</strong>
1752+
<div class="tabler-icon-codes">
1753+
<code>ti ti-disabled-2</code><br>
1754+
<code>\ebaf</code>
1755+
</div>
1756+
</div>
1757+
16951758
<div class="tabler-icon">
16961759
<i class="ti ti-disc"></i>
16971760
<strong>disc</strong>
@@ -1872,6 +1935,15 @@ <h1>
18721935
</div>
18731936
</div>
18741937

1938+
<div class="tabler-icon">
1939+
<i class="ti ti-file-horizontal"></i>
1940+
<strong>file-horizontal</strong>
1941+
<div class="tabler-icon-codes">
1942+
<code>ti ti-file-horizontal</code><br>
1943+
<code>\ebb0</code>
1944+
</div>
1945+
</div>
1946+
18751947
<div class="tabler-icon">
18761948
<i class="ti ti-file-invoice"></i>
18771949
<strong>file-invoice</strong>
@@ -1971,6 +2043,33 @@ <h1>
19712043
</div>
19722044
</div>
19732045

2046+
<div class="tabler-icon">
2047+
<i class="ti ti-float-center"></i>
2048+
<strong>float-center</strong>
2049+
<div class="tabler-icon-codes">
2050+
<code>ti ti-float-center</code><br>
2051+
<code>\ebb1</code>
2052+
</div>
2053+
</div>
2054+
2055+
<div class="tabler-icon">
2056+
<i class="ti ti-float-left"></i>
2057+
<strong>float-left</strong>
2058+
<div class="tabler-icon-codes">
2059+
<code>ti ti-float-left</code><br>
2060+
<code>\ebb2</code>
2061+
</div>
2062+
</div>
2063+
2064+
<div class="tabler-icon">
2065+
<i class="ti ti-float-right"></i>
2066+
<strong>float-right</strong>
2067+
<div class="tabler-icon-codes">
2068+
<code>ti ti-float-right</code><br>
2069+
<code>\ebb3</code>
2070+
</div>
2071+
</div>
2072+
19742073
<div class="tabler-icon">
19752074
<i class="ti ti-floppy-disk"></i>
19762075
<strong>floppy-disk</strong>
@@ -3204,6 +3303,15 @@ <h1>
32043303
</div>
32053304
</div>
32063305

3306+
<div class="tabler-icon">
3307+
<i class="ti ti-rotate-2"></i>
3308+
<strong>rotate-2</strong>
3309+
<div class="tabler-icon-codes">
3310+
<code>ti ti-rotate-2</code><br>
3311+
<code>\ebb4</code>
3312+
</div>
3313+
</div>
3314+
32073315
<div class="tabler-icon">
32083316
<i class="ti ti-rotate-clockwise"></i>
32093317
<strong>rotate-clockwise</strong>
@@ -3213,6 +3321,15 @@ <h1>
32133321
</div>
32143322
</div>
32153323

3324+
<div class="tabler-icon">
3325+
<i class="ti ti-rotate-clockwise-2"></i>
3326+
<strong>rotate-clockwise-2</strong>
3327+
<div class="tabler-icon-codes">
3328+
<code>ti ti-rotate-clockwise-2</code><br>
3329+
<code>\ebb5</code>
3330+
</div>
3331+
</div>
3332+
32163333
<div class="tabler-icon">
32173334
<i class="ti ti-route"></i>
32183335
<strong>route</strong>

0 commit comments

Comments
 (0)