Skip to content

Commit

Permalink
Release 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 1, 2020
1 parent 14f2f66 commit 2dced47
Show file tree
Hide file tree
Showing 67 changed files with 1,249 additions and 736 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,486 changes: 761 additions & 725 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.32.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions .github/tabler-icons-1.32.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.
50 changes: 49 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.31.0 by tabler - https://tabler.io
* Tabler Icons 1.32.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
Expand Down Expand Up @@ -516,6 +516,10 @@
content: "";
}

.ti-brand-airbnb:before {
content: "";
}

.ti-brand-android:before {
content: "";
}
Expand All @@ -524,6 +528,10 @@
content: "";
}

.ti-brand-apple-arcade:before {
content: "";
}

.ti-brand-appstore:before {
content: "";
}
Expand All @@ -540,6 +548,14 @@
content: "";
}

.ti-brand-codesandbox:before {
content: "";
}

.ti-brand-css3:before {
content: "";
}

.ti-brand-deviantart:before {
content: "";
}
Expand Down Expand Up @@ -600,10 +616,18 @@
content: "";
}

.ti-brand-html5:before {
content: "";
}

.ti-brand-instagram:before {
content: "";
}

.ti-brand-kotlin:before {
content: "";
}

.ti-brand-linkedin:before {
content: "";
}
Expand Down Expand Up @@ -660,10 +684,18 @@
content: "";
}

.ti-brand-soundcloud:before {
content: "";
}

.ti-brand-spotify:before {
content: "";
}

.ti-brand-steam:before {
content: "";
}

.ti-brand-tabler:before {
content: "";
}
Expand All @@ -676,10 +708,18 @@
content: "";
}

.ti-brand-tidal:before {
content: "";
}

.ti-brand-tiktok:before {
content: "";
}

.ti-brand-tinder:before {
content: "";
}

.ti-brand-tumblr:before {
content: "";
}
Expand All @@ -696,6 +736,10 @@
content: "";
}

.ti-brand-vk:before {
content: "";
}

.ti-brand-whatsapp:before {
content: "";
}
Expand All @@ -704,6 +748,10 @@
content: "";
}

.ti-brand-yahoo:before {
content: "";
}

.ti-brand-youtube:before {
content: "";
}
Expand Down
112 changes: 110 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.31.0</title>
<title>Tabler Icons - version 1.32.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.31.0</p>
<p class="text-muted">version 1.32.0</p>
</header>

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

<div class="tabler-icon">
<i class="ti ti-brand-airbnb"></i>
<strong>brand-airbnb</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-airbnb</code><br>
<code>\ed68</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-android"></i>
<strong>brand-android</strong>
Expand All @@ -1244,6 +1253,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-apple-arcade"></i>
<strong>brand-apple-arcade</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-apple-arcade</code><br>
<code>\ed69</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-appstore"></i>
<strong>brand-appstore</strong>
Expand Down Expand Up @@ -1280,6 +1298,24 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-codesandbox"></i>
<strong>brand-codesandbox</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-codesandbox</code><br>
<code>\ed6a</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-css3"></i>
<strong>brand-css3</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-css3</code><br>
<code>\ed6b</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-deviantart"></i>
<strong>brand-deviantart</strong>
Expand Down Expand Up @@ -1415,6 +1451,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-html5"></i>
<strong>brand-html5</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-html5</code><br>
<code>\ed6c</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-instagram"></i>
<strong>brand-instagram</strong>
Expand All @@ -1424,6 +1469,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-kotlin"></i>
<strong>brand-kotlin</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-kotlin</code><br>
<code>\ed6d</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-linkedin"></i>
<strong>brand-linkedin</strong>
Expand Down Expand Up @@ -1550,6 +1604,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-soundcloud"></i>
<strong>brand-soundcloud</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-soundcloud</code><br>
<code>\ed6e</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-spotify"></i>
<strong>brand-spotify</strong>
Expand All @@ -1559,6 +1622,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-steam"></i>
<strong>brand-steam</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-steam</code><br>
<code>\ed6f</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-tabler"></i>
<strong>brand-tabler</strong>
Expand Down Expand Up @@ -1586,6 +1658,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-tidal"></i>
<strong>brand-tidal</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-tidal</code><br>
<code>\ed70</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-tiktok"></i>
<strong>brand-tiktok</strong>
Expand All @@ -1595,6 +1676,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-tinder"></i>
<strong>brand-tinder</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-tinder</code><br>
<code>\ed71</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-tumblr"></i>
<strong>brand-tumblr</strong>
Expand Down Expand Up @@ -1631,6 +1721,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-vk"></i>
<strong>brand-vk</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-vk</code><br>
<code>\ed72</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-whatsapp"></i>
<strong>brand-whatsapp</strong>
Expand All @@ -1649,6 +1748,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-yahoo"></i>
<strong>brand-yahoo</strong>
<div class="tabler-icon-codes">
<code>ti ti-brand-yahoo</code><br>
<code>\ed73</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-brand-youtube"></i>
<strong>brand-youtube</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 2dced47

Please sign in to comment.