Skip to content

Commit 5053bec

Browse files
committed
Release 1.29.0
1 parent 8ac64f2 commit 5053bec

Some content is hidden

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

47 files changed

+4868
-1326
lines changed

Diff for: .github/icons.png

1.93 KB
Loading

Diff for: .github/icons.svg

+496-478
Loading

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

4.98 KB
Loading

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

+22
Loading

Diff for: iconfont-unicode.json

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

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

3.09 KB
Binary file not shown.

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

3.09 KB
Binary file not shown.

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

1.64 KB
Binary file not shown.

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

1.09 KB
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.28.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.29.0 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -1400,6 +1400,10 @@
14001400
content: "";
14011401
}
14021402

1403+
.ti-file-certificate:before {
1404+
content: "";
1405+
}
1406+
14031407
.ti-file-check:before {
14041408
content: "";
14051409
}
@@ -1468,6 +1472,10 @@
14681472
content: "";
14691473
}
14701474

1475+
.ti-file-zip:before {
1476+
content: "";
1477+
}
1478+
14711479
.ti-filter:before {
14721480
content: "";
14731481
}
@@ -1872,6 +1880,10 @@
18721880
content: "";
18731881
}
18741882

1883+
.ti-leaf:before {
1884+
content: "";
1885+
}
1886+
18751887
.ti-lego:before {
18761888
content: "";
18771889
}
@@ -2424,6 +2436,10 @@
24242436
content: "";
24252437
}
24262438

2439+
.ti-plant:before {
2440+
content: "";
2441+
}
2442+
24272443
.ti-player-pause:before {
24282444
content: "";
24292445
}
@@ -2628,6 +2644,10 @@
26282644
content: "";
26292645
}
26302646

2647+
.ti-seeding:before {
2648+
content: "";
2649+
}
2650+
26312651
.ti-select:before {
26322652
content: "";
26332653
}
@@ -3120,6 +3140,10 @@
31203140
content: "";
31213141
}
31223142

3143+
.ti-versions:before {
3144+
content: "";
3145+
}
3146+
31233147
.ti-video:before {
31243148
content: "";
31253149
}

Diff for: iconfont/tabler-icons.html

+56-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.28.0</title>
8+
<title>Tabler Icons - version 1.29.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.28.0</p>
112+
<p class="text-muted">version 1.29.0</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -3215,6 +3215,15 @@ <h1>
32153215
</div>
32163216
</div>
32173217

3218+
<div class="tabler-icon">
3219+
<i class="ti ti-file-certificate"></i>
3220+
<strong>file-certificate</strong>
3221+
<div class="tabler-icon-codes">
3222+
<code>ti ti-file-certificate</code><br>
3223+
<code>\ed4d</code>
3224+
</div>
3225+
</div>
3226+
32183227
<div class="tabler-icon">
32193228
<i class="ti ti-file-check"></i>
32203229
<strong>file-check</strong>
@@ -3368,6 +3377,15 @@ <h1>
33683377
</div>
33693378
</div>
33703379

3380+
<div class="tabler-icon">
3381+
<i class="ti ti-file-zip"></i>
3382+
<strong>file-zip</strong>
3383+
<div class="tabler-icon-codes">
3384+
<code>ti ti-file-zip</code><br>
3385+
<code>\ed4e</code>
3386+
</div>
3387+
</div>
3388+
33713389
<div class="tabler-icon">
33723390
<i class="ti ti-filter"></i>
33733391
<strong>filter</strong>
@@ -4277,6 +4295,15 @@ <h1>
42774295
</div>
42784296
</div>
42794297

4298+
<div class="tabler-icon">
4299+
<i class="ti ti-leaf"></i>
4300+
<strong>leaf</strong>
4301+
<div class="tabler-icon-codes">
4302+
<code>ti ti-leaf</code><br>
4303+
<code>\ed4f</code>
4304+
</div>
4305+
</div>
4306+
42804307
<div class="tabler-icon">
42814308
<i class="ti ti-lego"></i>
42824309
<strong>lego</strong>
@@ -5519,6 +5546,15 @@ <h1>
55195546
</div>
55205547
</div>
55215548

5549+
<div class="tabler-icon">
5550+
<i class="ti ti-plant"></i>
5551+
<strong>plant</strong>
5552+
<div class="tabler-icon-codes">
5553+
<code>ti ti-plant</code><br>
5554+
<code>\ed50</code>
5555+
</div>
5556+
</div>
5557+
55225558
<div class="tabler-icon">
55235559
<i class="ti ti-player-pause"></i>
55245560
<strong>player-pause</strong>
@@ -5978,6 +6014,15 @@ <h1>
59786014
</div>
59796015
</div>
59806016

6017+
<div class="tabler-icon">
6018+
<i class="ti ti-seeding"></i>
6019+
<strong>seeding</strong>
6020+
<div class="tabler-icon-codes">
6021+
<code>ti ti-seeding</code><br>
6022+
<code>\ed51</code>
6023+
</div>
6024+
</div>
6025+
59816026
<div class="tabler-icon">
59826027
<i class="ti ti-select"></i>
59836028
<strong>select</strong>
@@ -7085,6 +7130,15 @@ <h1>
70857130
</div>
70867131
</div>
70877132

7133+
<div class="tabler-icon">
7134+
<i class="ti ti-versions"></i>
7135+
<strong>versions</strong>
7136+
<div class="tabler-icon-codes">
7137+
<code>ti ti-versions</code><br>
7138+
<code>\ed52</code>
7139+
</div>
7140+
</div>
7141+
70887142
<div class="tabler-icon">
70897143
<i class="ti ti-video"></i>
70907144
<strong>video</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

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Tabler Icons 1.28.0 by tabler - https://tabler.io
2+
* Tabler Icons 1.29.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;
@@ -378,6 +378,7 @@ $ti-icon-eye-off: '\ecf0';
378378
$ti-icon-face-id: '\ea9b';
379379
$ti-icon-fall: '\ecb9';
380380
$ti-icon-file: '\eaa4';
381+
$ti-icon-file-certificate: '\ed4d';
381382
$ti-icon-file-check: '\ea9c';
382383
$ti-icon-file-code: '\ebd0';
383384
$ti-icon-file-diff: '\ecf1';
@@ -395,6 +396,7 @@ $ti-icon-file-shredder: '\eaa1';
395396
$ti-icon-file-text: '\eaa2';
396397
$ti-icon-file-upload: '\ec91';
397398
$ti-icon-file-x: '\eaa3';
399+
$ti-icon-file-zip: '\ed4e';
398400
$ti-icon-filter: '\eaa5';
399401
$ti-icon-filter-off: '\ed2c';
400402
$ti-icon-fingerprint: '\ebd1';
@@ -496,6 +498,7 @@ $ti-icon-layout-navbar: '\ead7';
496498
$ti-icon-layout-rows: '\ead8';
497499
$ti-icon-layout-sidebar: '\eada';
498500
$ti-icon-layout-sidebar-right: '\ead9';
501+
$ti-icon-leaf: '\ed4f';
499502
$ti-icon-lego: '\eadc';
500503
$ti-icon-letter-a: '\ec50';
501504
$ti-icon-letter-b: '\ec51';
@@ -634,6 +637,7 @@ $ti-icon-plane: '\eb6f';
634637
$ti-icon-plane-arrival: '\eb99';
635638
$ti-icon-plane-departure: '\eb9a';
636639
$ti-icon-planet: '\ec08';
640+
$ti-icon-plant: '\ed50';
637641
$ti-icon-player-pause: '\ed45';
638642
$ti-icon-player-play: '\ed46';
639643
$ti-icon-player-record: '\ed47';
@@ -685,6 +689,7 @@ $ti-icon-scooter-electric: '\ecc1';
685689
$ti-icon-screen-share: '\ed18';
686690
$ti-icon-screen-share-off: '\ed17';
687691
$ti-icon-search: '\eb1c';
692+
$ti-icon-seeding: '\ed51';
688693
$ti-icon-select: '\ec9e';
689694
$ti-icon-selector: '\eb1d';
690695
$ti-icon-send: '\eb1e';
@@ -808,6 +813,7 @@ $ti-icon-vector-beizer: '\ed3b';
808813
$ti-icon-vector-beizer-2: '\ed3a';
809814
$ti-icon-vector-triangle: '\eca8';
810815
$ti-icon-venus: '\ec86';
816+
$ti-icon-versions: '\ed52';
811817
$ti-icon-video: '\ed22';
812818
$ti-icon-video-minus: '\ed1f';
813819
$ti-icon-video-off: '\ed20';
@@ -1200,6 +1206,7 @@ $ti-icon-zoom-out: '\eb57';
12001206
.#{$ti-icon-prefix}-face-id:before { content: $ti-icon-face-id; }
12011207
.#{$ti-icon-prefix}-fall:before { content: $ti-icon-fall; }
12021208
.#{$ti-icon-prefix}-file:before { content: $ti-icon-file; }
1209+
.#{$ti-icon-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }
12031210
.#{$ti-icon-prefix}-file-check:before { content: $ti-icon-file-check; }
12041211
.#{$ti-icon-prefix}-file-code:before { content: $ti-icon-file-code; }
12051212
.#{$ti-icon-prefix}-file-diff:before { content: $ti-icon-file-diff; }
@@ -1217,6 +1224,7 @@ $ti-icon-zoom-out: '\eb57';
12171224
.#{$ti-icon-prefix}-file-text:before { content: $ti-icon-file-text; }
12181225
.#{$ti-icon-prefix}-file-upload:before { content: $ti-icon-file-upload; }
12191226
.#{$ti-icon-prefix}-file-x:before { content: $ti-icon-file-x; }
1227+
.#{$ti-icon-prefix}-file-zip:before { content: $ti-icon-file-zip; }
12201228
.#{$ti-icon-prefix}-filter:before { content: $ti-icon-filter; }
12211229
.#{$ti-icon-prefix}-filter-off:before { content: $ti-icon-filter-off; }
12221230
.#{$ti-icon-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
@@ -1318,6 +1326,7 @@ $ti-icon-zoom-out: '\eb57';
13181326
.#{$ti-icon-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
13191327
.#{$ti-icon-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
13201328
.#{$ti-icon-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }
1329+
.#{$ti-icon-prefix}-leaf:before { content: $ti-icon-leaf; }
13211330
.#{$ti-icon-prefix}-lego:before { content: $ti-icon-lego; }
13221331
.#{$ti-icon-prefix}-letter-a:before { content: $ti-icon-letter-a; }
13231332
.#{$ti-icon-prefix}-letter-b:before { content: $ti-icon-letter-b; }
@@ -1456,6 +1465,7 @@ $ti-icon-zoom-out: '\eb57';
14561465
.#{$ti-icon-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }
14571466
.#{$ti-icon-prefix}-plane-departure:before { content: $ti-icon-plane-departure; }
14581467
.#{$ti-icon-prefix}-planet:before { content: $ti-icon-planet; }
1468+
.#{$ti-icon-prefix}-plant:before { content: $ti-icon-plant; }
14591469
.#{$ti-icon-prefix}-player-pause:before { content: $ti-icon-player-pause; }
14601470
.#{$ti-icon-prefix}-player-play:before { content: $ti-icon-player-play; }
14611471
.#{$ti-icon-prefix}-player-record:before { content: $ti-icon-player-record; }
@@ -1507,6 +1517,7 @@ $ti-icon-zoom-out: '\eb57';
15071517
.#{$ti-icon-prefix}-screen-share:before { content: $ti-icon-screen-share; }
15081518
.#{$ti-icon-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; }
15091519
.#{$ti-icon-prefix}-search:before { content: $ti-icon-search; }
1520+
.#{$ti-icon-prefix}-seeding:before { content: $ti-icon-seeding; }
15101521
.#{$ti-icon-prefix}-select:before { content: $ti-icon-select; }
15111522
.#{$ti-icon-prefix}-selector:before { content: $ti-icon-selector; }
15121523
.#{$ti-icon-prefix}-send:before { content: $ti-icon-send; }
@@ -1630,6 +1641,7 @@ $ti-icon-zoom-out: '\eb57';
16301641
.#{$ti-icon-prefix}-vector-beizer-2:before { content: $ti-icon-vector-beizer-2; }
16311642
.#{$ti-icon-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; }
16321643
.#{$ti-icon-prefix}-venus:before { content: $ti-icon-venus; }
1644+
.#{$ti-icon-prefix}-versions:before { content: $ti-icon-versions; }
16331645
.#{$ti-icon-prefix}-video:before { content: $ti-icon-video; }
16341646
.#{$ti-icon-prefix}-video-minus:before { content: $ti-icon-video-minus; }
16351647
.#{$ti-icon-prefix}-video-off:before { content: $ti-icon-video-off; }

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

3.64 KB
Loading

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

3.51 KB
Loading

Diff for: icons-png/flame.png

946 Bytes
Loading

Diff for: icons-png/leaf.png

4.57 KB
Loading

Diff for: icons-png/plant.png

4.05 KB
Loading

Diff for: icons-png/seeding.png

3.57 KB
Loading

Diff for: icons-png/versions.png

2.1 KB
Loading

Diff for: icons-react/icons-js/file-certificate.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/file-zip.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/flame.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/leaf.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import * as React from "react";
2+
3+
const IconLeaf = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-leaf" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 21c.5 -4.5 2.5 -8 7 -10" /><path d="M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z" /></svg>;
4+
5+
export default IconLeaf;

Diff for: icons-react/icons-js/plant.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/seeding.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/versions.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import * as React from "react";
2+
3+
const IconVersions = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-versions" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={10} y={5} width={10} height={14} rx={2} /><line x1={7} y1={7} x2={7} y2={17} /><line x1={4} y1={8} x2={4} y2={16} /></svg>;
4+
5+
export default IconVersions;

0 commit comments

Comments
 (0)