aboutsummaryrefslogtreecommitdiff
path: root/iconfont
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-21 19:29:08 +0200
committercodecalm <codecalm@gmail.com>2020-09-21 19:29:08 +0200
commit17e097ff8239e29a2b3c06c290eeed961eaa43aa (patch)
tree5403d56c05b63078e972934343e114eb0e714a47 /iconfont
parentshield-off fix (diff)
downloadtabler-icons-17e097ff8239e29a2b3c06c290eeed961eaa43aa.tar.xz
Release 1.22.0v1.22.0
Diffstat (limited to 'iconfont')
-rw-r--r--iconfont/fonts/tabler-icons.eotbin338256 -> 347620 bytes
-rw-r--r--iconfont/fonts/tabler-icons.ttfbin338072 -> 347436 bytes
-rw-r--r--iconfont/fonts/tabler-icons.woffbin160724 -> 166316 bytes
-rw-r--r--iconfont/fonts/tabler-icons.woff2bin117692 -> 121272 bytes
-rw-r--r--iconfont/tabler-icons.css74
-rw-r--r--iconfont/tabler-icons.html166
-rw-r--r--iconfont/tabler-icons.min.css4
-rw-r--r--iconfont/tabler-icons.scss38
8 files changed, 276 insertions, 6 deletions
diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot
index 10c7175..d19ad3e 100644
--- a/iconfont/fonts/tabler-icons.eot
+++ b/iconfont/fonts/tabler-icons.eot
Binary files differ
diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf
index aaefa15..f629a10 100644
--- a/iconfont/fonts/tabler-icons.ttf
+++ b/iconfont/fonts/tabler-icons.ttf
Binary files differ
diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woff
index 435a6e6..7605046 100644
--- a/iconfont/fonts/tabler-icons.woff
+++ b/iconfont/fonts/tabler-icons.woff
Binary files differ
diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2
index c5ae400..775ab2c 100644
--- a/iconfont/fonts/tabler-icons.woff2
+++ b/iconfont/fonts/tabler-icons.woff2
Binary files differ
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css
index b1e3495..087448e 100644
--- a/iconfont/tabler-icons.css
+++ b/iconfont/tabler-icons.css
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
- * Tabler Icons 1.21.1 by tabler - https://tabler.io
+ * Tabler Icons 1.22.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
@font-face {
@@ -376,6 +376,10 @@
content: "";
}
+.ti-bell-off:before {
+ content: "";
+}
+
.ti-bike:before {
content: "";
}
@@ -388,6 +392,14 @@
content: "";
}
+.ti-bluetooth-connected:before {
+ content: "";
+}
+
+.ti-bluetooth-off:before {
+ content: "";
+}
+
.ti-bold:before {
content: "";
}
@@ -396,6 +408,10 @@
content: "";
}
+.ti-bolt-off:before {
+ content: "";
+}
+
.ti-book:before {
content: "";
}
@@ -404,6 +420,10 @@
content: "";
}
+.ti-bookmark-off:before {
+ content: "";
+}
+
.ti-border-all:before {
content: "";
}
@@ -716,6 +736,10 @@
content: "";
}
+.ti-camera-off:before {
+ content: "";
+}
+
.ti-camera-plus:before {
content: "";
}
@@ -1036,6 +1060,10 @@
content: "";
}
+.ti-current-location:before {
+ content: "";
+}
+
.ti-cut:before {
content: "";
}
@@ -1204,6 +1232,10 @@
content: "";
}
+.ti-eye-off:before {
+ content: "";
+}
+
.ti-face-id:before {
content: "";
}
@@ -1224,6 +1256,10 @@
content: "";
}
+.ti-file-diff:before {
+ content: "";
+}
+
.ti-file-download:before {
content: "";
}
@@ -1244,6 +1280,10 @@
content: "";
}
+.ti-file-off:before {
+ content: "";
+}
+
.ti-file-phone:before {
content: "";
}
@@ -1852,6 +1892,10 @@
content: "";
}
+.ti-map-pin-off:before {
+ content: "";
+}
+
.ti-markdown:before {
content: "";
}
@@ -2076,6 +2120,10 @@
content: "";
}
+.ti-percentage:before {
+ content: "";
+}
+
.ti-phone:before {
content: "";
}
@@ -2096,6 +2144,10 @@
content: "";
}
+.ti-phone-off:before {
+ content: "";
+}
+
.ti-phone-outgoing:before {
content: "";
}
@@ -2116,6 +2168,10 @@
content: "";
}
+.ti-photo-off:before {
+ content: "";
+}
+
.ti-pill:before {
content: "";
}
@@ -2280,6 +2336,10 @@
content: "";
}
+.ti-school:before {
+ content: "";
+}
+
.ti-scissors:before {
content: "";
}
@@ -2348,6 +2408,10 @@
content: "";
}
+.ti-shield-off:before {
+ content: "";
+}
+
.ti-shield-x:before {
content: "";
}
@@ -2752,6 +2816,10 @@
content: "";
}
+.ti-user-off:before {
+ content: "";
+}
+
.ti-user-plus:before {
content: "";
}
@@ -2848,6 +2916,10 @@
content: "";
}
+.ti-wifi-off:before {
+ content: "";
+}
+
.ti-wind:before {
content: "";
}
diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html
index 2376f28..7a5ba37 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.21.1</title>
+ <title>Tabler Icons - version 1.22.0</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.21.1</p>
+ <p class="text-muted">version 1.22.0</p>
</header>
<div class="search-bar">
@@ -912,6 +912,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-bell-off"></i>
+ <strong>bell-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-bell-off</code><br>
+ <code>\ece9</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-bike"></i>
<strong>bike</strong>
<div class="tabler-icon-codes">
@@ -939,6 +948,24 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-bluetooth-connected"></i>
+ <strong>bluetooth-connected</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-bluetooth-connected</code><br>
+ <code>\ecea</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
+ <i class="ti ti-bluetooth-off"></i>
+ <strong>bluetooth-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-bluetooth-off</code><br>
+ <code>\eceb</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-bold"></i>
<strong>bold</strong>
<div class="tabler-icon-codes">
@@ -957,6 +984,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-bolt-off"></i>
+ <strong>bolt-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-bolt-off</code><br>
+ <code>\ecec</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-book"></i>
<strong>book</strong>
<div class="tabler-icon-codes">
@@ -975,6 +1011,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-bookmark-off"></i>
+ <strong>bookmark-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-bookmark-off</code><br>
+ <code>\eced</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-border-all"></i>
<strong>border-all</strong>
<div class="tabler-icon-codes">
@@ -1677,6 +1722,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-camera-off"></i>
+ <strong>camera-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-camera-off</code><br>
+ <code>\ecee</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-camera-plus"></i>
<strong>camera-plus</strong>
<div class="tabler-icon-codes">
@@ -2397,6 +2451,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-current-location"></i>
+ <strong>current-location</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-current-location</code><br>
+ <code>\ecef</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-cut"></i>
<strong>cut</strong>
<div class="tabler-icon-codes">
@@ -2775,6 +2838,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-eye-off"></i>
+ <strong>eye-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-eye-off</code><br>
+ <code>\ecf0</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-face-id"></i>
<strong>face-id</strong>
<div class="tabler-icon-codes">
@@ -2820,6 +2892,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-file-diff"></i>
+ <strong>file-diff</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-file-diff</code><br>
+ <code>\ecf1</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-file-download"></i>
<strong>file-download</strong>
<div class="tabler-icon-codes">
@@ -2865,6 +2946,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-file-off"></i>
+ <strong>file-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-file-off</code><br>
+ <code>\ecf2</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-file-phone"></i>
<strong>file-phone</strong>
<div class="tabler-icon-codes">
@@ -4233,6 +4323,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-map-pin-off"></i>
+ <strong>map-pin-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-map-pin-off</code><br>
+ <code>\ecf3</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-markdown"></i>
<strong>markdown</strong>
<div class="tabler-icon-codes">
@@ -4737,6 +4836,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-percentage"></i>
+ <strong>percentage</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-percentage</code><br>
+ <code>\ecf4</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-phone"></i>
<strong>phone</strong>
<div class="tabler-icon-codes">
@@ -4782,6 +4890,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-phone-off"></i>
+ <strong>phone-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-phone-off</code><br>
+ <code>\ecf5</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-phone-outgoing"></i>
<strong>phone-outgoing</strong>
<div class="tabler-icon-codes">
@@ -4827,6 +4944,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-photo-off"></i>
+ <strong>photo-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-photo-off</code><br>
+ <code>\ecf6</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-pill"></i>
<strong>pill</strong>
<div class="tabler-icon-codes">
@@ -5196,6 +5322,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-school"></i>
+ <strong>school</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-school</code><br>
+ <code>\ecf7</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-scissors"></i>
<strong>scissors</strong>
<div class="tabler-icon-codes">
@@ -5349,6 +5484,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-shield-off"></i>
+ <strong>shield-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-shield-off</code><br>
+ <code>\ecf8</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-shield-x"></i>
<strong>shield-x</strong>
<div class="tabler-icon-codes">
@@ -6258,6 +6402,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-user-off"></i>
+ <strong>user-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-user-off</code><br>
+ <code>\ecf9</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-user-plus"></i>
<strong>user-plus</strong>
<div class="tabler-icon-codes">
@@ -6474,6 +6627,15 @@
</div>
<div class="tabler-icon">
+ <i class="ti ti-wifi-off"></i>
+ <strong>wifi-off</strong>
+ <div class="tabler-icon-codes">
+ <code>ti ti-wifi-off</code><br>
+ <code>\ecfa</code>
+ </div>
+ </div>
+
+ <div class="tabler-icon">
<i class="ti ti-wind"></i>
<strong>wind</strong>
<div class="tabler-icon-codes">
diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css
index f730468..6ff085e 100644
--- a/iconfont/tabler-icons.min.css
+++ b/iconfont/tabler-icons.min.css
@@ -1,4 +1,4 @@
@charset "UTF-8";/*!
- * Tabler Icons 1.21.1 by tabler - https://tabler.io
+ * Tabler Icons 1.22.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
- */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-accessible:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace: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{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wave-triangle:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file
+ */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-accessible:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace: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{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wave-triangle:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file
diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss
index 8d8af50..f8aca75 100644
--- a/iconfont/tabler-icons.scss
+++ b/iconfont/tabler-icons.scss
@@ -1,5 +1,5 @@
/*!
- * Tabler Icons 1.21.1 by tabler - https://tabler.io
+ * Tabler Icons 1.22.0 by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
*/
$ti-font-family: 'tabler-icons' !default;
@@ -122,13 +122,18 @@ $ti-icon-battery-4: '\ea32';
$ti-icon-battery-charging: '\ea33';
$ti-icon-bed: '\eb5c';
$ti-icon-bell: '\ea35';
+$ti-icon-bell-off: '\ece9';
$ti-icon-bike: '\ea36';
$ti-icon-biohazard: '\ecb8';
$ti-icon-bluetooth: '\ea37';
+$ti-icon-bluetooth-connected: '\ecea';
+$ti-icon-bluetooth-off: '\eceb';
$ti-icon-bold: '\eb7b';
$ti-icon-bolt: '\ea38';
+$ti-icon-bolt-off: '\ecec';
$ti-icon-book: '\ea39';
$ti-icon-bookmark: '\ea3a';
+$ti-icon-bookmark-off: '\eced';
$ti-icon-border-all: '\ea3b';
$ti-icon-border-bottom: '\ea3c';
$ti-icon-border-horizontal: '\ea3d';
@@ -207,6 +212,7 @@ $ti-icon-calendar-minus: '\ebb9';
$ti-icon-calendar-plus: '\ebba';
$ti-icon-camera: '\ea54';
$ti-icon-camera-minus: '\ec3a';
+$ti-icon-camera-off: '\ecee';
$ti-icon-camera-plus: '\ec3b';
$ti-icon-capture: '\ec3c';
$ti-icon-car: '\ebbb';
@@ -287,6 +293,7 @@ $ti-icon-currency-euro: '\eb85';
$ti-icon-currency-pound: '\ebac';
$ti-icon-currency-rupee: '\ebad';
$ti-icon-currency-yen: '\ebae';
+$ti-icon-current-location: '\ecef';
$ti-icon-cut: '\ea86';
$ti-icon-dashboard: '\ea87';
$ti-icon-database: '\ea88';
@@ -329,16 +336,19 @@ $ti-icon-exchange: '\ebe7';
$ti-icon-exposure: '\eb8c';
$ti-icon-external-link: '\ea99';
$ti-icon-eye: '\ea9a';
+$ti-icon-eye-off: '\ecf0';
$ti-icon-face-id: '\ea9b';
$ti-icon-fall: '\ecb9';
$ti-icon-file: '\eaa4';
$ti-icon-file-check: '\ea9c';
$ti-icon-file-code: '\ebd0';
+$ti-icon-file-diff: '\ecf1';
$ti-icon-file-download: '\ea9d';
$ti-icon-file-horizontal: '\ebb0';
$ti-icon-file-invoice: '\eb67';
$ti-icon-file-minus: '\ea9e';
$ti-icon-file-music: '\ea9f';
+$ti-icon-file-off: '\ecf2';
$ti-icon-file-phone: '\ecdc';
$ti-icon-file-plus: '\eaa0';
$ti-icon-file-shredder: '\eaa1';
@@ -491,6 +501,7 @@ $ti-icon-man: '\eae6';
$ti-icon-map: '\eae9';
$ti-icon-map-2: '\eae7';
$ti-icon-map-pin: '\eae8';
+$ti-icon-map-pin-off: '\ecf3';
$ti-icon-markdown: '\ec41';
$ti-icon-marquee: '\ec77';
$ti-icon-mars: '\ec80';
@@ -547,16 +558,19 @@ $ti-icon-parking: '\eb03';
$ti-icon-pause: '\eccc';
$ti-icon-peace: '\ecbe';
$ti-icon-pencil: '\eb04';
+$ti-icon-percentage: '\ecf4';
$ti-icon-phone: '\eb09';
$ti-icon-phone-call: '\eb05';
$ti-icon-phone-calling: '\ec43';
$ti-icon-phone-check: '\ec05';
$ti-icon-phone-incoming: '\eb06';
+$ti-icon-phone-off: '\ecf5';
$ti-icon-phone-outgoing: '\eb07';
$ti-icon-phone-pause: '\eb08';
$ti-icon-phone-plus: '\ec06';
$ti-icon-phone-x: '\ec07';
$ti-icon-photo: '\eb0a';
+$ti-icon-photo-off: '\ecf6';
$ti-icon-pill: '\ec44';
$ti-icon-pin: '\ec9c';
$ti-icon-plane: '\eb6f';
@@ -598,6 +612,7 @@ $ti-icon-run: '\ec82';
$ti-icon-sailboat: '\ec83';
$ti-icon-scale: '\ebc2';
$ti-icon-scan: '\ebc8';
+$ti-icon-school: '\ecf7';
$ti-icon-scissors: '\eb1b';
$ti-icon-scooter: '\ec6c';
$ti-icon-scooter-electric: '\ecc1';
@@ -615,6 +630,7 @@ $ti-icon-shape: '\eb9c';
$ti-icon-share: '\eb21';
$ti-icon-shield: '\eb24';
$ti-icon-shield-check: '\eb22';
+$ti-icon-shield-off: '\ecf8';
$ti-icon-shield-x: '\eb23';
$ti-icon-ship: '\ec84';
$ti-icon-shirt: '\ec0a';
@@ -716,6 +732,7 @@ $ti-icon-user: '\eb4d';
$ti-icon-user-check: '\eb49';
$ti-icon-user-exclamation: '\ec12';
$ti-icon-user-minus: '\eb4a';
+$ti-icon-user-off: '\ecf9';
$ti-icon-user-plus: '\eb4b';
$ti-icon-user-x: '\eb4c';
$ti-icon-users: '\ebf2';
@@ -740,6 +757,7 @@ $ti-icon-wifi: '\eb52';
$ti-icon-wifi-0: '\eba3';
$ti-icon-wifi-1: '\eba4';
$ti-icon-wifi-2: '\eba5';
+$ti-icon-wifi-off: '\ecfa';
$ti-icon-wind: '\ec34';
$ti-icon-wiper: '\ecab';
$ti-icon-wiper-wash: '\ecaa';
@@ -852,13 +870,18 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
.#{$ti-icon-prefix}-bed:before { content: $ti-icon-bed; }
.#{$ti-icon-prefix}-bell:before { content: $ti-icon-bell; }
+.#{$ti-icon-prefix}-bell-off:before { content: $ti-icon-bell-off; }
.#{$ti-icon-prefix}-bike:before { content: $ti-icon-bike; }
.#{$ti-icon-prefix}-biohazard:before { content: $ti-icon-biohazard; }
.#{$ti-icon-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }
+.#{$ti-icon-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }
+.#{$ti-icon-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }
.#{$ti-icon-prefix}-bold:before { content: $ti-icon-bold; }
.#{$ti-icon-prefix}-bolt:before { content: $ti-icon-bolt; }
+.#{$ti-icon-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }
.#{$ti-icon-prefix}-book:before { content: $ti-icon-book; }
.#{$ti-icon-prefix}-bookmark:before { content: $ti-icon-bookmark; }
+.#{$ti-icon-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }
.#{$ti-icon-prefix}-border-all:before { content: $ti-icon-border-all; }
.#{$ti-icon-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }
.#{$ti-icon-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }
@@ -937,6 +960,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; }
.#{$ti-icon-prefix}-camera:before { content: $ti-icon-camera; }
.#{$ti-icon-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }
+.#{$ti-icon-prefix}-camera-off:before { content: $ti-icon-camera-off; }
.#{$ti-icon-prefix}-camera-plus:before { content: $ti-icon-camera-plus; }
.#{$ti-icon-prefix}-capture:before { content: $ti-icon-capture; }
.#{$ti-icon-prefix}-car:before { content: $ti-icon-car; }
@@ -1017,6 +1041,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-currency-pound:before { content: $ti-icon-currency-pound; }
.#{$ti-icon-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; }
.#{$ti-icon-prefix}-currency-yen:before { content: $ti-icon-currency-yen; }
+.#{$ti-icon-prefix}-current-location:before { content: $ti-icon-current-location; }
.#{$ti-icon-prefix}-cut:before { content: $ti-icon-cut; }
.#{$ti-icon-prefix}-dashboard:before { content: $ti-icon-dashboard; }
.#{$ti-icon-prefix}-database:before { content: $ti-icon-database; }
@@ -1059,16 +1084,19 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-exposure:before { content: $ti-icon-exposure; }
.#{$ti-icon-prefix}-external-link:before { content: $ti-icon-external-link; }
.#{$ti-icon-prefix}-eye:before { content: $ti-icon-eye; }
+.#{$ti-icon-prefix}-eye-off:before { content: $ti-icon-eye-off; }
.#{$ti-icon-prefix}-face-id:before { content: $ti-icon-face-id; }
.#{$ti-icon-prefix}-fall:before { content: $ti-icon-fall; }
.#{$ti-icon-prefix}-file:before { content: $ti-icon-file; }
.#{$ti-icon-prefix}-file-check:before { content: $ti-icon-file-check; }
.#{$ti-icon-prefix}-file-code:before { content: $ti-icon-file-code; }
+.#{$ti-icon-prefix}-file-diff:before { content: $ti-icon-file-diff; }
.#{$ti-icon-prefix}-file-download:before { content: $ti-icon-file-download; }
.#{$ti-icon-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
.#{$ti-icon-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }
.#{$ti-icon-prefix}-file-minus:before { content: $ti-icon-file-minus; }
.#{$ti-icon-prefix}-file-music:before { content: $ti-icon-file-music; }
+.#{$ti-icon-prefix}-file-off:before { content: $ti-icon-file-off; }
.#{$ti-icon-prefix}-file-phone:before { content: $ti-icon-file-phone; }
.#{$ti-icon-prefix}-file-plus:before { content: $ti-icon-file-plus; }
.#{$ti-icon-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }
@@ -1221,6 +1249,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-map:before { content: $ti-icon-map; }
.#{$ti-icon-prefix}-map-2:before { content: $ti-icon-map-2; }
.#{$ti-icon-prefix}-map-pin:before { content: $ti-icon-map-pin; }
+.#{$ti-icon-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }
.#{$ti-icon-prefix}-markdown:before { content: $ti-icon-markdown; }
.#{$ti-icon-prefix}-marquee:before { content: $ti-icon-marquee; }
.#{$ti-icon-prefix}-mars:before { content: $ti-icon-mars; }
@@ -1277,16 +1306,19 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-pause:before { content: $ti-icon-pause; }
.#{$ti-icon-prefix}-peace:before { content: $ti-icon-peace; }
.#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; }
+.#{$ti-icon-prefix}-percentage:before { content: $ti-icon-percentage; }
.#{$ti-icon-prefix}-phone:before { content: $ti-icon-phone; }
.#{$ti-icon-prefix}-phone-call:before { content: $ti-icon-phone-call; }
.#{$ti-icon-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }
.#{$ti-icon-prefix}-phone-check:before { content: $ti-icon-phone-check; }
.#{$ti-icon-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }
+.#{$ti-icon-prefix}-phone-off:before { content: $ti-icon-phone-off; }
.#{$ti-icon-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }
.#{$ti-icon-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }
.#{$ti-icon-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }
.#{$ti-icon-prefix}-phone-x:before { content: $ti-icon-phone-x; }
.#{$ti-icon-prefix}-photo:before { content: $ti-icon-photo; }
+.#{$ti-icon-prefix}-photo-off:before { content: $ti-icon-photo-off; }
.#{$ti-icon-prefix}-pill:before { content: $ti-icon-pill; }
.#{$ti-icon-prefix}-pin:before { content: $ti-icon-pin; }
.#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; }
@@ -1328,6 +1360,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-sailboat:before { content: $ti-icon-sailboat; }
.#{$ti-icon-prefix}-scale:before { content: $ti-icon-scale; }
.#{$ti-icon-prefix}-scan:before { content: $ti-icon-scan; }
+.#{$ti-icon-prefix}-school:before { content: $ti-icon-school; }
.#{$ti-icon-prefix}-scissors:before { content: $ti-icon-scissors; }
.#{$ti-icon-prefix}-scooter:before { content: $ti-icon-scooter; }
.#{$ti-icon-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; }
@@ -1345,6 +1378,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-share:before { content: $ti-icon-share; }
.#{$ti-icon-prefix}-shield:before { content: $ti-icon-shield; }
.#{$ti-icon-prefix}-shield-check:before { content: $ti-icon-shield-check; }
+.#{$ti-icon-prefix}-shield-off:before { content: $ti-icon-shield-off; }
.#{$ti-icon-prefix}-shield-x:before { content: $ti-icon-shield-x; }
.#{$ti-icon-prefix}-ship:before { content: $ti-icon-ship; }
.#{$ti-icon-prefix}-shirt:before { content: $ti-icon-shirt; }
@@ -1446,6 +1480,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-user-check:before { content: $ti-icon-user-check; }
.#{$ti-icon-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
.#{$ti-icon-prefix}-user-minus:before { content: $ti-icon-user-minus; }
+.#{$ti-icon-prefix}-user-off:before { content: $ti-icon-user-off; }
.#{$ti-icon-prefix}-user-plus:before { content: $ti-icon-user-plus; }
.#{$ti-icon-prefix}-user-x:before { content: $ti-icon-user-x; }
.#{$ti-icon-prefix}-users:before { content: $ti-icon-users; }
@@ -1470,6 +1505,7 @@ $ti-icon-zoom-out: '\eb57';
.#{$ti-icon-prefix}-wifi-0:before { content: $ti-icon-wifi-0; }
.#{$ti-icon-prefix}-wifi-1:before { content: $ti-icon-wifi-1; }
.#{$ti-icon-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }
+.#{$ti-icon-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }
.#{$ti-icon-prefix}-wind:before { content: $ti-icon-wind; }
.#{$ti-icon-prefix}-wiper:before { content: $ti-icon-wiper; }
.#{$ti-icon-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }