Skip to content

Commit

Permalink
Release 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Dec 11, 2020
1 parent fc0ee8f commit a3e21c1
Show file tree
Hide file tree
Showing 97 changed files with 1,477 additions and 603 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.
1,120 changes: 587 additions & 533 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.
Binary file added .github/tabler-icons-1.38.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions .github/tabler-icons-1.38.0.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.
74 changes: 73 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.37.1 by tabler - https://tabler.io
* Tabler Icons 1.38.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
Expand Down Expand Up @@ -1812,6 +1812,10 @@
content: "";
}

.ti-file-info:before {
content: "";
}

.ti-file-invoice:before {
content: "";
}
Expand Down Expand Up @@ -1840,6 +1844,10 @@
content: "";
}

.ti-file-report:before {
content: "";
}

.ti-file-search:before {
content: "";
}
Expand Down Expand Up @@ -1868,6 +1876,14 @@
content: "";
}

.ti-files:before {
content: "";
}

.ti-files-off:before {
content: "";
}

.ti-filter:before {
content: "";
}
Expand Down Expand Up @@ -2732,6 +2748,46 @@
content: "";
}

.ti-number-0:before {
content: "";
}

.ti-number-1:before {
content: "";
}

.ti-number-2:before {
content: "";
}

.ti-number-3:before {
content: "";
}

.ti-number-4:before {
content: "";
}

.ti-number-5:before {
content: "";
}

.ti-number-6:before {
content: "";
}

.ti-number-7:before {
content: "";
}

.ti-number-8:before {
content: "";
}

.ti-number-9:before {
content: "";
}

.ti-octagon:before {
content: "";
}
Expand Down Expand Up @@ -2992,6 +3048,22 @@
content: "";
}

.ti-receipt:before {
content: "";
}

.ti-receipt-2:before {
content: "";
}

.ti-receipt-off:before {
content: "";
}

.ti-receipt-refund:before {
content: "";
}

.ti-receipt-tax:before {
content: "";
}
Expand Down
166 changes: 164 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.37.1</title>
<title>Tabler Icons - version 1.38.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 @@ -109,7 +109,7 @@
<h1>
Tabler Icons
</h1>
<p class="text-muted">version 1.37.1</p>
<p class="text-muted">version 1.38.0</p>
</header>

<div class="search-bar">
Expand Down Expand Up @@ -4142,6 +4142,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-file-invoice"></i>
<strong>file-invoice</strong>
Expand Down Expand Up @@ -4205,6 +4214,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-file-search"></i>
<strong>file-search</strong>
Expand Down Expand Up @@ -4268,6 +4286,24 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-files-off"></i>
<strong>files-off</strong>
<div class="tabler-icon-codes">
<code>ti ti-files-off</code><br>
<code>\edee</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-filter"></i>
<strong>filter</strong>
Expand Down Expand Up @@ -6212,6 +6248,96 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-0"></i>
<strong>number-0</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-0</code><br>
<code>\edf0</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-1"></i>
<strong>number-1</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-1</code><br>
<code>\edf1</code>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-number-3"></i>
<strong>number-3</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-3</code><br>
<code>\edf3</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-4"></i>
<strong>number-4</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-4</code><br>
<code>\edf4</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-5"></i>
<strong>number-5</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-5</code><br>
<code>\edf5</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-6"></i>
<strong>number-6</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-6</code><br>
<code>\edf6</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-7"></i>
<strong>number-7</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-7</code><br>
<code>\edf7</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-8"></i>
<strong>number-8</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-8</code><br>
<code>\edf8</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-number-9"></i>
<strong>number-9</strong>
<div class="tabler-icon-codes">
<code>ti ti-number-9</code><br>
<code>\edf9</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-octagon"></i>
<strong>octagon</strong>
Expand Down Expand Up @@ -6797,6 +6923,42 @@ <h1>
</div>
</div>

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

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

<div class="tabler-icon">
<i class="ti ti-receipt-off"></i>
<strong>receipt-off</strong>
<div class="tabler-icon-codes">
<code>ti ti-receipt-off</code><br>
<code>\edfb</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-receipt-refund"></i>
<strong>receipt-refund</strong>
<div class="tabler-icon-codes">
<code>ti ti-receipt-refund</code><br>
<code>\edfc</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-receipt-tax"></i>
<strong>receipt-tax</strong>
Expand Down
4 changes: 2 additions & 2 deletions iconfont/tabler-icons.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a3e21c1

Please sign in to comment.