Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Apr 7, 2020
1 parent 17a33fa commit ffbdf76
Show file tree
Hide file tree
Showing 56 changed files with 806 additions and 463 deletions.
Binary file modified .github/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
915 changes: 477 additions & 438 deletions .github/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion iconfont-unicode.json

Large diffs are not rendered by default.

Binary file modified iconfont/fonts/tabler-icons.eot
Binary file not shown.
Binary file modified iconfont/fonts/tabler-icons.ttf
Binary file not shown.
Binary file modified iconfont/fonts/tabler-icons.woff
Binary file not shown.
Binary file modified iconfont/fonts/tabler-icons.woff2
Binary file not shown.
54 changes: 53 additions & 1 deletion iconfont/tabler-icons.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Tabler Icons 1.3.1 by tabler - https://tabler.io
* Tabler Icons 1.4.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
Expand All @@ -24,6 +24,10 @@
-moz-osx-font-smoothing: grayscale;
}

.ti-accessible:before {
content: "";
}

.ti-activity:before {
content: "";
}
Expand Down Expand Up @@ -484,6 +488,10 @@
content: "";
}

.ti-checks:before {
content: "";
}

.ti-chevron-down:before {
content: "";
}
Expand Down Expand Up @@ -656,6 +664,10 @@
content: "";
}

.ti-currency-bitcoin:before {
content: "";
}

.ti-currency-dollar:before {
content: "";
}
Expand All @@ -664,6 +676,18 @@
content: "";
}

.ti-currency-pound:before {
content: "";
}

.ti-currency-rupee:before {
content: "";
}

.ti-currency-yen:before {
content: "";
}

.ti-cut:before {
content: "";
}
Expand Down Expand Up @@ -732,6 +756,10 @@
content: "";
}

.ti-disabled-2:before {
content: "";
}

.ti-disc:before {
content: "";
}
Expand Down Expand Up @@ -812,6 +840,10 @@
content: "";
}

.ti-file-horizontal:before {
content: "";
}

.ti-file-invoice:before {
content: "";
}
Expand Down Expand Up @@ -856,6 +888,18 @@
content: "";
}

.ti-float-center:before {
content: "";
}

.ti-float-left:before {
content: "";
}

.ti-float-right:before {
content: "";
}

.ti-floppy-disk:before {
content: "";
}
Expand Down Expand Up @@ -1404,10 +1448,18 @@
content: "";
}

.ti-rotate-2:before {
content: "";
}

.ti-rotate-clockwise:before {
content: "";
}

.ti-rotate-clockwise-2:before {
content: "";
}

.ti-route:before {
content: "";
}
Expand Down
121 changes: 119 additions & 2 deletions iconfont/tabler-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tabler Icons - version 1.3.1</title>
<title>Tabler Icons - version 1.4.0</title>

<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600" rel="stylesheet">
<link rel="stylesheet" href="./tabler-icons.css">
Expand Down Expand Up @@ -93,12 +93,21 @@
<h1>
Tabler Icons
</h1>
<p class="text-muted">version 1.3.1</p>
<p class="text-muted">version 1.4.0</p>
</header>

<div class="box">
<div class="tabler-icons">

<div class="tabler-icon">
<i class="ti ti-accessible"></i>
<strong>accessible</strong>
<div class="tabler-icon-codes">
<code>ti ti-accessible</code><br>
<code>\eba9</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-activity"></i>
<strong>activity</strong>
Expand Down Expand Up @@ -1134,6 +1143,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-checks"></i>
<strong>checks</strong>
<div class="tabler-icon-codes">
<code>ti ti-checks</code><br>
<code>\ebaa</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-chevron-down"></i>
<strong>chevron-down</strong>
Expand Down Expand Up @@ -1521,6 +1539,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-currency-bitcoin"></i>
<strong>currency-bitcoin</strong>
<div class="tabler-icon-codes">
<code>ti ti-currency-bitcoin</code><br>
<code>\ebab</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-currency-dollar"></i>
<strong>currency-dollar</strong>
Expand All @@ -1539,6 +1566,33 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-currency-pound"></i>
<strong>currency-pound</strong>
<div class="tabler-icon-codes">
<code>ti ti-currency-pound</code><br>
<code>\ebac</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-currency-rupee"></i>
<strong>currency-rupee</strong>
<div class="tabler-icon-codes">
<code>ti ti-currency-rupee</code><br>
<code>\ebad</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-currency-yen"></i>
<strong>currency-yen</strong>
<div class="tabler-icon-codes">
<code>ti ti-currency-yen</code><br>
<code>\ebae</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-cut"></i>
<strong>cut</strong>
Expand Down Expand Up @@ -1692,6 +1746,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-disabled-2"></i>
<strong>disabled-2</strong>
<div class="tabler-icon-codes">
<code>ti ti-disabled-2</code><br>
<code>\ebaf</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-disc"></i>
<strong>disc</strong>
Expand Down Expand Up @@ -1872,6 +1935,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-file-horizontal"></i>
<strong>file-horizontal</strong>
<div class="tabler-icon-codes">
<code>ti ti-file-horizontal</code><br>
<code>\ebb0</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-file-invoice"></i>
<strong>file-invoice</strong>
Expand Down Expand Up @@ -1971,6 +2043,33 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-float-center"></i>
<strong>float-center</strong>
<div class="tabler-icon-codes">
<code>ti ti-float-center</code><br>
<code>\ebb1</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-float-left"></i>
<strong>float-left</strong>
<div class="tabler-icon-codes">
<code>ti ti-float-left</code><br>
<code>\ebb2</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-float-right"></i>
<strong>float-right</strong>
<div class="tabler-icon-codes">
<code>ti ti-float-right</code><br>
<code>\ebb3</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-floppy-disk"></i>
<strong>floppy-disk</strong>
Expand Down Expand Up @@ -3204,6 +3303,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-rotate-2"></i>
<strong>rotate-2</strong>
<div class="tabler-icon-codes">
<code>ti ti-rotate-2</code><br>
<code>\ebb4</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-rotate-clockwise"></i>
<strong>rotate-clockwise</strong>
Expand All @@ -3213,6 +3321,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-rotate-clockwise-2"></i>
<strong>rotate-clockwise-2</strong>
<div class="tabler-icon-codes">
<code>ti ti-rotate-clockwise-2</code><br>
<code>\ebb5</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-route"></i>
<strong>route</strong>
Expand Down
Loading

0 comments on commit ffbdf76

Please sign in to comment.