diff options
| author | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 | 
| commit | bca342c37fbdd0e2951b19c2df5b4974b9e01247 (patch) | |
| tree | d1f4df2142c84039832ace164261bbfaedc4565a /iconfont/tabler-icons.html | |
| parent | missing tabler icons (diff) | |
| download | tabler-icons-bca342c37fbdd0e2951b19c2df5b4974b9e01247.tar.xz | |
Release 1.3.1
Diffstat (limited to 'iconfont/tabler-icons.html')
| -rw-r--r-- | iconfont/tabler-icons.html | 31 | 
1 files changed, 29 insertions, 2 deletions
| diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 0d9b3f32..0641b104 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.3.0</title> +	<title>Tabler Icons - version 1.3.1</title>  	<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600" rel="stylesheet">  	<link rel="stylesheet" href="./tabler-icons.css"> @@ -93,7 +93,7 @@  		<h1>  			Tabler Icons  		</h1> -		<p class="text-muted">version 1.3.0</p> +		<p class="text-muted">version 1.3.1</p>  	</header>  	<div class="box"> @@ -1126,6 +1126,15 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-checkbox"></i> +				<strong>checkbox</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-checkbox</code><br> +					<code>\eba6</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-chevron-down"></i>  				<strong>chevron-down</strong>  				<div class="tabler-icon-codes"> @@ -2593,6 +2602,24 @@  			</div>  			<div class="tabler-icon"> +				<i class="ti ti-login"></i> +				<strong>login</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-login</code><br> +					<code>\eba7</code> +				</div> +			</div> +			 +			<div class="tabler-icon"> +				<i class="ti ti-logout"></i> +				<strong>logout</strong> +				<div class="tabler-icon-codes"> +					<code>ti ti-logout</code><br> +					<code>\eba8</code> +				</div> +			</div> +			 +			<div class="tabler-icon">  				<i class="ti ti-magnet"></i>  				<strong>magnet</strong>  				<div class="tabler-icon-codes"> | 
