diff options
author | codecalm <codecalm@gmail.com> | 2020-06-04 22:04:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-04 22:04:02 +0200 |
commit | 90ca6ffbdec093889e9fc29fa5df7a4fb5ea5763 (patch) | |
tree | a4716875a3c708c7d60cb1455801be28b0a378a5 /iconfont/tabler-icons.html | |
parent | Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons (diff) | |
download | tabler-icons-90ca6ffbdec093889e9fc29fa5df7a4fb5ea5763.tar.xz |
Release 1.8.1v1.8.1
Diffstat (limited to 'iconfont/tabler-icons.html')
-rw-r--r-- | iconfont/tabler-icons.html | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index fa3d5d3a..42e91b28 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -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"> @@ -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"> @@ -3000,6 +3000,15 @@ </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> <div class="tabler-icon-codes"> @@ -3027,6 +3036,15 @@ </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> <div class="tabler-icon-codes"> @@ -3909,6 +3927,15 @@ </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> <div class="tabler-icon-codes"> |