Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jun 4, 2020
1 parent c514de3 commit 90ca6ff
Show file tree
Hide file tree
Showing 25 changed files with 313 additions and 223 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.
433 changes: 221 additions & 212 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.8.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions .github/tabler-icons-1.8.1.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.
14 changes: 13 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.8.0 by tabler - https://tabler.io
* Tabler Icons 1.8.1 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
Expand Down Expand Up @@ -1304,6 +1304,10 @@
content: "";
}

.ti-layout-cards:before {
content: "";
}

.ti-layout-columns:before {
content: "";
}
Expand All @@ -1316,6 +1320,10 @@
content: "";
}

.ti-layout-list:before {
content: "";
}

.ti-layout-navbar:before {
content: "";
}
Expand Down Expand Up @@ -1708,6 +1716,10 @@
content: "";
}

.ti-rotate-rectangle:before {
content: "";
}

.ti-route:before {
content: "";
}
Expand Down
31 changes: 29 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.8.0</title>
<title>Tabler Icons - version 1.8.1</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.8.0</p>
<p class="text-muted">version 1.8.1</p>
</header>

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

<div class="tabler-icon">
<i class="ti ti-layout-cards"></i>
<strong>layout-cards</strong>
<div class="tabler-icon-codes">
<code>ti ti-layout-cards</code><br>
<code>\ec13</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-layout-columns"></i>
<strong>layout-columns</strong>
Expand Down Expand Up @@ -3026,6 +3035,15 @@ <h1>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-layout-list"></i>
<strong>layout-list</strong>
<div class="tabler-icon-codes">
<code>ti ti-layout-list</code><br>
<code>\ec14</code>
</div>
</div>

<div class="tabler-icon">
<i class="ti ti-layout-navbar"></i>
<strong>layout-navbar</strong>
Expand Down Expand Up @@ -3908,6 +3926,15 @@ <h1>
</div>
</div>

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

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

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion iconfont/tabler-icons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Tabler Icons 1.8.0 by tabler - https://tabler.io
* Tabler Icons 1.8.1 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
$ti-font-family: 'tabler-icons' !default;
Expand Down Expand Up @@ -354,9 +354,11 @@ $ti-icon-layout-align-middle: '\ead0';
$ti-icon-layout-align-right: '\ead1';
$ti-icon-layout-align-top: '\ead2';
$ti-icon-layout-bottombar: '\ead3';
$ti-icon-layout-cards: '\ec13';
$ti-icon-layout-columns: '\ead4';
$ti-icon-layout-distribute-horizontal: '\ead5';
$ti-icon-layout-distribute-vertical: '\ead6';
$ti-icon-layout-list: '\ec14';
$ti-icon-layout-navbar: '\ead7';
$ti-icon-layout-rows: '\ead8';
$ti-icon-layout-sidebar: '\eada';
Expand Down Expand Up @@ -455,6 +457,7 @@ $ti-icon-rotate: '\eb16';
$ti-icon-rotate-2: '\ebb4';
$ti-icon-rotate-clockwise: '\eb15';
$ti-icon-rotate-clockwise-2: '\ebb5';
$ti-icon-rotate-rectangle: '\ec15';
$ti-icon-route: '\eb17';
$ti-icon-router: '\eb18';
$ti-icon-rss: '\eb19';
Expand Down Expand Up @@ -886,9 +889,11 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }
.#{$ti-icon-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }
.#{$ti-icon-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
.#{$ti-icon-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }
.#{$ti-icon-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }
.#{$ti-icon-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }
.#{$ti-icon-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }
.#{$ti-icon-prefix}-layout-list:before { content: $ti-icon-layout-list; }
.#{$ti-icon-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
.#{$ti-icon-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
.#{$ti-icon-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
Expand Down Expand Up @@ -987,6 +992,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }
.#{$ti-icon-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }
.#{$ti-icon-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }
.#{$ti-icon-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }
.#{$ti-icon-prefix}-route:before { content: $ti-icon-route; }
.#{$ti-icon-prefix}-router:before { content: $ti-icon-router; }
.#{$ti-icon-prefix}-rss:before { content: $ti-icon-rss; }
Expand Down
Binary file modified icons-png/language.png
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 icons-png/layout-cards.png
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 icons-png/layout-list.png
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 icons-png/rotate-rectangle.png
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 icons/language.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/layout-cards.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/layout-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/rotate-rectangle.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
"version": "1.8.0",
"version": "1.8.1",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
Expand Down
2 changes: 1 addition & 1 deletion tabler-sprite-nostroke.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 tabler-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,11 @@
"layout-align-right": ["layout", "align", "right", "position", "element", "design"],
"layout-align-top": ["layout", "align", "top", "position", "element", "design"],
"layout-bottombar": ["layout", "bottombar", "position", "element", "design", "grid", "footer"],
"layout-cards": ["layout", "cards"],
"layout-columns": ["layout", "columns", "grid", "column", "rows"],
"layout-distribute-horizontal": ["layout", "distribute", "horizontal", "position", "element", "design", "around"],
"layout-distribute-vertical": ["layout", "distribute", "vertical", "position", "element", "design", "around"],
"layout-list": ["layout", "list"],
"layout-navbar": ["layout", "navbar", "grid", "row", "header"],
"layout-rows": ["layout", "rows", "grid", "masonry", "collage"],
"layout-sidebar-right": ["layout", "sidebar", "right", "grid", "aside", "column", "columns"],
Expand Down Expand Up @@ -419,6 +421,7 @@
"rotate-2": ["rotate", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"],
"rotate-clockwise-2": ["rotate", "clockwise", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"],
"rotate-clockwise": ["rotate", "clockwise", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"],
"rotate-rectangle": ["rotate", "rectangle"],
"rotate": ["rotate", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"],
"route": ["route", "path", "navigation", "map"],
"router": ["router", "wifi", "device", "wireless", "signal", "station", "cast"],
Expand Down

0 comments on commit 90ca6ff

Please sign in to comment.