diff options
Diffstat (limited to 'iconfont')
| -rw-r--r-- | iconfont/fonts/tabler-icons.eot | bin | 263592 -> 273764 bytes | |||
| -rw-r--r-- | iconfont/fonts/tabler-icons.ttf | bin | 263408 -> 273580 bytes | |||
| -rw-r--r-- | iconfont/fonts/tabler-icons.woff | bin | 123808 -> 128700 bytes | |||
| -rw-r--r-- | iconfont/fonts/tabler-icons.woff2 | bin | 92976 -> 95376 bytes | |||
| -rw-r--r-- | iconfont/tabler-icons.css | 106 | ||||
| -rw-r--r-- | iconfont/tabler-icons.html | 236 | ||||
| -rw-r--r-- | iconfont/tabler-icons.min.css | 4 | ||||
| -rw-r--r-- | iconfont/tabler-icons.scss | 58 | 
8 files changed, 352 insertions, 52 deletions
| diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eotBinary files differ index ffe6d15b..564bcc0f 100644 --- a/iconfont/fonts/tabler-icons.eot +++ b/iconfont/fonts/tabler-icons.eot diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttfBinary files differ index 672617d8..766da804 100644 --- a/iconfont/fonts/tabler-icons.ttf +++ b/iconfont/fonts/tabler-icons.ttf diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woffBinary files differ index bde0612a..bf4659bf 100644 --- a/iconfont/fonts/tabler-icons.woff +++ b/iconfont/fonts/tabler-icons.woff diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2Binary files differ index 68673f1c..1240e4aa 100644 --- a/iconfont/fonts/tabler-icons.woff2 +++ b/iconfont/fonts/tabler-icons.woff2 diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index f16b4ae3..313e9ef3 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@  @charset "UTF-8";  /*! - * Tabler Icons 1.10.0 by tabler - https://tabler.io + * Tabler Icons 1.11.0 by tabler - https://tabler.io   * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE   */  @font-face { @@ -24,6 +24,10 @@    -moz-osx-font-smoothing: grayscale;  } +.ti-a-b:before { +  content: ""; +} +  .ti-accessible:before {    content: "";  } @@ -40,6 +44,14 @@    content: "";  } +.ti-adjustments-alt:before { +  content: ""; +} + +.ti-adjustments-horizontal:before { +  content: ""; +} +  .ti-alarm:before {    content: "";  } @@ -540,8 +552,8 @@    content: "";  } -.ti-building-skyscrappers:before { -  content: ""; +.ti-building-skyscraper:before { +  content: "";  }  .ti-building-store:before { @@ -588,6 +600,18 @@    content: "";  } +.ti-camera-minus:before { +  content: ""; +} + +.ti-camera-plus:before { +  content: ""; +} + +.ti-capture:before { +  content: ""; +} +  .ti-car:before {    content: "";  } @@ -792,6 +816,10 @@    content: "";  } +.ti-copyleft:before { +  content: ""; +} +  .ti-copyright:before {    content: "";  } @@ -836,6 +864,10 @@    content: "";  } +.ti-crosshair:before { +  content: ""; +} +  .ti-currency-bitcoin:before {    content: "";  } @@ -1120,10 +1152,6 @@    content: "";  } -.ti-floppy-disk:before { -  content: ""; -} -  .ti-focus:before {    content: "";  } @@ -1396,6 +1424,10 @@    content: "";  } +.ti-layout-kanban:before { +  content: ""; +} +  .ti-layout-list:before {    content: "";  } @@ -1432,6 +1464,10 @@    content: "";  } +.ti-line:before { +  content: ""; +} +  .ti-line-height:before {    content: "";  } @@ -1500,6 +1536,10 @@    content: "";  } +.ti-markdown:before { +  content: ""; +} +  .ti-math:before {    content: "";  } @@ -1516,6 +1556,10 @@    content: "";  } +.ti-menu-2:before { +  content: ""; +} +  .ti-message:before {    content: "";  } @@ -1672,6 +1716,10 @@    content: "";  } +.ti-phone-calling:before { +  content: ""; +} +  .ti-phone-check:before {    content: "";  } @@ -1700,8 +1748,8 @@    content: "";  } -.ti-pillow:before { -  content: ""; +.ti-pill:before { +  content: "";  }  .ti-plane:before { @@ -1784,6 +1832,10 @@    content: "";  } +.ti-rocket:before { +  content: ""; +} +  .ti-rotate:before {    content: "";  } @@ -2000,6 +2052,26 @@    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: "";  } @@ -2040,10 +2112,6 @@    content: "";  } -.ti-test:before { -  content: ""; -} -  .ti-test-pipe:before {    content: "";  } @@ -2124,6 +2192,14 @@    content: "";  } +.ti-truck-delivery:before { +  content: ""; +} + +.ti-truck-return:before { +  content: ""; +} +  .ti-typography:before {    content: "";  } @@ -2248,6 +2324,10 @@    content: "";  } +.ti-zoom-cancel:before { +  content: ""; +} +  .ti-zoom-in:before {    content: "";  } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 1ab5e70b..b3795949 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.10.0</title> +	<title>Tabler Icons - version 1.11.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.10.0</p> +		<p class="text-muted">version 1.11.0</p>  	</header>  	<div class="search-bar"> @@ -120,6 +120,15 @@  		<div class="tabler-icons">  			<div class="tabler-icon"> +				<i class="ti ti-a-b"></i> +				<strong>a-b</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-a-b</code><br> +					<code>\ec36</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-accessible"></i>  				<strong>accessible</strong>  				<div class="tabler-icon-codes"> @@ -156,6 +165,24 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-adjustments-alt"></i> +				<strong>adjustments-alt</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-adjustments-alt</code><br> +					<code>\ec37</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-adjustments-horizontal"></i> +				<strong>adjustments-horizontal</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-adjustments-horizontal</code><br> +					<code>\ec38</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-alarm"></i>  				<strong>alarm</strong>  				<div class="tabler-icon-codes"> @@ -1281,11 +1308,11 @@  			</div>  			<div class="tabler-icon"> -				<i class="ti ti-building-skyscrappers"></i> -				<strong>building-skyscrappers</strong> +				<i class="ti ti-building-skyscraper"></i> +				<strong>building-skyscraper</strong>  				<div class="tabler-icon-codes"> -					<code>ti ti-building-skyscrappers</code><br> -					<code>\ebf8</code> +					<code>ti ti-building-skyscraper</code><br> +					<code>\ec39</code>  				</div>  			</div> @@ -1389,6 +1416,33 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-camera-minus"></i> +				<strong>camera-minus</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-camera-minus</code><br> +					<code>\ec3a</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-camera-plus"></i> +				<strong>camera-plus</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-camera-plus</code><br> +					<code>\ec3b</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-capture"></i> +				<strong>capture</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-capture</code><br> +					<code>\ec3c</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-car"></i>  				<strong>car</strong>  				<div class="tabler-icon-codes"> @@ -1848,6 +1902,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-copyleft"></i> +				<strong>copyleft</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-copyleft</code><br> +					<code>\ec3d</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-copyright"></i>  				<strong>copyright</strong>  				<div class="tabler-icon-codes"> @@ -1947,6 +2010,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-crosshair"></i> +				<strong>crosshair</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-crosshair</code><br> +					<code>\ec3e</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-currency-bitcoin"></i>  				<strong>currency-bitcoin</strong>  				<div class="tabler-icon-codes"> @@ -2586,15 +2658,6 @@  			</div>  			<div class="tabler-icon"> -				<i class="ti ti-floppy-disk"></i> -				<strong>floppy-disk</strong> -				<div class="tabler-icon-codes"> -					<code>ti ti-floppy-disk</code><br> -					<code>\eaa9</code> -				</div> -			</div> -			 -			<div class="tabler-icon">  				<i class="ti ti-focus"></i>  				<strong>focus</strong>  				<div class="tabler-icon-codes"> @@ -3207,6 +3270,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-layout-kanban"></i> +				<strong>layout-kanban</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-layout-kanban</code><br> +					<code>\ec3f</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-layout-list"></i>  				<strong>layout-list</strong>  				<div class="tabler-icon-codes"> @@ -3288,6 +3360,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-line"></i> +				<strong>line</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-line</code><br> +					<code>\ec40</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-line-height"></i>  				<strong>line-height</strong>  				<div class="tabler-icon-codes"> @@ -3441,6 +3522,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-markdown"></i> +				<strong>markdown</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-markdown</code><br> +					<code>\ec41</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-math"></i>  				<strong>math</strong>  				<div class="tabler-icon-codes"> @@ -3477,6 +3567,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-menu-2"></i> +				<strong>menu-2</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-menu-2</code><br> +					<code>\ec42</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-message"></i>  				<strong>message</strong>  				<div class="tabler-icon-codes"> @@ -3828,6 +3927,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-phone-calling"></i> +				<strong>phone-calling</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-phone-calling</code><br> +					<code>\ec43</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-phone-check"></i>  				<strong>phone-check</strong>  				<div class="tabler-icon-codes"> @@ -3891,11 +3999,11 @@  			</div>  			<div class="tabler-icon"> -				<i class="ti ti-pillow"></i> -				<strong>pillow</strong> +				<i class="ti ti-pill"></i> +				<strong>pill</strong>  				<div class="tabler-icon-codes"> -					<code>ti ti-pillow</code><br> -					<code>\eb98</code> +					<code>ti ti-pill</code><br> +					<code>\ec44</code>  				</div>  			</div> @@ -4080,6 +4188,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-rocket"></i> +				<strong>rocket</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-rocket</code><br> +					<code>\ec45</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-rotate"></i>  				<strong>rotate</strong>  				<div class="tabler-icon-codes"> @@ -4566,6 +4683,51 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-tallymark-1"></i> +				<strong>tallymark-1</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-tallymark-1</code><br> +					<code>\ec46</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-tallymark-2"></i> +				<strong>tallymark-2</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-tallymark-2</code><br> +					<code>\ec47</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-tallymark-3"></i> +				<strong>tallymark-3</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-tallymark-3</code><br> +					<code>\ec48</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-tallymark-4"></i> +				<strong>tallymark-4</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-tallymark-4</code><br> +					<code>\ec49</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-tallymarks"></i> +				<strong>tallymarks</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-tallymarks</code><br> +					<code>\ec4a</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-target"></i>  				<strong>target</strong>  				<div class="tabler-icon-codes"> @@ -4656,15 +4818,6 @@  			</div>  			<div class="tabler-icon"> -				<i class="ti ti-test"></i> -				<strong>test</strong> -				<div class="tabler-icon-codes"> -					<code>ti ti-test</code><br> -					<code>\ec33</code> -				</div> -			</div> -			 -			<div class="tabler-icon">  				<i class="ti ti-test-pipe"></i>  				<strong>test-pipe</strong>  				<div class="tabler-icon-codes"> @@ -4845,6 +4998,24 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-truck-delivery"></i> +				<strong>truck-delivery</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-truck-delivery</code><br> +					<code>\ec4b</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-truck-return"></i> +				<strong>truck-return</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-truck-return</code><br> +					<code>\ec4c</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-typography"></i>  				<strong>typography</strong>  				<div class="tabler-icon-codes"> @@ -5124,6 +5295,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-zoom-cancel"></i> +				<strong>zoom-cancel</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-zoom-cancel</code><br> +					<code>\ec4d</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-zoom-in"></i>  				<strong>zoom-in</strong>  				<div class="tabler-icon-codes"> diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 0b1c1b5b..8810e40d 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@  @charset "UTF-8";/*! - * Tabler Icons 1.10.0 by tabler - https://tabler.io + * Tabler Icons 1.11.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-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle: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-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-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-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-chrome:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook: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-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-twitter: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-skyscrappers: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-car: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-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-x: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-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-command:before{content:""}.ti-compass:before{content:""}.ti-copy: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-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-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-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-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text: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-floppy-disk: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-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-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-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-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-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-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy: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-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-math:before{content:""}.ti-maximize:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots: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-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-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-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pencil:before{content:""}.ti-phone:before{content:""}.ti-phone-call: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-pillow:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode: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-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-scale:before{content:""}.ti-scan:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator: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-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-slice:before{content:""}.ti-slideshow: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-x:before{content:""}.ti-stack:before{content:""}.ti-star:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript: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-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:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap: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-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-trophy:before{content:""}.ti-truck: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-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-wallet:before{content:""}.ti-wand: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-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang: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-a-b:before{content:""}.ti-accessible:before{content:""}.ti-activity: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-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-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-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-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-chrome:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook: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-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-twitter: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-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-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-x: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-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-command:before{content:""}.ti-compass: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-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-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-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-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text: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-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-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-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-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-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-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-math:before{content:""}.ti-maximize: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-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-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-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-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking: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-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode: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-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-scale:before{content:""}.ti-scan:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator: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-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-slice:before{content:""}.ti-slideshow: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-x:before{content:""}.ti-stack:before{content:""}.ti-star:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript: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-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-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-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-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-wallet:before{content:""}.ti-wand: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-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang: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 ae2c1443..8a2066de 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@  /*! - * Tabler Icons 1.10.0 by tabler - https://tabler.io + * Tabler Icons 1.11.0 by tabler - https://tabler.io   * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE   */  $ti-font-family: 'tabler-icons' !default; @@ -34,10 +34,13 @@ $ti-icon-prefix: 'ti' !default;  } +$ti-icon-a-b: '\ec36';  $ti-icon-accessible: '\eba9';  $ti-icon-activity: '\ea01';  $ti-icon-ad: '\ea02';  $ti-icon-adjustments: '\ea03'; +$ti-icon-adjustments-alt: '\ec37'; +$ti-icon-adjustments-horizontal: '\ec38';  $ti-icon-alarm: '\ea04';  $ti-icon-alert-circle: '\ea05';  $ti-icon-alert-triangle: '\ea06'; @@ -163,7 +166,7 @@ $ti-icon-building-church: '\ea4c';  $ti-icon-building-community: '\ebf6';  $ti-icon-building-hospital: '\ea4d';  $ti-icon-building-pavilon: '\ebf7'; -$ti-icon-building-skyscrappers: '\ebf8'; +$ti-icon-building-skyscraper: '\ec39';  $ti-icon-building-store: '\ea4e';  $ti-icon-building-warehouse: '\ebe3';  $ti-icon-bulb: '\ea51'; @@ -175,6 +178,9 @@ $ti-icon-calendar-event: '\ea52';  $ti-icon-calendar-minus: '\ebb9';  $ti-icon-calendar-plus: '\ebba';  $ti-icon-camera: '\ea54'; +$ti-icon-camera-minus: '\ec3a'; +$ti-icon-camera-plus: '\ec3b'; +$ti-icon-capture: '\ec3c';  $ti-icon-car: '\ebbb';  $ti-icon-caret-down: '\eb5d';  $ti-icon-caret-left: '\eb5e'; @@ -226,6 +232,7 @@ $ti-icon-columns: '\eb83';  $ti-icon-command: '\ea78';  $ti-icon-compass: '\ea79';  $ti-icon-copy: '\ea7a'; +$ti-icon-copyleft: '\ec3d';  $ti-icon-copyright: '\ea7b';  $ti-icon-corner-down-left: '\ea7c';  $ti-icon-corner-down-right: '\ea7d'; @@ -237,6 +244,7 @@ $ti-icon-corner-up-left: '\ea82';  $ti-icon-corner-up-right: '\ea83';  $ti-icon-credit-card: '\ea84';  $ti-icon-crop: '\ea85'; +$ti-icon-crosshair: '\ec3e';  $ti-icon-currency-bitcoin: '\ebab';  $ti-icon-currency-dollar: '\eb84';  $ti-icon-currency-euro: '\eb85'; @@ -308,7 +316,6 @@ $ti-icon-flip-vertical: '\eaa8';  $ti-icon-float-center: '\ebb1';  $ti-icon-float-left: '\ebb2';  $ti-icon-float-right: '\ebb3'; -$ti-icon-floppy-disk: '\eaa9';  $ti-icon-focus: '\eb8d';  $ti-icon-focus-2: '\ebd3';  $ti-icon-folder: '\eaad'; @@ -377,6 +384,7 @@ $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-kanban: '\ec3f';  $ti-icon-layout-list: '\ec14';  $ti-icon-layout-navbar: '\ead7';  $ti-icon-layout-rows: '\ead8'; @@ -386,6 +394,7 @@ $ti-icon-lego: '\eadc';  $ti-icon-letter-case: '\ebbf';  $ti-icon-license: '\ebc0';  $ti-icon-lifebuoy: '\eadd'; +$ti-icon-line: '\ec40';  $ti-icon-line-height: '\eb94';  $ti-icon-link: '\eade';  $ti-icon-list: '\eb6b'; @@ -403,10 +412,12 @@ $ti-icon-man: '\eae6';  $ti-icon-map: '\eae9';  $ti-icon-map-2: '\eae7';  $ti-icon-map-pin: '\eae8'; +$ti-icon-markdown: '\ec41';  $ti-icon-math: '\ebeb';  $ti-icon-maximize: '\eaea';  $ti-icon-medical-cross: '\ec2f';  $ti-icon-menu: '\eaeb'; +$ti-icon-menu-2: '\ec42';  $ti-icon-message: '\eaef';  $ti-icon-message-2: '\eaec';  $ti-icon-message-circle: '\eaed'; @@ -446,6 +457,7 @@ $ti-icon-parking: '\eb03';  $ti-icon-pencil: '\eb04';  $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-outgoing: '\eb07'; @@ -453,7 +465,7 @@ $ti-icon-phone-pause: '\eb08';  $ti-icon-phone-plus: '\ec06';  $ti-icon-phone-x: '\ec07';  $ti-icon-photo: '\eb0a'; -$ti-icon-pillow: '\eb98'; +$ti-icon-pill: '\ec44';  $ti-icon-plane: '\eb6f';  $ti-icon-plane-arrival: '\eb99';  $ti-icon-plane-departure: '\eb9a'; @@ -474,6 +486,7 @@ $ti-icon-registered: '\eb14';  $ti-icon-repeat: '\eb72';  $ti-icon-repeat-once: '\eb71';  $ti-icon-replace: '\ebc7'; +$ti-icon-rocket: '\ec45';  $ti-icon-rotate: '\eb16';  $ti-icon-rotate-2: '\ebb4';  $ti-icon-rotate-clockwise: '\eb15'; @@ -528,6 +541,11 @@ $ti-icon-switch-horizontal: '\eb31';  $ti-icon-switch-vertical: '\eb32';  $ti-icon-table: '\eba1';  $ti-icon-tag: '\eb34'; +$ti-icon-tallymark-1: '\ec46'; +$ti-icon-tallymark-2: '\ec47'; +$ti-icon-tallymark-3: '\ec48'; +$ti-icon-tallymark-4: '\ec49'; +$ti-icon-tallymarks: '\ec4a';  $ti-icon-target: '\eb35';  $ti-icon-tax: '\ebc3';  $ti-icon-temperature: '\eb38'; @@ -538,7 +556,6 @@ $ti-icon-temperature-plus: '\ebee';  $ti-icon-template: '\eb39';  $ti-icon-terminal: '\ebdc';  $ti-icon-terminal-2: '\ebef'; -$ti-icon-test: '\ec33';  $ti-icon-test-pipe: '\eb3a';  $ti-icon-text-wrap: '\ebdd';  $ti-icon-thumb-down: '\eb3b'; @@ -559,6 +576,8 @@ $ti-icon-trending-up: '\eb43';  $ti-icon-triangle: '\eb44';  $ti-icon-trophy: '\eb45';  $ti-icon-truck: '\ebc4'; +$ti-icon-truck-delivery: '\ec4b'; +$ti-icon-truck-return: '\ec4c';  $ti-icon-typography: '\ebc5';  $ti-icon-umbrella: '\ebf1';  $ti-icon-underline: '\eba2'; @@ -590,14 +609,18 @@ $ti-icon-woman: '\eb53';  $ti-icon-world: '\eb54';  $ti-icon-x: '\eb55';  $ti-icon-yin-yang: '\ec35'; +$ti-icon-zoom-cancel: '\ec4d';  $ti-icon-zoom-in: '\eb56';  $ti-icon-zoom-out: '\eb57'; +.#{$ti-icon-prefix}-a-b:before { content: $ti-icon-a-b; }  .#{$ti-icon-prefix}-accessible:before { content: $ti-icon-accessible; }  .#{$ti-icon-prefix}-activity:before { content: $ti-icon-activity; }  .#{$ti-icon-prefix}-ad:before { content: $ti-icon-ad; }  .#{$ti-icon-prefix}-adjustments:before { content: $ti-icon-adjustments; } +.#{$ti-icon-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; } +.#{$ti-icon-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }  .#{$ti-icon-prefix}-alarm:before { content: $ti-icon-alarm; }  .#{$ti-icon-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }  .#{$ti-icon-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; } @@ -723,7 +746,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-building-community:before { content: $ti-icon-building-community; }  .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; }  .#{$ti-icon-prefix}-building-pavilon:before { content: $ti-icon-building-pavilon; } -.#{$ti-icon-prefix}-building-skyscrappers:before { content: $ti-icon-building-skyscrappers; } +.#{$ti-icon-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; }  .#{$ti-icon-prefix}-building-store:before { content: $ti-icon-building-store; }  .#{$ti-icon-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }  .#{$ti-icon-prefix}-bulb:before { content: $ti-icon-bulb; } @@ -735,6 +758,9 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }  .#{$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-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; }  .#{$ti-icon-prefix}-caret-down:before { content: $ti-icon-caret-down; }  .#{$ti-icon-prefix}-caret-left:before { content: $ti-icon-caret-left; } @@ -786,6 +812,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-command:before { content: $ti-icon-command; }  .#{$ti-icon-prefix}-compass:before { content: $ti-icon-compass; }  .#{$ti-icon-prefix}-copy:before { content: $ti-icon-copy; } +.#{$ti-icon-prefix}-copyleft:before { content: $ti-icon-copyleft; }  .#{$ti-icon-prefix}-copyright:before { content: $ti-icon-copyright; }  .#{$ti-icon-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }  .#{$ti-icon-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; } @@ -797,6 +824,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; }  .#{$ti-icon-prefix}-credit-card:before { content: $ti-icon-credit-card; }  .#{$ti-icon-prefix}-crop:before { content: $ti-icon-crop; } +.#{$ti-icon-prefix}-crosshair:before { content: $ti-icon-crosshair; }  .#{$ti-icon-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; }  .#{$ti-icon-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }  .#{$ti-icon-prefix}-currency-euro:before { content: $ti-icon-currency-euro; } @@ -868,7 +896,6 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-float-center:before { content: $ti-icon-float-center; }  .#{$ti-icon-prefix}-float-left:before { content: $ti-icon-float-left; }  .#{$ti-icon-prefix}-float-right:before { content: $ti-icon-float-right; } -.#{$ti-icon-prefix}-floppy-disk:before { content: $ti-icon-floppy-disk; }  .#{$ti-icon-prefix}-focus:before { content: $ti-icon-focus; }  .#{$ti-icon-prefix}-focus-2:before { content: $ti-icon-focus-2; }  .#{$ti-icon-prefix}-folder:before { content: $ti-icon-folder; } @@ -937,6 +964,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$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-kanban:before { content: $ti-icon-layout-kanban; }  .#{$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; } @@ -946,6 +974,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-letter-case:before { content: $ti-icon-letter-case; }  .#{$ti-icon-prefix}-license:before { content: $ti-icon-license; }  .#{$ti-icon-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; } +.#{$ti-icon-prefix}-line:before { content: $ti-icon-line; }  .#{$ti-icon-prefix}-line-height:before { content: $ti-icon-line-height; }  .#{$ti-icon-prefix}-link:before { content: $ti-icon-link; }  .#{$ti-icon-prefix}-list:before { content: $ti-icon-list; } @@ -963,10 +992,12 @@ $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}-markdown:before { content: $ti-icon-markdown; }  .#{$ti-icon-prefix}-math:before { content: $ti-icon-math; }  .#{$ti-icon-prefix}-maximize:before { content: $ti-icon-maximize; }  .#{$ti-icon-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }  .#{$ti-icon-prefix}-menu:before { content: $ti-icon-menu; } +.#{$ti-icon-prefix}-menu-2:before { content: $ti-icon-menu-2; }  .#{$ti-icon-prefix}-message:before { content: $ti-icon-message; }  .#{$ti-icon-prefix}-message-2:before { content: $ti-icon-message-2; }  .#{$ti-icon-prefix}-message-circle:before { content: $ti-icon-message-circle; } @@ -1006,6 +1037,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; }  .#{$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-outgoing:before { content: $ti-icon-phone-outgoing; } @@ -1013,7 +1045,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$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}-pillow:before { content: $ti-icon-pillow; } +.#{$ti-icon-prefix}-pill:before { content: $ti-icon-pill; }  .#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; }  .#{$ti-icon-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }  .#{$ti-icon-prefix}-plane-departure:before { content: $ti-icon-plane-departure; } @@ -1034,6 +1066,7 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; }  .#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }  .#{$ti-icon-prefix}-replace:before { content: $ti-icon-replace; } +.#{$ti-icon-prefix}-rocket:before { content: $ti-icon-rocket; }  .#{$ti-icon-prefix}-rotate:before { content: $ti-icon-rotate; }  .#{$ti-icon-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }  .#{$ti-icon-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; } @@ -1088,6 +1121,11 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; }  .#{$ti-icon-prefix}-table:before { content: $ti-icon-table; }  .#{$ti-icon-prefix}-tag:before { content: $ti-icon-tag; } +.#{$ti-icon-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; } +.#{$ti-icon-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; } +.#{$ti-icon-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; } +.#{$ti-icon-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; } +.#{$ti-icon-prefix}-tallymarks:before { content: $ti-icon-tallymarks; }  .#{$ti-icon-prefix}-target:before { content: $ti-icon-target; }  .#{$ti-icon-prefix}-tax:before { content: $ti-icon-tax; }  .#{$ti-icon-prefix}-temperature:before { content: $ti-icon-temperature; } @@ -1098,7 +1136,6 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-template:before { content: $ti-icon-template; }  .#{$ti-icon-prefix}-terminal:before { content: $ti-icon-terminal; }  .#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } -.#{$ti-icon-prefix}-test:before { content: $ti-icon-test; }  .#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }  .#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }  .#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } @@ -1119,6 +1156,8 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-triangle:before { content: $ti-icon-triangle; }  .#{$ti-icon-prefix}-trophy:before { content: $ti-icon-trophy; }  .#{$ti-icon-prefix}-truck:before { content: $ti-icon-truck; } +.#{$ti-icon-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; } +.#{$ti-icon-prefix}-truck-return:before { content: $ti-icon-truck-return; }  .#{$ti-icon-prefix}-typography:before { content: $ti-icon-typography; }  .#{$ti-icon-prefix}-umbrella:before { content: $ti-icon-umbrella; }  .#{$ti-icon-prefix}-underline:before { content: $ti-icon-underline; } @@ -1150,5 +1189,6 @@ $ti-icon-zoom-out: '\eb57';  .#{$ti-icon-prefix}-world:before { content: $ti-icon-world; }  .#{$ti-icon-prefix}-x:before { content: $ti-icon-x; }  .#{$ti-icon-prefix}-yin-yang:before { content: $ti-icon-yin-yang; } +.#{$ti-icon-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }  .#{$ti-icon-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }  .#{$ti-icon-prefix}-zoom-out:before { content: $ti-icon-zoom-out; } | 
