Skip to content

Commit 70c1c16

Browse files
committed
Release 1.13.1
1 parent 6e6af0a commit 70c1c16

Some content is hidden

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

53 files changed

+226
-122
lines changed

Diff for: .github/icons.png

-1.46 KB

Diff for: .github/icons.svg

+22-22

Diff for: iconfont-unicode.json

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

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

-124 Bytes
Binary file not shown.

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

-124 Bytes
Binary file not shown.

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

-1.73 KB
Binary file not shown.

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

-1.4 KB
Binary file not shown.

Diff for: iconfont/tabler-icons.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Tabler Icons 1.13.0 by tabler - https://tabler.io
3+
* Tabler Icons 1.13.1 by tabler - https://tabler.io
44
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
55
*/
66
@font-face {
@@ -2288,10 +2288,6 @@
22882288
content: "";
22892289
}
22902290

2291-
.ti-test:before {
2292-
content: "";
2293-
}
2294-
22952291
.ti-test-pipe:before {
22962292
content: "";
22972293
}

Diff for: iconfont/tabler-icons.html

+2-11
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.13.0</title>
8+
<title>Tabler Icons - version 1.13.1</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.13.0</p>
112+
<p class="text-muted">version 1.13.1</p>
113113
</header>
114114

115115
<div class="search-bar">
@@ -5213,15 +5213,6 @@ <h1>
52135213
</div>
52145214
</div>
52155215

5216-
<div class="tabler-icon">
5217-
<i class="ti ti-test"></i>
5218-
<strong>test</strong>
5219-
<div class="tabler-icon-codes">
5220-
<code>ti ti-test</code><br>
5221-
<code>\ec6d</code>
5222-
</div>
5223-
</div>
5224-
52255216
<div class="tabler-icon">
52265217
<i class="ti ti-test-pipe"></i>
52275218
<strong>test-pipe</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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Tabler Icons 1.13.0 by tabler - https://tabler.io
2+
* Tabler Icons 1.13.1 by tabler - https://tabler.io
33
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
44
*/
55
$ti-font-family: 'tabler-icons' !default;
@@ -600,7 +600,6 @@ $ti-icon-temperature-plus: '\ebee';
600600
$ti-icon-template: '\eb39';
601601
$ti-icon-terminal: '\ebdc';
602602
$ti-icon-terminal-2: '\ebef';
603-
$ti-icon-test: '\ec6d';
604603
$ti-icon-test-pipe: '\eb3a';
605604
$ti-icon-text-wrap: '\ebdd';
606605
$ti-icon-thumb-down: '\eb3b';
@@ -1225,7 +1224,6 @@ $ti-icon-zoom-out: '\eb57';
12251224
.#{$ti-icon-prefix}-template:before { content: $ti-icon-template; }
12261225
.#{$ti-icon-prefix}-terminal:before { content: $ti-icon-terminal; }
12271226
.#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; }
1228-
.#{$ti-icon-prefix}-test:before { content: $ti-icon-test; }
12291227
.#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }
12301228
.#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }
12311229
.#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }

Diff for: icons-png/border-bottom.png

-1.18 KB

Diff for: icons-png/border-horizontal.png

-1.03 KB

Diff for: icons-png/border-inner.png

-747 Bytes

Diff for: icons-png/border-left.png

-1.25 KB

Diff for: icons-png/border-none.png

-1.62 KB

Diff for: icons-png/border-outer.png

-394 Bytes

Diff for: icons-png/border-radius.png

-333 Bytes

Diff for: icons-png/border-right.png

-1.29 KB

Diff for: icons-png/border-top.png

-1.1 KB

Diff for: icons-png/border-vertical.png

-1.11 KB

Diff for: icons-png/brand-sketch.png

7 Bytes

Diff for: icons-png/drag-drop-2.png

-156 Bytes

Diff for: icons-png/drag-drop.png

-163 Bytes

Diff for: icons-png/live-photo.png

-128 Bytes

Diff for: icons-png/rotate-2.png

-171 Bytes

Diff for: icons-png/rotate-clockwise-2.png

-191 Bytes

Diff for: icons/border-bottom.svg

+16-7

Diff for: icons/border-horizontal.svg

+16-7

Diff for: icons/border-inner.svg

+12-6

Diff for: icons/border-left.svg

+16-7

Diff for: icons/border-none.svg

+21-8

Diff for: icons/border-outer.svg

+5-4

Diff for: icons/border-radius.svg

+11-1

Diff for: icons/border-right.svg

+16-7

Diff for: icons/border-top.svg

+16-7

Diff for: icons/border-vertical.svg

+16-7

Diff for: icons/brand-dribbble.svg

+2-2

Diff for: icons/brand-github.svg

+1-1

Diff for: icons/brand-google.svg

+1-1

Diff for: icons/brand-paypal.svg

+1-1

Diff for: icons/brand-sketch.svg

+1-1

0 commit comments

Comments
 (0)