aboutsummaryrefslogtreecommitdiff
path: root/iconfont/tabler-icons.scss
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-28 15:37:54 +0100
committercodecalm <codecalm@gmail.com>2020-03-28 15:37:54 +0100
commitbca342c37fbdd0e2951b19c2df5b4974b9e01247 (patch)
treed1f4df2142c84039832ace164261bbfaedc4565a /iconfont/tabler-icons.scss
parentmissing tabler icons (diff)
downloadtabler-icons-bca342c37fbdd0e2951b19c2df5b4974b9e01247.tar.xz
Release 1.3.1
Diffstat (limited to 'iconfont/tabler-icons.scss')
-rw-r--r--iconfont/tabler-icons.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss
index 6f0a69c..f9c5f4e 100644
--- a/iconfont/tabler-icons.scss
+++ b/iconfont/tabler-icons.scss
@@ -1,5 +1,5 @@
/*!
- * Tabler Icons 1.3.0 by tabler - https://tabler.io
+ * Tabler Icons 1.3.1 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
$ti-font-family: 'tabler-icons' !default;
@@ -148,6 +148,7 @@ $ti-icon-chart-donut: '\ea5b';
$ti-icon-chart-line: '\ea5c';
$ti-icon-chart-pie: '\ea5d';
$ti-icon-check: '\ea5e';
+$ti-icon-checkbox: '\eba6';
$ti-icon-chevron-down: '\ea5f';
$ti-icon-chevron-left: '\ea60';
$ti-icon-chevron-right: '\ea61';
@@ -311,6 +312,8 @@ $ti-icon-live-photo: '\eadf';
$ti-icon-location: '\eae0';
$ti-icon-lock: '\eae2';
$ti-icon-lock-open: '\eae1';
+$ti-icon-login: '\eba7';
+$ti-icon-logout: '\eba8';
$ti-icon-magnet: '\eae3';
$ti-icon-mail: '\eae5';
$ti-icon-mail-opened: '\eae4';
@@ -571,6 +574,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-chart-line:before { content: $ti-icon-chart-line; }
.#{$ti-icon-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }
.#{$ti-icon-prefix}-check:before { content: $ti-icon-check; }
+.#{$ti-icon-prefix}-checkbox:before { content: $ti-icon-checkbox; }
.#{$ti-icon-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
.#{$ti-icon-prefix}-chevron-left:before { content: $ti-icon-chevron-left; }
.#{$ti-icon-prefix}-chevron-right:before { content: $ti-icon-chevron-right; }
@@ -734,6 +738,8 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-location:before { content: $ti-icon-location; }
.#{$ti-icon-prefix}-lock:before { content: $ti-icon-lock; }
.#{$ti-icon-prefix}-lock-open:before { content: $ti-icon-lock-open; }
+.#{$ti-icon-prefix}-login:before { content: $ti-icon-login; }
+.#{$ti-icon-prefix}-logout:before { content: $ti-icon-logout; }
.#{$ti-icon-prefix}-magnet:before { content: $ti-icon-magnet; }
.#{$ti-icon-prefix}-mail:before { content: $ti-icon-mail; }
.#{$ti-icon-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }