Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jun 7, 2020
1 parent ecfb12b commit 5c338e7
Show file tree
Hide file tree
Showing 46 changed files with 899 additions and 510 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,013 changes: 525 additions & 488 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.10.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions .github/tabler-icons-1.10.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.
58 changes: 55 additions & 3 deletions iconfont/tabler-icons.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Tabler Icons 1.9.0 by tabler - https://tabler.io
* Tabler Icons 1.10.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
Expand Down Expand Up @@ -256,8 +256,20 @@
content: "";
}

.ti-ball:before {
content: "";
.ti-ball-basketball:before {
content: "";
}

.ti-ball-bowling:before {
content: "";
}

.ti-ball-tennis:before {
content: "";
}

.ti-ball-volleyball:before {
content: "";
}

.ti-ban:before {
Expand Down Expand Up @@ -1080,6 +1092,10 @@
content: "";
}

.ti-flame:before {
content: "";
}

.ti-flask:before {
content: "";
}
Expand Down Expand Up @@ -1220,6 +1236,14 @@
content: "";
}

.ti-hand-middle-finger:before {
content: "";
}

.ti-hand-stop:before {
content: "";
}

.ti-hash:before {
content: "";
}
Expand Down Expand Up @@ -1484,6 +1508,10 @@
content: "";
}

.ti-medical-cross:before {
content: "";
}

.ti-menu:before {
content: "";
}
Expand Down Expand Up @@ -1520,6 +1548,10 @@
content: "";
}

.ti-mist:before {
content: "";
}

.ti-mood-confuzed:before {
content: "";
}
Expand Down Expand Up @@ -1936,6 +1968,14 @@
content: "";
}

.ti-sunset:before {
content: "";
}

.ti-sunshine:before {
content: "";
}

.ti-superscript:before {
content: "";
}
Expand Down Expand Up @@ -2000,6 +2040,10 @@
content: "";
}

.ti-test:before {
content: "";
}

.ti-test-pipe:before {
content: "";
}
Expand Down Expand Up @@ -2184,6 +2228,10 @@
content: "";
}

.ti-wind:before {
content: "";
}

.ti-woman:before {
content: "";
}
Expand All @@ -2196,6 +2244,10 @@
content: "";
}

.ti-yin-yang:before {
content: "";
}

.ti-zoom-in:before {
content: "";
}
Expand Down
129 changes: 123 additions & 6 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.9.0</title>
<title>Tabler Icons - version 1.10.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.9.0</p>
<p class="text-muted">version 1.10.0</p>
</header>

<div class="search-bar">
Expand Down Expand Up @@ -642,11 +642,38 @@ <h1>
</div>

<div class="tabler-icon">
<i class="ti ti-ball"></i>
<strong>ball</strong>
<i class="ti ti-ball-basketball"></i>
<strong>ball-basketball</strong>
<div class="tabler-icon-codes">
<code>ti ti-ball</code><br>
<code>\ebe0</code>
<code>ti ti-ball-basketball</code><br>
<code>\ec28</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-ball-bowling"></i>
<strong>ball-bowling</strong>
<div class="tabler-icon-codes">
<code>ti ti-ball-bowling</code><br>
<code>\ec29</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-ball-tennis"></i>
<strong>ball-tennis</strong>
<div class="tabler-icon-codes">
<code>ti ti-ball-tennis</code><br>
<code>\ec2a</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-ball-volleyball"></i>
<strong>ball-volleyball</strong>
<div class="tabler-icon-codes">
<code>ti ti-ball-volleyball</code><br>
<code>\ec2b</code>
</div>
</div>

Expand Down Expand Up @@ -2495,6 +2522,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-flask"></i>
<strong>flask</strong>
Expand Down Expand Up @@ -2810,6 +2846,24 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-hand-middle-finger"></i>
<strong>hand-middle-finger</strong>
<div class="tabler-icon-codes">
<code>ti ti-hand-middle-finger</code><br>
<code>\ec2d</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-hand-stop"></i>
<strong>hand-stop</strong>
<div class="tabler-icon-codes">
<code>ti ti-hand-stop</code><br>
<code>\ec2e</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-hash"></i>
<strong>hash</strong>
Expand Down Expand Up @@ -3404,6 +3458,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-medical-cross"></i>
<strong>medical-cross</strong>
<div class="tabler-icon-codes">
<code>ti ti-medical-cross</code><br>
<code>\ec2f</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-menu"></i>
<strong>menu</strong>
Expand Down Expand Up @@ -3485,6 +3548,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-mood-confuzed"></i>
<strong>mood-confuzed</strong>
Expand Down Expand Up @@ -4421,6 +4493,24 @@ <h1>
</div>
</div>

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

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

<div class="tabler-icon">
<i class="ti ti-superscript"></i>
<strong>superscript</strong>
Expand Down Expand Up @@ -4565,6 +4655,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-test-pipe"></i>
<strong>test-pipe</strong>
Expand Down Expand Up @@ -4979,6 +5078,15 @@ <h1>
</div>
</div>

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

<div class="tabler-icon">
<i class="ti ti-woman"></i>
<strong>woman</strong>
Expand Down Expand Up @@ -5006,6 +5114,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-yin-yang"></i>
<strong>yin-yang</strong>
<div class="tabler-icon-codes">
<code>ti ti-yin-yang</code><br>
<code>\ec35</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-zoom-in"></i>
<strong>zoom-in</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 5c338e7

Please sign in to comment.