Skip to content

Commit 7173695

Browse files
committed
Release 1.30.0
1 parent 0e5bd6f commit 7173695

Some content is hidden

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

66 files changed

+888
-501
lines changed

Diff for: .github/icons.png

5.42 KB
Loading

Diff for: .github/icons.svg

+500-473
Loading

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

5.73 KB
Loading

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

+31
Loading

Diff for: iconfont-unicode.json

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

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

4.24 KB
Binary file not shown.

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

4.24 KB
Binary file not shown.

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

2 KB
Binary file not shown.

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

948 Bytes
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+37-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.29.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.30.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -1460,6 +1460,10 @@
14601460
content: "";
14611461
}
14621462

1463+
.ti-file-symlink:before {
1464+
content: "";
1465+
}
1466+
14631467
.ti-file-text:before {
14641468
content: "";
14651469
}
@@ -1536,6 +1540,18 @@
15361540
content: "";
15371541
}
15381542

1543+
.ti-fold:before {
1544+
content: "";
1545+
}
1546+
1547+
.ti-fold-down:before {
1548+
content: "";
1549+
}
1550+
1551+
.ti-fold-up:before {
1552+
content: "";
1553+
}
1554+
15391555
.ti-folder:before {
15401556
content: "";
15411557
}
@@ -2540,6 +2556,10 @@
25402556
content: "";
25412557
}
25422558

2559+
.ti-refresh-alert:before {
2560+
content: "";
2561+
}
2562+
25432563
.ti-registered:before {
25442564
content: "";
25452565
}
@@ -2700,6 +2720,10 @@
27002720
content: "";
27012721
}
27022722

2723+
.ti-shield-lock:before {
2724+
content: "";
2725+
}
2726+
27032727
.ti-shield-off:before {
27042728
content: "";
27052729
}
@@ -2776,6 +2800,18 @@
27762800
content: "";
27772801
}
27782802

2803+
.ti-square-dot:before {
2804+
content: "";
2805+
}
2806+
2807+
.ti-square-forbid:before {
2808+
content: "";
2809+
}
2810+
2811+
.ti-square-forbid-2:before {
2812+
content: "";
2813+
}
2814+
27792815
.ti-square-minus:before {
27802816
content: "";
27812817
}

Diff for: iconfont/tabler-icons.html

+83-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.29.0</title>
8+
<title>Tabler Icons - version 1.30.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.29.0</p>
112+
<p class="text-muted">version 1.30.0</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -3350,6 +3350,15 @@ <h1>
33503350
</div>
33513351
</div>
33523352

3353+
<div class="tabler-icon">
3354+
<i class="ti ti-file-symlink"></i>
3355+
<strong>file-symlink</strong>
3356+
<div class="tabler-icon-codes">
3357+
<code>ti ti-file-symlink</code><br>
3358+
<code>\ed53</code>
3359+
</div>
3360+
</div>
3361+
33533362
<div class="tabler-icon">
33543363
<i class="ti ti-file-text"></i>
33553364
<strong>file-text</strong>
@@ -3521,6 +3530,33 @@ <h1>
35213530
</div>
35223531
</div>
35233532

3533+
<div class="tabler-icon">
3534+
<i class="ti ti-fold"></i>
3535+
<strong>fold</strong>
3536+
<div class="tabler-icon-codes">
3537+
<code>ti ti-fold</code><br>
3538+
<code>\ed56</code>
3539+
</div>
3540+
</div>
3541+
3542+
<div class="tabler-icon">
3543+
<i class="ti ti-fold-down"></i>
3544+
<strong>fold-down</strong>
3545+
<div class="tabler-icon-codes">
3546+
<code>ti ti-fold-down</code><br>
3547+
<code>\ed54</code>
3548+
</div>
3549+
</div>
3550+
3551+
<div class="tabler-icon">
3552+
<i class="ti ti-fold-up"></i>
3553+
<strong>fold-up</strong>
3554+
<div class="tabler-icon-codes">
3555+
<code>ti ti-fold-up</code><br>
3556+
<code>\ed55</code>
3557+
</div>
3558+
</div>
3559+
35243560
<div class="tabler-icon">
35253561
<i class="ti ti-folder"></i>
35263562
<strong>folder</strong>
@@ -5780,6 +5816,15 @@ <h1>
57805816
</div>
57815817
</div>
57825818

5819+
<div class="tabler-icon">
5820+
<i class="ti ti-refresh-alert"></i>
5821+
<strong>refresh-alert</strong>
5822+
<div class="tabler-icon-codes">
5823+
<code>ti ti-refresh-alert</code><br>
5824+
<code>\ed57</code>
5825+
</div>
5826+
</div>
5827+
57835828
<div class="tabler-icon">
57845829
<i class="ti ti-registered"></i>
57855830
<strong>registered</strong>
@@ -6140,6 +6185,15 @@ <h1>
61406185
</div>
61416186
</div>
61426187

6188+
<div class="tabler-icon">
6189+
<i class="ti ti-shield-lock"></i>
6190+
<strong>shield-lock</strong>
6191+
<div class="tabler-icon-codes">
6192+
<code>ti ti-shield-lock</code><br>
6193+
<code>\ed58</code>
6194+
</div>
6195+
</div>
6196+
61436197
<div class="tabler-icon">
61446198
<i class="ti ti-shield-off"></i>
61456199
<strong>shield-off</strong>
@@ -6311,6 +6365,33 @@ <h1>
63116365
</div>
63126366
</div>
63136367

6368+
<div class="tabler-icon">
6369+
<i class="ti ti-square-dot"></i>
6370+
<strong>square-dot</strong>
6371+
<div class="tabler-icon-codes">
6372+
<code>ti ti-square-dot</code><br>
6373+
<code>\ed59</code>
6374+
</div>
6375+
</div>
6376+
6377+
<div class="tabler-icon">
6378+
<i class="ti ti-square-forbid"></i>
6379+
<strong>square-forbid</strong>
6380+
<div class="tabler-icon-codes">
6381+
<code>ti ti-square-forbid</code><br>
6382+
<code>\ed5b</code>
6383+
</div>
6384+
</div>
6385+
6386+
<div class="tabler-icon">
6387+
<i class="ti ti-square-forbid-2"></i>
6388+
<strong>square-forbid-2</strong>
6389+
<div class="tabler-icon-codes">
6390+
<code>ti ti-square-forbid-2</code><br>
6391+
<code>\ed5a</code>
6392+
</div>
6393+
</div>
6394+
63146395
<div class="tabler-icon">
63156396
<i class="ti ti-square-minus"></i>
63166397
<strong>square-minus</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.

Diff for: iconfont/tabler-icons.scss

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Tabler Icons 1.29.0 by tabler - https://tabler.io
2+
* Tabler Icons 1.30.0 by tabler - https://tabler.io
33
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
44
*/
55
$ti-font-family: 'tabler-icons' !default;
@@ -393,6 +393,7 @@ $ti-icon-file-off: '\ecf2';
393393
$ti-icon-file-phone: '\ecdc';
394394
$ti-icon-file-plus: '\eaa0';
395395
$ti-icon-file-shredder: '\eaa1';
396+
$ti-icon-file-symlink: '\ed53';
396397
$ti-icon-file-text: '\eaa2';
397398
$ti-icon-file-upload: '\ec91';
398399
$ti-icon-file-x: '\eaa3';
@@ -412,6 +413,9 @@ $ti-icon-float-none: '\ed13';
412413
$ti-icon-float-right: '\ebb3';
413414
$ti-icon-focus: '\eb8d';
414415
$ti-icon-focus-2: '\ebd3';
416+
$ti-icon-fold: '\ed56';
417+
$ti-icon-fold-down: '\ed54';
418+
$ti-icon-fold-up: '\ed55';
415419
$ti-icon-folder: '\eaad';
416420
$ti-icon-folder-minus: '\eaaa';
417421
$ti-icon-folder-off: '\ed14';
@@ -663,6 +667,7 @@ $ti-icon-rectangle: '\ed37';
663667
$ti-icon-rectangle-vertical: '\ed36';
664668
$ti-icon-recycle: '\eb9b';
665669
$ti-icon-refresh: '\eb13';
670+
$ti-icon-refresh-alert: '\ed57';
666671
$ti-icon-registered: '\eb14';
667672
$ti-icon-repeat: '\eb72';
668673
$ti-icon-repeat-once: '\eb71';
@@ -703,6 +708,7 @@ $ti-icon-shape: '\eb9c';
703708
$ti-icon-share: '\eb21';
704709
$ti-icon-shield: '\eb24';
705710
$ti-icon-shield-check: '\eb22';
711+
$ti-icon-shield-lock: '\ed58';
706712
$ti-icon-shield-off: '\ecf8';
707713
$ti-icon-shield-x: '\eb23';
708714
$ti-icon-ship: '\ec84';
@@ -722,6 +728,9 @@ $ti-icon-sort-descending: '\eb27';
722728
$ti-icon-space: '\ec0c';
723729
$ti-icon-square: '\eb2c';
724730
$ti-icon-square-check: '\eb28';
731+
$ti-icon-square-dot: '\ed59';
732+
$ti-icon-square-forbid: '\ed5b';
733+
$ti-icon-square-forbid-2: '\ed5a';
725734
$ti-icon-square-minus: '\eb29';
726735
$ti-icon-square-plus: '\eb2a';
727736
$ti-icon-square-rotated: '\ecdf';
@@ -1221,6 +1230,7 @@ $ti-icon-zoom-out: '\eb57';
12211230
.#{$ti-icon-prefix}-file-phone:before { content: $ti-icon-file-phone; }
12221231
.#{$ti-icon-prefix}-file-plus:before { content: $ti-icon-file-plus; }
12231232
.#{$ti-icon-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }
1233+
.#{$ti-icon-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }
12241234
.#{$ti-icon-prefix}-file-text:before { content: $ti-icon-file-text; }
12251235
.#{$ti-icon-prefix}-file-upload:before { content: $ti-icon-file-upload; }
12261236
.#{$ti-icon-prefix}-file-x:before { content: $ti-icon-file-x; }
@@ -1240,6 +1250,9 @@ $ti-icon-zoom-out: '\eb57';
12401250
.#{$ti-icon-prefix}-float-right:before { content: $ti-icon-float-right; }
12411251
.#{$ti-icon-prefix}-focus:before { content: $ti-icon-focus; }
12421252
.#{$ti-icon-prefix}-focus-2:before { content: $ti-icon-focus-2; }
1253+
.#{$ti-icon-prefix}-fold:before { content: $ti-icon-fold; }
1254+
.#{$ti-icon-prefix}-fold-down:before { content: $ti-icon-fold-down; }
1255+
.#{$ti-icon-prefix}-fold-up:before { content: $ti-icon-fold-up; }
12431256
.#{$ti-icon-prefix}-folder:before { content: $ti-icon-folder; }
12441257
.#{$ti-icon-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
12451258
.#{$ti-icon-prefix}-folder-off:before { content: $ti-icon-folder-off; }
@@ -1491,6 +1504,7 @@ $ti-icon-zoom-out: '\eb57';
14911504
.#{$ti-icon-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }
14921505
.#{$ti-icon-prefix}-recycle:before { content: $ti-icon-recycle; }
14931506
.#{$ti-icon-prefix}-refresh:before { content: $ti-icon-refresh; }
1507+
.#{$ti-icon-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; }
14941508
.#{$ti-icon-prefix}-registered:before { content: $ti-icon-registered; }
14951509
.#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; }
14961510
.#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }
@@ -1531,6 +1545,7 @@ $ti-icon-zoom-out: '\eb57';
15311545
.#{$ti-icon-prefix}-share:before { content: $ti-icon-share; }
15321546
.#{$ti-icon-prefix}-shield:before { content: $ti-icon-shield; }
15331547
.#{$ti-icon-prefix}-shield-check:before { content: $ti-icon-shield-check; }
1548+
.#{$ti-icon-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
15341549
.#{$ti-icon-prefix}-shield-off:before { content: $ti-icon-shield-off; }
15351550
.#{$ti-icon-prefix}-shield-x:before { content: $ti-icon-shield-x; }
15361551
.#{$ti-icon-prefix}-ship:before { content: $ti-icon-ship; }
@@ -1550,6 +1565,9 @@ $ti-icon-zoom-out: '\eb57';
15501565
.#{$ti-icon-prefix}-space:before { content: $ti-icon-space; }
15511566
.#{$ti-icon-prefix}-square:before { content: $ti-icon-square; }
15521567
.#{$ti-icon-prefix}-square-check:before { content: $ti-icon-square-check; }
1568+
.#{$ti-icon-prefix}-square-dot:before { content: $ti-icon-square-dot; }
1569+
.#{$ti-icon-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
1570+
.#{$ti-icon-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
15531571
.#{$ti-icon-prefix}-square-minus:before { content: $ti-icon-square-minus; }
15541572
.#{$ti-icon-prefix}-square-plus:before { content: $ti-icon-square-plus; }
15551573
.#{$ti-icon-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }

Diff for: icons-png/file-certificate.png

10 Bytes
Loading

Diff for: icons-png/file-dislike.png

16 Bytes
Loading

Diff for: icons-png/file-like.png

24 Bytes
Loading

Diff for: icons-png/file-symlink.png

3.02 KB
Loading

Diff for: icons-png/fold-down.png

1.42 KB
Loading

Diff for: icons-png/fold-up.png

1.37 KB
Loading

Diff for: icons-png/fold.png

1.96 KB
Loading

Diff for: icons-png/refresh-alert.png

4.54 KB
Loading

Diff for: icons-png/refresh.png

-55 Bytes
Loading

Diff for: icons-png/shield-lock.png

4.82 KB
Loading

Diff for: icons-png/square-dot.png

2.36 KB
Loading

Diff for: icons-png/square-forbid-2.png

2.57 KB
Loading

Diff for: icons-png/square-forbid.png

2.55 KB
Loading

Diff for: icons-react/icons-js/file-certificate.js

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

Diff for: icons-react/icons-js/file-dislike.js

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

Diff for: icons-react/icons-js/file-like.js

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

Diff for: icons-react/icons-js/file-symlink.js

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

Diff for: icons-react/icons-js/fold-down.js

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

Diff for: icons-react/icons-js/fold-up.js

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

0 commit comments

Comments
 (0)